Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dstate.h513 struct nfs4_file { struct
514 refcount_t fi_ref;
515 spinlock_t fi_lock;
516 struct hlist_node fi_hash; /* hash on fi_fhandle */
517 struct list_head fi_stateids;
518 union {
522 struct list_head fi_clnt_odstate;
524 struct nfsd_file *fi_fds[3];
532 atomic_t fi_access[2];
533 u32 fi_share_deny;
[all …]