Lines Matching refs:page2
103 char *page, char *page2) in nfs4_validate_fspath() argument
111 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath()
239 char *page, char *page2, in try_location() argument
249 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); in try_location()
253 maxbuflen = mnt_path - 1 - page2; in try_location()
273 memcpy(page2, buf->data, buf->len); in try_location()
274 page2[buf->len] = '\0'; in try_location()
275 mountdata->hostname = page2; in try_location()
304 char *page = NULL, *page2 = NULL; in nfs_follow_referral() local
316 page2 = (char *) __get_free_page(GFP_USER); in nfs_follow_referral()
317 if (!page2) in nfs_follow_referral()
321 error = nfs4_validate_fspath(dentry, locations, page, page2); in nfs_follow_referral()
334 mnt = try_location(&mountdata, page, page2, location); in nfs_follow_referral()
341 free_page((unsigned long) page2); in nfs_follow_referral()
423 char *page, char *page2, in nfs4_try_replacing_one_location() argument
484 char *page = NULL, *page2 = NULL; in nfs4_replace_transport() local
495 page2 = (char *) __get_free_page(GFP_USER); in nfs4_replace_transport()
496 if (!page2) in nfs4_replace_transport()
508 page2, location); in nfs4_replace_transport()
515 free_page((unsigned long)page2); in nfs4_replace_transport()