Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dstate.h487 struct nfs4_file { struct
488 refcount_t fi_ref;
489 spinlock_t fi_lock;
490 struct hlist_node fi_hash; /* hash on fi_fhandle */
491 struct list_head fi_stateids;
492 union {
496 struct list_head fi_clnt_odstate;
498 struct file * fi_fds[3];
506 atomic_t fi_access[2];
507 u32 fi_share_deny;
[all …]