Searched refs:__block_write_begin_int (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/ |
| H A D | buffer.c | 2107 int __block_write_begin_int(struct folio *folio, loff_t pos, unsigned len, in __block_write_begin_int() function 2191 return __block_write_begin_int(folio, pos, len, get_block, NULL); in __block_write_begin() 2253 status = __block_write_begin_int(folio, pos, len, get_block, NULL); in block_write_begin() 2636 ret = __block_write_begin_int(folio, 0, end, get_block, NULL); in block_page_mkwrite()
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 1000 status = __block_write_begin_int(folio, pos, len, NULL, srcmap); in iomap_write_begin() 1684 ret = __block_write_begin_int(folio, iter->pos, length, NULL, in iomap_folio_mkwrite_iter()
|