Home
last modified time | relevance | path

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

/Linux-v5.4/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 */
48 struct sockaddr_storage cl_addr; /* server identifier */
49 size_t cl_addrlen;
50 char * cl_hostname; /* hostname of server */
51 char * cl_acceptor; /* GSSAPI acceptor name */
[all …]
/Linux-v5.4/fs/nfs/
Dnetns.h34 struct nfs_netns_client *nfs_client; member
Dfscache.h23 struct nfs_client *nfs_client; /* the server */ member
Dpnfs.h341 const struct nfs_client *nfs_client; member