Searched refs:fs_locations (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/nfs/ |
D | nfs4namespace.c | 308 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local 319 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount() 320 if (fs_locations == NULL) in nfs_do_refmount() 330 err = nfs4_proc_fs_locations(client, parent->d_inode, &dentry->d_name, fs_locations, page); in nfs_do_refmount() 333 fs_locations->nlocations <= 0 || in nfs_do_refmount() 334 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount() 337 mnt = nfs_follow_referral(dentry, fs_locations); in nfs_do_refmount() 340 kfree(fs_locations); in nfs_do_refmount()
|
D | nfs4proc.c | 4980 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument 4994 .fs_locations = fs_locations, in _nfs4_proc_fs_locations() 5012 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations() 5013 fs_locations->server = server; in _nfs4_proc_fs_locations() 5014 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations() 5022 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument 5029 _nfs4_proc_fs_locations(client, dir, name, fs_locations, page), in nfs4_proc_fs_locations()
|
D | nfs4xdr.c | 6577 status = decode_getfattr_generic(xdr, &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 6578 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 6579 res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
|
/linux-3.4.99/Documentation/filesystems/nfs/ |
D | 00-INDEX | 10 - nfs client, and DNS resolution for fs_locations.
|
D | nfs.txt | 23 migrated onto another server by means of the special "fs_locations" 29 The fs_locations information can take the form of either an ip address and
|
/linux-3.4.99/include/linux/ |
D | nfs_xdr.h | 1020 struct nfs4_fs_locations *fs_locations; member
|