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