Lines Matching refs:location
239 const struct nfs4_fs_location *location) in try_location() argument
248 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); in try_location()
258 for (s = 0; s < location->nservers; s++) { in try_location()
259 const struct nfs4_string *buf = &location->servers[s]; in try_location()
329 const struct nfs4_fs_location *location = &locations->locations[loc]; in nfs_follow_referral() local
331 if (location == NULL || location->nservers <= 0 || in nfs_follow_referral()
332 location->rootpath.ncomponents == 0) in nfs_follow_referral()
335 mnt = try_location(&mountdata, page, page2, location); in nfs_follow_referral()
430 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location() argument
444 for (s = 0; s < location->nservers; s++) { in nfs4_try_replacing_one_location()
445 const struct nfs4_string *buf = &location->servers[s]; in nfs4_try_replacing_one_location()
506 const struct nfs4_fs_location *location = in nfs4_replace_transport() local
509 if (location == NULL || location->nservers <= 0 || in nfs4_replace_transport()
510 location->rootpath.ncomponents == 0) in nfs4_replace_transport()
514 page2, location); in nfs4_replace_transport()