Lines Matching defs:nfs4_file
486 struct nfs4_file { struct
487 refcount_t fi_ref;
488 spinlock_t fi_lock;
489 struct hlist_node fi_hash; /* hash on fi_fhandle */
490 struct list_head fi_stateids;
491 union {
495 struct list_head fi_clnt_odstate;
497 struct file * fi_fds[3];
505 atomic_t fi_access[2];
506 u32 fi_share_deny;
507 struct file *fi_deleg_file;
508 int fi_delegees;
509 struct knfsd_fh fi_fhandle;
510 bool fi_had_conflict;
512 struct list_head fi_lo_states;
513 atomic_t fi_lo_recalls;