Home
last modified time | relevance | path

Searched refs:xpage (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/ntfs/
Dcompress.c171 const int xpage, char *xpage_done, u8 *const cb_start, in ntfs_decompress() argument
241 if (di == xpage) in ntfs_decompress()
519 unsigned int xpage, max_page, cur_page, cur_ofs, i; in ntfs_read_compressed_block() local
553 xpage = index - offset; in ntfs_read_compressed_block()
554 pages[xpage] = page; in ntfs_read_compressed_block()
566 if (xpage >= max_page) { in ntfs_read_compressed_block()
578 if (i != xpage) in ntfs_read_compressed_block()
771 if (cur_page == xpage) in ntfs_read_compressed_block()
850 if (cur2_page == xpage) in ntfs_read_compressed_block()
867 cb_max_page, cb_max_ofs, xpage, &xpage_done, in ntfs_read_compressed_block()
[all …]
/linux-3.4.99/fs/fscache/
Dpage.c54 struct page *xpage; in __fscache_maybe_release_page() local
89 xpage = radix_tree_delete(&cookie->stores, page->index); in __fscache_maybe_release_page()
92 if (xpage) { in __fscache_maybe_release_page()
95 ASSERTCMP(xpage, ==, page); in __fscache_maybe_release_page()
101 if (xpage) in __fscache_maybe_release_page()
102 page_cache_release(xpage); in __fscache_maybe_release_page()
122 struct page *xpage = NULL; in fscache_end_page_write() local
135 xpage = radix_tree_delete(&cookie->stores, page->index); in fscache_end_page_write()
141 if (xpage) in fscache_end_page_write()
142 page_cache_release(xpage); in fscache_end_page_write()