Lines Matching refs: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()
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()
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()