Searched refs:__block_write_begin_int (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ |
H A D | internal.h | 36 int __block_write_begin_int(struct folio *folio, loff_t pos, unsigned len,
|
H A D | buffer.c | 2086 int __block_write_begin_int(struct folio *folio, loff_t pos, unsigned len, in __block_write_begin_int() function 2170 return __block_write_begin_int(folio, pos, len, get_block, NULL); in __block_write_begin() 2231 status = __block_write_begin_int(folio, pos, len, get_block, NULL); in block_write_begin() 2634 ret = __block_write_begin_int(folio, 0, end, get_block, NULL); in block_page_mkwrite()
|
/linux/fs/iomap/ |
H A D | buffered-io.c | 827 status = __block_write_begin_int(folio, pos, len, NULL, srcmap); in iomap_write_begin() 1479 ret = __block_write_begin_int(folio, iter->pos, length, NULL, in iomap_folio_mkwrite_iter()
|