Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
486 struct nfs4_file { struct487 refcount_t fi_ref;488 spinlock_t fi_lock;489 struct hlist_node fi_hash; /* hash on fi_fhandle */490 struct list_head fi_stateids;491 union {495 struct list_head fi_clnt_odstate;497 struct file * fi_fds[3];505 atomic_t fi_access[2];506 u32 fi_share_deny;[all …]