Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
625 struct nfs4_file { struct626 refcount_t fi_ref;627 struct inode * fi_inode;628 bool fi_aliased;629 spinlock_t fi_lock;630 struct rhlist_head fi_rlist;631 struct list_head fi_stateids;632 union {636 struct list_head fi_clnt_odstate;638 struct nfsd_file *fi_fds[3];[all …]