Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
543 struct nfs4_file { struct544 refcount_t fi_ref;545 struct inode * fi_inode;546 bool fi_aliased;547 spinlock_t fi_lock;548 struct rhlist_head fi_rlist;549 struct list_head fi_stateids;550 union {554 struct list_head fi_clnt_odstate;556 struct nfsd_file *fi_fds[3];[all …]