Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfs/
Dnfs4_fs.h109 struct nfs4_state_owner { struct
110 struct nfs_server *so_server;
111 struct list_head so_lru;
112 unsigned long so_expires;
113 struct rb_node so_server_node;
115 const struct cred *so_cred; /* Associated cred */
117 spinlock_t so_lock;
118 atomic_t so_count;
119 unsigned long so_flags;
120 struct list_head so_states;
[all …]