Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dstate.h483 struct nfs4_file { struct
484 atomic_t fi_ref;
485 spinlock_t fi_lock;
486 struct hlist_node fi_hash; /* hash on fi_fhandle */
487 struct list_head fi_stateids;
488 union {
492 struct list_head fi_clnt_odstate;
494 struct file * fi_fds[3];
502 atomic_t fi_access[2];
503 u32 fi_share_deny;
[all …]