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()
240 char *page, char *page2, in try_location() argument
250 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); in try_location()
254 maxbuflen = mnt_path - 1 - page2; in try_location()
274 memcpy(page2, buf->data, buf->len); in try_location()
275 page2[buf->len] = '\0'; in try_location()
276 mountdata->hostname = page2; in try_location()
305 char *page = NULL, *page2 = NULL; in nfs_follow_referral() local
317 page2 = (char *) __get_free_page(GFP_USER); in nfs_follow_referral()
318 if (!page2) in nfs_follow_referral()
322 error = nfs4_validate_fspath(dentry, locations, page, page2); in nfs_follow_referral()
335 mnt = try_location(&mountdata, page, page2, location); in nfs_follow_referral()
342 free_page((unsigned long) page2); in nfs_follow_referral()
424 char *page, char *page2, in nfs4_try_replacing_one_location() argument
485 char *page = NULL, *page2 = NULL; in nfs4_replace_transport() local
496 page2 = (char *) __get_free_page(GFP_USER); in nfs4_replace_transport()
497 if (!page2) in nfs4_replace_transport()
509 page2, location); in nfs4_replace_transport()
516 free_page((unsigned long)page2); in nfs4_replace_transport()