Searched refs:__block_write_begin_int (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | internal.h | 42 extern int __block_write_begin_int(struct page *page, loff_t pos, unsigned len,
|
D | buffer.c | 1931 int __block_write_begin_int(struct page *page, loff_t pos, unsigned len, in __block_write_begin_int() function 2019 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin()
|
/fs/iomap/ |
D | buffered-io.c | 611 status = __block_write_begin_int(page, pos, len, NULL, iomap); in iomap_write_begin() 1020 ret = __block_write_begin_int(page, pos, length, NULL, iomap); in iomap_page_mkwrite_actor()
|