Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
670 struct nfs4_file { struct671 refcount_t fi_ref;672 struct inode * fi_inode;673 bool fi_aliased;674 spinlock_t fi_lock;675 struct rhlist_head fi_rlist;676 struct list_head fi_stateids;677 union {681 struct list_head fi_clnt_odstate;683 struct nfsd_file *fi_fds[3];[all …]