Home
last modified time | relevance | path

Searched defs:nfs_client (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dnfs_fs_sb.h28 struct nfs_client { struct
29 refcount_t cl_count;
30 atomic_t cl_mds_count;
31 int cl_cons_state; /* current construction state (-ve: init error) */
35 unsigned long cl_res_state; /* NFS resources state */
41 unsigned long cl_flags; /* behavior switches */
51 struct sockaddr_storage cl_addr; /* server identifier */
52 size_t cl_addrlen;
53 char * cl_hostname; /* hostname of server */
54 char * cl_acceptor; /* GSSAPI acceptor name */
[all …]
/linux-6.1.9/fs/nfs/
Dnetns.h34 struct nfs_netns_client *nfs_client; member
Dpnfs.h358 const struct nfs_client *nfs_client; member