Searched refs:fs_locations (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4namespace.c | 408 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local 417 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount() 418 if (!fs_locations) in nfs_do_refmount() 427 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount() 433 if (fs_locations->nlocations <= 0 || in nfs_do_refmount() 434 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount() 437 err = nfs_follow_referral(fc, fs_locations); in nfs_do_refmount() 439 kfree(fs_locations); in nfs_do_refmount()
|
| H A D | nfs4proc.c | 7758 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument 7770 .fs_locations = fs_locations, in _nfs4_proc_fs_locations() 7791 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations() 7792 fs_locations->server = server; in _nfs4_proc_fs_locations() 7793 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations() 7801 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument 7810 fs_locations, page); in nfs4_proc_fs_locations() 7843 .fs_locations = locations, in _nfs40_proc_get_locations() 7898 .fs_locations = locations, in _nfs41_proc_get_locations()
|
| H A D | nfs4xdr.c | 6987 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 6988 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 6989 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations() 7000 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations() 7001 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations() 7002 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/ |
| H A D | nfs-client.rst | 64 migrated onto another server by means of the special "fs_locations" 71 The fs_locations information can take the form of either an ip address and
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nfs_xdr.h | 1225 struct nfs4_fs_locations *fs_locations; member
|