Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
628 struct nfs4_file { struct629 refcount_t fi_ref;630 struct inode * fi_inode;631 bool fi_aliased;632 spinlock_t fi_lock;633 struct rhlist_head fi_rlist;634 struct list_head fi_stateids;635 union {639 struct list_head fi_clnt_odstate;641 struct nfsd_file *fi_fds[3];[all …]