Searched refs:ocfs2_get_block (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | aops.h | 48 int ocfs2_get_block(struct inode *inode, sector_t iblock,
|
H A D | aops.c | 128 ret = ocfs2_get_block(inode, iblock, bh_result, create); in ocfs2_lock_get_block() 134 int ocfs2_get_block(struct inode *inode, sector_t iblock, in ocfs2_get_block() function 327 ret = block_read_full_folio(folio, ocfs2_get_block); in ocfs2_read_folio() 380 mpage_readahead(rac, ocfs2_get_block); in ocfs2_readahead() 405 return block_write_full_page(page, ocfs2_get_block, wbc); in ocfs2_writepage()
|
H A D | file.c | 807 ocfs2_get_block); in ocfs2_write_zero_page()
|
H A D | ocfs2_trace.h | 1154 DEFINE_OCFS2_GET_BLOCK_EVENT(ocfs2_get_block);
|
H A D | refcounttree.c | 2968 ret = block_read_full_folio(folio, ocfs2_get_block); in ocfs2_duplicate_clusters_by_page()
|