Lines Matching refs:location
241 const struct nfs4_fs_location *location) in try_location() argument
250 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); in try_location()
260 for (s = 0; s < location->nservers; s++) { in try_location()
261 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()
425 const struct nfs4_fs_location *location) in nfs4_try_replacing_one_location() argument
439 for (s = 0; s < location->nservers; s++) { in nfs4_try_replacing_one_location()
440 const struct nfs4_string *buf = &location->servers[s]; in nfs4_try_replacing_one_location()
501 const struct nfs4_fs_location *location = in nfs4_replace_transport() local
504 if (location == NULL || location->nservers <= 0 || in nfs4_replace_transport()
505 location->rootpath.ncomponents == 0) in nfs4_replace_transport()
509 page2, location); in nfs4_replace_transport()