Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
656 struct nfs4_file { struct657 refcount_t fi_ref;658 struct inode * fi_inode;659 bool fi_aliased;660 spinlock_t fi_lock;661 struct rhlist_head fi_rlist;662 struct list_head fi_stateids;663 union {667 struct list_head fi_clnt_odstate;669 struct nfsd_file *fi_fds[3];[all …]