Searched refs:fs_locations (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | nfs4namespace.c | 409 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local 418 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount() 419 if (!fs_locations) in nfs_do_refmount() 421 fs_locations->fattr = nfs_alloc_fattr(); in nfs_do_refmount() 422 if (!fs_locations->fattr) in nfs_do_refmount() 431 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount() 437 if (fs_locations->nlocations <= 0 || in nfs_do_refmount() 438 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount() 441 err = nfs_follow_referral(fc, fs_locations); in nfs_do_refmount() 443 kfree(fs_locations->fattr); in nfs_do_refmount() [all …]
|
| H A D | nfs4proc.c | 8215 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument 8227 .fs_locations = fs_locations, in _nfs4_proc_fs_locations() 8248 nfs_fattr_init(fs_locations->fattr); in _nfs4_proc_fs_locations() 8249 fs_locations->server = server; in _nfs4_proc_fs_locations() 8250 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations() 8258 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument 8267 fs_locations, page); in nfs4_proc_fs_locations() 8300 .fs_locations = locations, in _nfs40_proc_get_locations() 8355 .fs_locations = locations, in _nfs41_proc_get_locations()
|
| H A D | nfs4xdr.c | 7145 res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 7146 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 7147 res->fs_locations->server); in nfs4_xdr_dec_fs_locations() 7158 res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 7159 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 7160 res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
|
| /linux-6.15/Documentation/admin-guide/nfs/ |
| H A D | nfs-client.rst | 67 migrated onto another server by means of the special "fs_locations" 74 The fs_locations information can take the form of either an ip address and
|
| /linux-6.15/include/linux/ |
| H A D | nfs_xdr.h | 1278 struct nfs4_fs_locations *fs_locations; member
|