Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfsd/
Dstate.h490 struct nfs4_file { struct
491 atomic_t fi_ref;
492 spinlock_t fi_lock;
493 struct hlist_node fi_hash; /* hash on fi_fhandle */
494 struct list_head fi_stateids;
495 union {
499 struct list_head fi_clnt_odstate;
501 struct file * fi_fds[3];
509 atomic_t fi_access[2];
510 u32 fi_share_deny;
[all …]