Home
last modified time | relevance | path

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

/include/linux/
Dnfs_fs_sb.h28 struct nfs_client { struct
135 struct nfs_client * nfs_client; /* shared client and NFS4 state */ argument
Dnfs_xdr.h342 struct nfs_client *clp;
1154 struct nfs_client *sc_clnt;
1303 struct nfs_client *client;
1328 struct nfs_client *client;
1352 struct nfs_client *client;
1618 struct nfs_client *ds_clp; /* pNFS data server */
1658 struct nfs_client *ds_clp; /* pNFS data server */
1700 struct nfs_client;
1785 struct nfs_client *(*alloc_client) (const struct nfs_client_initdata *);
1786 struct nfs_client *(*init_client) (struct nfs_client *,
[all …]
Dnfs_fs.h293 return NFS_SERVER(inode)->nfs_client->rpc_ops; in NFS_PROTO()