Searched refs:ext4_get_block (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ext4/ |
H A D | readpage.c | 388 block_read_full_folio(folio, ext4_get_block); in ext4_mpage_readpages()
|
H A D | inode.c | 19 * Assorted race fixes, rewrite of ext4_get_block() by Al Viro, 2000 924 int ext4_get_block(struct inode *inode, sector_t iblock, in ext4_get_block() function 1007 * writes use ext4_get_block instead, so it's not a in ext4_getblk() 1271 * close off a transaction and start a new one between the ext4_get_block() 1360 ext4_get_block); in ext4_write_begin() 4130 ext4_get_block(inode, iblock, bh, 0); in __ext4_block_zero_page_range() 4546 * We block out ext4_get_block() block instantiations across the entire 6697 get_block_t *get_block = ext4_get_block; in ext4_page_mkwrite() 6716 * be used; and there's no dioread_nolock, so only ext4_get_block. in ext4_page_mkwrite()
|
H A D | inline.c | 622 ext4_get_block); in ext4_convert_inline_data_to_extent()
|
H A D | ext4.h | 1099 * are ext4_get_block (growth) and ext4_truncate (shrinkth). 2991 int ext4_get_block(struct inode *inode, sector_t iblock,
|