Home
last modified time | relevance | path

Searched refs:nfs4_find_or_create_ds_client (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nfs/filelayout/
H A Dfilelayout.c470 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, hdr->inode); in filelayout_read_pagelist()
513 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, hdr->inode); in filelayout_write_pagelist()
1008 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, data->inode); in filelayout_initiate_commit()
/openbmc/linux/fs/nfs/
H A Dnfs4client.c133 nfs4_find_or_create_ds_client(struct nfs_client *ds_clp, struct inode *inode) in nfs4_find_or_create_ds_client() function
150 EXPORT_SYMBOL_GPL(nfs4_find_or_create_ds_client);
H A Dinternal.h247 extern struct rpc_clnt *nfs4_find_or_create_ds_client(struct nfs_client *,
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c455 return nfs4_find_or_create_ds_client(ds_clp, inode); in nfs4_ff_find_or_create_ds_client()