Home
last modified time | relevance | path

Searched refs:fs_locations (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/fs/nfs/
Dnfs4namespace.c355 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local
364 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount()
365 if (fs_locations == NULL) in nfs_do_refmount()
375 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount()
378 fs_locations->nlocations <= 0 || in nfs_do_refmount()
379 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
382 mnt = nfs_follow_referral(dentry, fs_locations); in nfs_do_refmount()
385 kfree(fs_locations); in nfs_do_refmount()
Dnfs4proc.c7366 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument
7378 .fs_locations = fs_locations, in _nfs4_proc_fs_locations()
7399 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations()
7400 fs_locations->server = server; in _nfs4_proc_fs_locations()
7401 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
7409 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument
7418 fs_locations, page); in nfs4_proc_fs_locations()
7451 .fs_locations = locations, in _nfs40_proc_get_locations()
7506 .fs_locations = locations, in _nfs41_proc_get_locations()
Dnfs4xdr.c6959 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
6960 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
6961 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
6972 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
6973 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
6974 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
/Linux-v5.4/Documentation/filesystems/nfs/
Dnfs.txt61 migrated onto another server by means of the special "fs_locations"
67 The fs_locations information can take the form of either an ip address and
/Linux-v5.4/include/linux/
Dnfs_xdr.h1218 struct nfs4_fs_locations *fs_locations; member