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