Lines Matching defs:nfs4_file
517 struct nfs4_file { struct
518 refcount_t fi_ref;
519 struct inode * fi_inode;
520 bool fi_aliased;
521 spinlock_t fi_lock;
522 struct hlist_node fi_hash; /* hash on fi_fhandle */
523 struct list_head fi_stateids;
524 union {
528 struct list_head fi_clnt_odstate;
530 struct nfsd_file *fi_fds[3];
538 atomic_t fi_access[2];
539 u32 fi_share_deny;
540 struct nfsd_file *fi_deleg_file;
541 int fi_delegees;
542 struct knfsd_fh fi_fhandle;
543 bool fi_had_conflict;
545 struct list_head fi_lo_states;
546 atomic_t fi_lo_recalls;