Lines Matching defs:nfs4_state_owner
107 struct nfs4_state_owner { struct
108 struct nfs_server *so_server;
109 struct list_head so_lru;
110 unsigned long so_expires;
111 struct rb_node so_server_node;
113 const struct cred *so_cred; /* Associated cred */
115 spinlock_t so_lock;
116 atomic_t so_count;
117 unsigned long so_flags;
118 struct list_head so_states;
119 struct nfs_seqid_counter so_seqid;
120 seqcount_spinlock_t so_reclaim_seqcount;
121 struct mutex so_delegreturn_mutex;