Searched refs:xpage (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/f2fs/ |
| A D | xattr.c | 308 struct page *xpage; in read_xattr_block() local 313 if (IS_ERR(xpage)) in read_xattr_block() 314 return PTR_ERR(xpage); in read_xattr_block() 318 f2fs_put_page(xpage, 1); in read_xattr_block() 443 struct page *xpage; in write_all_xattrs() local 483 if (IS_ERR(xpage)) { in write_all_xattrs() 484 err = PTR_ERR(xpage); in write_all_xattrs() 495 if (IS_ERR(xpage)) { in write_all_xattrs() 496 err = PTR_ERR(xpage); in write_all_xattrs() 510 set_page_dirty(xpage); in write_all_xattrs() [all …]
|
| A D | node.c | 2697 struct page *xpage; in f2fs_recover_xattr_data() local 2718 xpage = f2fs_new_node_page(&dn, XATTR_NODE_OFFSET); in f2fs_recover_xattr_data() 2719 if (IS_ERR(xpage)) { in f2fs_recover_xattr_data() 2721 return PTR_ERR(xpage); in f2fs_recover_xattr_data() 2728 memcpy(F2FS_NODE(xpage), F2FS_NODE(page), VALID_XATTR_BLOCK_SIZE); in f2fs_recover_xattr_data() 2730 set_page_dirty(xpage); in f2fs_recover_xattr_data() 2731 f2fs_put_page(xpage, 1); in f2fs_recover_xattr_data()
|
| /linux/fs/ntfs/ |
| A D | compress.c | 221 if (di == xpage) in ntfs_decompress() 536 xpage = index - offset; in ntfs_read_compressed_block() 537 pages[xpage] = page; in ntfs_read_compressed_block() 549 if (xpage >= max_page) { in ntfs_read_compressed_block() 562 if (i != xpage) in ntfs_read_compressed_block() 750 if (cur_page == xpage) in ntfs_read_compressed_block() 829 if (cur2_page == xpage) in ntfs_read_compressed_block() 846 &cur_ofs, cb_max_page, cb_max_ofs, xpage, in ntfs_read_compressed_block() 865 if (prev_cur_page != xpage) in ntfs_read_compressed_block() 895 if (cur_page != xpage) in ntfs_read_compressed_block() [all …]
|
| /linux/fs/fscache/ |
| A D | page.c | 66 struct page *xpage; in __fscache_maybe_release_page() local 104 xpage = radix_tree_delete(&cookie->stores, page->index); in __fscache_maybe_release_page() 108 if (xpage) { in __fscache_maybe_release_page() 111 ASSERTCMP(xpage, ==, page); in __fscache_maybe_release_page() 118 if (xpage) in __fscache_maybe_release_page() 119 put_page(xpage); in __fscache_maybe_release_page() 150 struct page *xpage = NULL, *val; in fscache_end_page_write() local 164 xpage = radix_tree_delete(&cookie->stores, page->index); in fscache_end_page_write() 180 if (xpage) in fscache_end_page_write() 181 put_page(xpage); in fscache_end_page_write()
|
Completed in 16 milliseconds