Searched defs:nfs4_file (Results 1 – 1 of 1) sorted by relevance
517 struct nfs4_file { struct518 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];[all …]