Lines Matching defs:nfs4_file
588 struct nfs4_file { struct
589 refcount_t fi_ref;
590 struct inode * fi_inode;
591 bool fi_aliased;
592 spinlock_t fi_lock;
593 struct rhlist_head fi_rlist;
594 struct list_head fi_stateids;
595 union {
599 struct list_head fi_clnt_odstate;
601 struct nfsd_file *fi_fds[3];
609 atomic_t fi_access[2];
610 u32 fi_share_deny;
611 struct nfsd_file *fi_deleg_file;
612 int fi_delegees;
613 struct knfsd_fh fi_fhandle;
614 bool fi_had_conflict;
616 struct list_head fi_lo_states;
617 atomic_t fi_lo_recalls;