Lines Matching defs:nfs4_file
499 struct nfs4_file { struct
500 refcount_t fi_ref;
501 spinlock_t fi_lock;
502 struct hlist_node fi_hash; /* hash on fi_fhandle */
503 struct list_head fi_stateids;
504 union {
508 struct list_head fi_clnt_odstate;
510 struct nfsd_file *fi_fds[3];
518 atomic_t fi_access[2];
519 u32 fi_share_deny;
520 struct nfsd_file *fi_deleg_file;
521 int fi_delegees;
522 struct knfsd_fh fi_fhandle;
523 bool fi_had_conflict;
525 struct list_head fi_lo_states;
526 atomic_t fi_lo_recalls;