Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4_fs.h105 struct nfs4_state_owner { struct
106 struct nfs_server *so_server;
107 struct list_head so_lru;
108 unsigned long so_expires;
109 struct rb_node so_server_node;
111 const struct cred *so_cred; /* Associated cred */
113 spinlock_t so_lock;
114 atomic_t so_count;
115 unsigned long so_flags;
116 struct list_head so_states;
[all …]