Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h54 extern int __block_write_begin_int(struct page *page, loff_t pos, unsigned len,
H A Dbuffer.c2001 int __block_write_begin_int(struct page *page, loff_t pos, unsigned len, in __block_write_begin_int() function
2089 return __block_write_begin_int(page, pos, len, get_block, NULL); in __block_write_begin()
/OK3568_Linux_fs/kernel/fs/iomap/
H A Dbuffered-io.c622 status = __block_write_begin_int(page, pos, len, NULL, srcmap); in iomap_write_begin()
995 ret = __block_write_begin_int(page, pos, length, NULL, iomap); in iomap_page_mkwrite_actor()