Lines Matching defs:nfs4_file
513 struct nfs4_file { struct
514 refcount_t fi_ref;
515 spinlock_t fi_lock;
516 struct hlist_node fi_hash; /* hash on fi_fhandle */
517 struct list_head fi_stateids;
518 union {
522 struct list_head fi_clnt_odstate;
524 struct nfsd_file *fi_fds[3];
532 atomic_t fi_access[2];
533 u32 fi_share_deny;
534 struct nfsd_file *fi_deleg_file;
535 int fi_delegees;
536 struct knfsd_fh fi_fhandle;
537 bool fi_had_conflict;
539 struct list_head fi_lo_states;
540 atomic_t fi_lo_recalls;