Lines Matching defs:nfs4_state_owner
110 struct nfs4_state_owner { struct
111 struct nfs_server *so_server;
112 struct list_head so_lru;
113 unsigned long so_expires;
114 struct rb_node so_server_node;
116 const struct cred *so_cred; /* Associated cred */
118 spinlock_t so_lock;
119 atomic_t so_count;
120 unsigned long so_flags;
121 struct list_head so_states;
122 struct nfs_seqid_counter so_seqid;
123 struct mutex so_delegreturn_mutex;