Lines Matching defs:page
1769 void *page;
1792 page = alloc_dentry_path();
1801 full_path = build_path_from_dentry(dentry, page);
1880 free_dentry_path(page);
2052 void *page;
2067 page = alloc_dentry_path();
2068 full_path = build_path_from_dentry(direntry, page);
2115 free_dentry_path(page);
2130 void *page = alloc_dentry_path();
2137 full_path = build_path_from_dentry(direntry, page);
2194 free_dentry_path(page);
2563 void *page;
2574 page = alloc_dentry_path();
2575 full_path = build_path_from_dentry(dentry, page);
2596 free_dentry_path(page);
2745 struct page *page;
2748 page = grab_cache_page(mapping, index);
2749 if (!page)
2752 zero_user_segment(page, offset, PAGE_SIZE);
2753 unlock_page(page);
2754 put_page(page);
2846 * The man page of truncate says if the size changed,
2866 void *page = alloc_dentry_path();
2887 full_path = build_path_from_dentry(direntry, page);
3003 free_dentry_path(page);
3021 void *page = alloc_dentry_path();
3038 full_path = build_path_from_dentry(direntry, page);
3194 free_dentry_path(page);