Searched refs:fs_locations (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfs4namespace.c | 354 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local 363 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount() 364 if (fs_locations == NULL) in nfs_do_refmount() 374 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount() 377 fs_locations->nlocations <= 0 || in nfs_do_refmount() 378 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount() 381 mnt = nfs_follow_referral(dentry, fs_locations); in nfs_do_refmount() 384 kfree(fs_locations); in nfs_do_refmount()
|
D | nfs4proc.c | 7175 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument 7187 .fs_locations = fs_locations, in _nfs4_proc_fs_locations() 7208 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations() 7209 fs_locations->server = server; in _nfs4_proc_fs_locations() 7210 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations() 7218 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument 7225 fs_locations, page); in nfs4_proc_fs_locations() 7258 .fs_locations = locations, in _nfs40_proc_get_locations() 7313 .fs_locations = locations, in _nfs41_proc_get_locations()
|
D | nfs4xdr.c | 7168 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 7169 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 7170 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations() 7181 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 7182 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 7183 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | 00-INDEX | 10 - nfs client, and DNS resolution for fs_locations.
|
D | nfs.txt | 61 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-v4.19/include/linux/ |
D | nfs_xdr.h | 1172 struct nfs4_fs_locations *fs_locations; member
|