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()
3196 struct page *cpage; in f2fs_wait_on_block_writeback() local3201 cpage = find_lock_page(META_MAPPING(sbi), blkaddr); in f2fs_wait_on_block_writeback()3202 if (cpage) { in f2fs_wait_on_block_writeback()3203 f2fs_wait_on_page_writeback(cpage, DATA, true); in f2fs_wait_on_block_writeback()3204 f2fs_put_page(cpage, 1); in f2fs_wait_on_block_writeback()
211 struct page *cpage; in insert_inline_extent() local214 cpage = compressed_pages[i]; in insert_inline_extent()218 kaddr = kmap_atomic(cpage); in insert_inline_extent()