Lines Matching defs:nfs4_file
490 struct nfs4_file { struct
491 atomic_t fi_ref;
492 spinlock_t fi_lock;
493 struct hlist_node fi_hash; /* hash on fi_fhandle */
494 struct list_head fi_stateids;
495 union {
499 struct list_head fi_clnt_odstate;
501 struct file * fi_fds[3];
509 atomic_t fi_access[2];
510 u32 fi_share_deny;
511 struct file *fi_deleg_file;
512 int fi_delegees;
513 struct knfsd_fh fi_fhandle;
514 bool fi_had_conflict;
516 struct list_head fi_lo_states;
517 atomic_t fi_lo_recalls;