Home
last modified time | relevance | path

Searched refs:__block_write_begin_int (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dinternal.h36 int __block_write_begin_int(struct folio *folio, loff_t pos, unsigned len,
H A Dbuffer.c2110 int __block_write_begin_int(struct folio *folio, loff_t pos, unsigned len, in __block_write_begin_int() function
2194 return __block_write_begin_int(folio, pos, len, get_block, NULL); in __block_write_begin()
2256 status = __block_write_begin_int(folio, pos, len, get_block, NULL); in block_write_begin()
2639 ret = __block_write_begin_int(folio, 0, end, get_block, NULL); in block_page_mkwrite()
/linux/fs/iomap/
H A Dbuffered-io.c857 status = __block_write_begin_int(folio, pos, len, NULL, srcmap); in iomap_write_begin()
1511 ret = __block_write_begin_int(folio, iter->pos, length, NULL, in iomap_folio_mkwrite_iter()