Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dinternal.h51 int __block_write_begin_int(struct page *page, loff_t pos, unsigned len,
Dbuffer.c1972 int __block_write_begin_int(struct page *page, loff_t pos, unsigned len, in __block_write_begin_int() function
2060 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin()
/Linux-v5.15/fs/iomap/
Dbuffered-io.c625 status = __block_write_begin_int(page, pos, len, NULL, srcmap); in iomap_write_begin()
961 ret = __block_write_begin_int(page, iter->pos, length, NULL, in iomap_page_mkwrite_iter()