Lines Matching refs:page2
102 char *page, char *page2) in nfs4_validate_fspath() argument
110 fs_path = nfs4_pathname_string(&locations->fs_path, page2, PAGE_SIZE); in nfs4_validate_fspath()
238 char *page, char *page2, in try_location() argument
248 mnt_path = nfs4_pathname_string(&location->rootpath, page2, PAGE_SIZE); in try_location()
252 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()
429 char *page, char *page2, in nfs4_try_replacing_one_location() argument
490 char *page = NULL, *page2 = NULL; in nfs4_replace_transport() local
501 page2 = (char *) __get_free_page(GFP_USER); in nfs4_replace_transport()
502 if (!page2) in nfs4_replace_transport()
514 page2, location); in nfs4_replace_transport()
521 free_page((unsigned long)page2); in nfs4_replace_transport()