Lines Matching defs:nfs4_file
656 struct nfs4_file { struct
657 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];
677 atomic_t fi_access[2];
678 u32 fi_share_deny;
679 struct nfsd_file *fi_deleg_file;
680 struct nfsd_file *fi_rdeleg_file;
681 int fi_delegees;
682 struct knfsd_fh fi_fhandle;
683 bool fi_had_conflict;
685 struct list_head fi_lo_states;
686 atomic_t fi_lo_recalls;