Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4namespace.c356 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local
367 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount()
368 if (fs_locations == NULL) in nfs_do_refmount()
378 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount()
381 fs_locations->nlocations <= 0 || in nfs_do_refmount()
382 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
385 mnt = nfs_follow_referral(dentry, fs_locations); in nfs_do_refmount()
388 kfree(fs_locations); in nfs_do_refmount()
Dnfs4proc.c6218 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument
6232 .fs_locations = fs_locations, in _nfs4_proc_fs_locations()
6250 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations()
6251 fs_locations->server = server; in _nfs4_proc_fs_locations()
6252 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
6260 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument
6267 fs_locations, page); in nfs4_proc_fs_locations()
6300 .fs_locations = locations, in _nfs40_proc_get_locations()
6356 .fs_locations = locations, in _nfs41_proc_get_locations()
Dnfs4xdr.c6836 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
6837 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
6838 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
6849 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
6850 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
6851 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
/linux-4.1.27/Documentation/filesystems/nfs/
D00-INDEX10 - nfs client, and DNS resolution for fs_locations.
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-4.1.27/include/linux/
Dnfs_xdr.h1066 struct nfs4_fs_locations *fs_locations; member