Searched refs:__get_data_block (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | data.c | 1223 static int __get_data_block(struct inode *inode, sector_t iblock, in __get_data_block() function 1249 return __get_data_block(inode, iblock, bh_result, create, in get_data_block() 1257 return __get_data_block(inode, iblock, bh_result, create, in get_data_block_dio() 1270 return __get_data_block(inode, iblock, bh_result, create, in get_data_block_bmap()
|