Lines Matching defs:nfs4_file
483 struct nfs4_file { struct
484 atomic_t fi_ref;
485 spinlock_t fi_lock;
486 struct hlist_node fi_hash; /* hash on fi_fhandle */
487 struct list_head fi_stateids;
488 union {
492 struct list_head fi_clnt_odstate;
494 struct file * fi_fds[3];
502 atomic_t fi_access[2];
503 u32 fi_share_deny;
504 struct file *fi_deleg_file;
505 int fi_delegees;
506 struct knfsd_fh fi_fhandle;
507 bool fi_had_conflict;
509 struct list_head fi_lo_states;
510 atomic_t fi_lo_recalls;