Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
499 struct nfs4_file { struct500 refcount_t fi_ref;501 spinlock_t fi_lock;502 struct hlist_node fi_hash; /* hash on fi_fhandle */503 struct list_head fi_stateids;504 union {508 struct list_head fi_clnt_odstate;510 struct nfsd_file *fi_fds[3];518 atomic_t fi_access[2];519 u32 fi_share_deny;[all …]