Lines Matching refs:location
289 const struct nfs4_fs_location *location) in try_location() argument
301 for (s = 0; s < location->nservers; s++) { in try_location()
302 const struct nfs4_string *buf = &location->servers[s]; in try_location()
312 export_path = nfs4_pathname_string(&location->rootpath, in try_location()
327 for (s = 0; s < location->nservers; s++) { in try_location()
328 const struct nfs4_string *buf = &location->servers[s]; in try_location()
386 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() local
388 if (location == NULL || location->nservers <= 0 || in nfs_follow_referral()
389 location->rootpath.ncomponents == 0) in nfs_follow_referral()
392 error = try_location(fc, location); in nfs_follow_referral()
485 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location() argument
498 for (s = 0; s < location->nservers; s++) { in nfs4_try_replacing_one_location()
499 const struct nfs4_string *buf = &location->servers[s]; in nfs4_try_replacing_one_location()
560 const struct nfs4_fs_location *location = in nfs4_replace_transport() local
563 if (location == NULL || location->nservers <= 0 || in nfs4_replace_transport()
564 location->rootpath.ncomponents == 0) in nfs4_replace_transport()
568 page2, location); in nfs4_replace_transport()