Lines Matching defs:nfs4_file
543 struct nfs4_file { struct
544 refcount_t fi_ref;
545 struct inode * fi_inode;
546 bool fi_aliased;
547 spinlock_t fi_lock;
548 struct rhlist_head fi_rlist;
549 struct list_head fi_stateids;
550 union {
554 struct list_head fi_clnt_odstate;
556 struct nfsd_file *fi_fds[3];
564 atomic_t fi_access[2];
565 u32 fi_share_deny;
566 struct nfsd_file *fi_deleg_file;
567 int fi_delegees;
568 struct knfsd_fh fi_fhandle;
569 bool fi_had_conflict;
571 struct list_head fi_lo_states;
572 atomic_t fi_lo_recalls;