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()
365 * @locations: array of NFSv4 server location information
369 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument
374 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral()
380 error = nfs4_validate_fspath(ctx->clone_data.dentry, locations, ctx); in nfs_follow_referral()
385 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral()
386 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral()
425 /* Get locations */ in nfs_do_refmount()
428 dprintk("%s: getting locations for %pd2\n", in nfs_do_refmount()
533 * @locations: fs_locations array
537 * The client tries all the entries in the "locations" array, in the
542 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument
548 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport()
559 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport()
561 &locations->locations[loc]; in nfs4_replace_transport()