Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dnfs_fs_sb.h29 struct nfs_client { struct
30 refcount_t cl_count;
31 atomic_t cl_mds_count;
32 int cl_cons_state; /* current construction state (-ve: init error) */
36 unsigned long cl_res_state; /* NFS resources state */
42 unsigned long cl_flags; /* behavior switches */
53 struct sockaddr_storage cl_addr; /* server identifier */
54 size_t cl_addrlen;
55 char * cl_hostname; /* hostname of server */
56 char * cl_acceptor; /* GSSAPI acceptor name */
[all …]
/linux-6.14.4/fs/nfs/
Dnetns.h35 struct nfs_netns_client *nfs_client; member
Dpnfs.h370 const struct nfs_client *nfs_client; member