Searched refs:nfs4_find_or_create_ds_client (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/filelayout/ |
H A D | filelayout.c | 470 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() 1001 ds_clnt = nfs4_find_or_create_ds_client(ds->ds_clp, data->inode); in filelayout_initiate_commit()
|
/kernel/linux/linux-6.6/fs/nfs/filelayout/ |
H A D | filelayout.c | 470 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()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4client.c | 124 * nfs4_find_or_create_ds_client - Find or create a DS rpc client 132 nfs4_find_or_create_ds_client(struct nfs_client *ds_clp, struct inode *inode) in nfs4_find_or_create_ds_client() function 149 EXPORT_SYMBOL_GPL(nfs4_find_or_create_ds_client); variable
|
H A D | internal.h | 245 extern struct rpc_clnt *nfs4_find_or_create_ds_client(struct nfs_client *,
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4client.c | 125 * nfs4_find_or_create_ds_client - Find or create a DS rpc client 133 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); variable
|
H A D | internal.h | 247 extern struct rpc_clnt *nfs4_find_or_create_ds_client(struct nfs_client *,
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
H A D | flexfilelayoutdev.c | 453 return nfs4_find_or_create_ds_client(ds_clp, inode); in nfs4_ff_find_or_create_ds_client()
|
/kernel/linux/linux-6.6/fs/nfs/flexfilelayout/ |
H A D | flexfilelayoutdev.c | 455 return nfs4_find_or_create_ds_client(ds_clp, inode); in nfs4_ff_find_or_create_ds_client()
|
Completed in 19 milliseconds