Lines Matching defs:nfs4_state_owner
102 struct nfs4_state_owner { struct
103 struct nfs_server *so_server;
104 struct list_head so_lru;
105 unsigned long so_expires;
106 struct rb_node so_server_node;
108 struct rpc_cred *so_cred; /* Associated cred */
110 spinlock_t so_lock;
111 atomic_t so_count;
112 unsigned long so_flags;
113 struct list_head so_states;
114 struct nfs_seqid_counter so_seqid;
115 seqcount_t so_reclaim_seqcount;
116 struct mutex so_delegreturn_mutex;