Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dxattr.c299 struct page *xpage; in read_all_xattrs() local
303 xpage = get_node_page(sbi, F2FS_I(inode)->i_xattr_nid); in read_all_xattrs()
304 if (IS_ERR(xpage)) in read_all_xattrs()
307 xattr_addr = page_address(xpage); in read_all_xattrs()
309 f2fs_put_page(xpage, 1); in read_all_xattrs()
331 struct page *xpage; in write_all_xattrs() local
371 xpage = get_node_page(sbi, F2FS_I(inode)->i_xattr_nid); in write_all_xattrs()
372 if (IS_ERR(xpage)) { in write_all_xattrs()
374 return PTR_ERR(xpage); in write_all_xattrs()
377 f2fs_wait_on_page_writeback(xpage, NODE); in write_all_xattrs()
[all …]
/linux-4.4.14/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-4.4.14/fs/fscache/
Dpage.c67 struct page *xpage; in __fscache_maybe_release_page() local
103 xpage = radix_tree_delete(&cookie->stores, page->index); in __fscache_maybe_release_page()
106 if (xpage) { in __fscache_maybe_release_page()
109 ASSERTCMP(xpage, ==, page); in __fscache_maybe_release_page()
115 if (xpage) in __fscache_maybe_release_page()
116 page_cache_release(xpage); in __fscache_maybe_release_page()
147 struct page *xpage = NULL; in fscache_end_page_write() local
160 xpage = radix_tree_delete(&cookie->stores, page->index); in fscache_end_page_write()
166 if (xpage) in fscache_end_page_write()
167 page_cache_release(xpage); in fscache_end_page_write()