Searched refs:cpage (Results 1 – 3 of 3) sorted by relevance
30 struct page *cpage = NULL; in ext4_encrypted_get_link() local42 cpage = read_mapping_page(inode->i_mapping, 0, NULL); in ext4_encrypted_get_link()43 if (IS_ERR(cpage)) in ext4_encrypted_get_link()44 return ERR_CAST(cpage); in ext4_encrypted_get_link()45 caddr = page_address(cpage); in ext4_encrypted_get_link()50 if (cpage) in ext4_encrypted_get_link()51 put_page(cpage); in ext4_encrypted_get_link()
3459 struct page *cpage; in f2fs_wait_on_block_writeback() local3467 cpage = find_lock_page(META_MAPPING(sbi), blkaddr); in f2fs_wait_on_block_writeback()3468 if (cpage) { in f2fs_wait_on_block_writeback()3469 f2fs_wait_on_page_writeback(cpage, DATA, true, true); in f2fs_wait_on_block_writeback()3470 f2fs_put_page(cpage, 1); in f2fs_wait_on_block_writeback()
217 struct page *cpage; in insert_inline_extent() local220 cpage = compressed_pages[i]; in insert_inline_extent()224 kaddr = kmap_atomic(cpage); in insert_inline_extent()