Lines Matching defs:nfs4_file
628 struct nfs4_file { struct
629 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];
649 atomic_t fi_access[2];
650 u32 fi_share_deny;
651 struct nfsd_file *fi_deleg_file;
652 int fi_delegees;
653 struct knfsd_fh fi_fhandle;
654 bool fi_had_conflict;
656 struct list_head fi_lo_states;
657 atomic_t fi_lo_recalls;