Searched refs:fs_locations (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/fs/nfs/ |
| D | nfs4namespace.c | 403 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local 412 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount() 413 if (!fs_locations) in nfs_do_refmount() 422 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount() 428 if (fs_locations->nlocations <= 0 || in nfs_do_refmount() 429 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount() 432 err = nfs_follow_referral(fc, fs_locations); in nfs_do_refmount() 434 kfree(fs_locations); in nfs_do_refmount()
|
| D | nfs4proc.c | 7705 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument 7717 .fs_locations = fs_locations, in _nfs4_proc_fs_locations() 7738 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations() 7739 fs_locations->server = server; in _nfs4_proc_fs_locations() 7740 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations() 7748 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument 7757 fs_locations, page); in nfs4_proc_fs_locations() 7790 .fs_locations = locations, in _nfs40_proc_get_locations() 7845 .fs_locations = locations, in _nfs41_proc_get_locations()
|
| D | nfs4xdr.c | 6984 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 6985 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 6986 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations() 6997 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 6998 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 6999 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
|
| /Linux-v5.10/Documentation/admin-guide/nfs/ |
| D | nfs-client.rst | 64 migrated onto another server by means of the special "fs_locations" 71 The fs_locations information can take the form of either an ip address and
|
| /Linux-v5.10/include/linux/ |
| D | nfs_xdr.h | 1220 struct nfs4_fs_locations *fs_locations; member
|