Lines Matching refs:locations
101 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath() argument
110 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()
488 const struct nfs4_fs_locations *locations) in nfs4_replace_transport() argument
494 if (locations == NULL || locations->nlocations <= 0) in nfs4_replace_transport()
505 for (loc = 0; loc < locations->nlocations; loc++) { in nfs4_replace_transport()
507 &locations->locations[loc]; in nfs4_replace_transport()