Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dnfs_fs_sb.h24 struct nfs_client { struct
25 atomic_t cl_count;
26 int cl_cons_state; /* current construction state (-ve: init error) */
30 unsigned long cl_res_state; /* NFS resources state */
36 struct sockaddr_storage cl_addr; /* server identifier */
37 size_t cl_addrlen;
38 char * cl_hostname; /* hostname of server */
39 struct list_head cl_share_link; /* link in global client list */
40 struct list_head cl_superblocks; /* List of nfs_server structs */
42 struct rpc_clnt * cl_rpcclient;
[all …]
/linux-3.3/fs/nfs/
Dpnfs_dev.c153 const struct nfs_client *nfs_client, in nfs4_init_deviceid_node()
Dfscache.h27 struct nfs_client *nfs_client; /* the server */ member
Dpnfs.h226 const struct nfs_client *nfs_client; member