Home
last modified time | relevance | path

Searched defs:nfs4_state_owner (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/nfs/
Dnfs4_fs.h102 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;
[all …]