Lines Matching full:locations
130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() argument
149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath()
359 * @locations: array of NFSv4 server location information
363 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument
368 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral()
374 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral()
379 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral()
380 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral()
416 /* Get locations */ in nfs_do_refmount()
419 dprintk("%s: getting locations for %pd2\n", in nfs_do_refmount()
523 * @locations: fs_locations array
527 * The client tries all the entries in the "locations" array, in the
532 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument
538 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport()
549 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport()
551 &locations->locations[loc]; in nfs4_replace_transport()