Searched defs:nfs_client (Results 1 – 3 of 3) sorted by relevance
28 struct nfs_client { struct29 refcount_t cl_count;30 atomic_t cl_mds_count;52 size_t cl_addrlen;72 unsigned long cl_state;74 spinlock_t cl_lock;83 struct idmap * cl_idmap;96 u32 cl_seqid;98 u32 cl_exchange_flags;100 bool cl_preserve_clid;[all …]
34 struct nfs_netns_client *nfs_client; member
358 const struct nfs_client *nfs_client; member
Completed in 7 milliseconds