Searched defs:nfs_client (Results 1 – 3 of 3) sorted by relevance
29 struct nfs_client { struct30 refcount_t cl_count;31 atomic_t cl_mds_count;55 size_t cl_addrlen;76 unsigned long cl_state;78 spinlock_t cl_lock;87 struct idmap * cl_idmap;100 u32 cl_seqid;102 u32 cl_exchange_flags;104 bool cl_preserve_clid;[all …]
39 struct nfs_netns_client *nfs_client; member
371 const struct nfs_client *nfs_client; member