Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/filelayout/
Dfilelayout.c469 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, hdr->inode); in filelayout_read_pagelist()
512 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, hdr->inode); in filelayout_write_pagelist()
1068 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, data->inode); in filelayout_initiate_commit()
/linux-4.19.296/fs/nfs/
Dnfs4client.c125 nfs4_find_or_create_ds_client(struct nfs_client *ds_clp, struct inode *inode) in nfs4_find_or_create_ds_client() function
142 EXPORT_SYMBOL_GPL(nfs4_find_or_create_ds_client);
Dinternal.h203 extern struct rpc_clnt *nfs4_find_or_create_ds_client(struct nfs_client *,
/linux-4.19.296/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c500 return nfs4_find_or_create_ds_client(ds_clp, inode); in nfs4_ff_find_or_create_ds_client()