Lines Matching refs:locations
102 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() argument
111 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath()
297 const struct nfs4_fs_locations *locations) in nfs_follow_referral() argument
308 if (locations == NULL || locations->nlocations <= 0) in nfs_follow_referral()
322 error = nfs4_validate_fspath(dentry, locations, page, page2); in nfs_follow_referral()
328 for (loc = 0; loc < locations->nlocations; loc++) { in nfs_follow_referral()
329 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral()
483 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument
489 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport()
500 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport()
502 &locations->locations[loc]; in nfs4_replace_transport()