Searched refs:block_commit_write (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/udf/
H A Dfile.c72 block_commit_write(page, 0, end);
/linux-master/include/linux/
H A Dbuffer_head.h275 void block_commit_write(struct page *page, unsigned int from, unsigned int to);
/linux-master/fs/ext4/
H A Dmove_extent.c394 block_commit_write(&folio[0]->page, from, from + replaced_size);
H A Dinline.c639 block_commit_write(&folio->page, from, to);
/linux-master/fs/ocfs2/
H A Daops.c933 block_commit_write(tmppage, from, to);
2035 block_commit_write(tmppage, from, to);
H A Dfile.c803 * __block_write_begin and block_commit_write to zero the
815 block_commit_write(page, block_start + 1, block_start + 1);
/linux-master/fs/
H A Dbuffer.c2571 void block_commit_write(struct page *page, unsigned from, unsigned to) function
2576 EXPORT_SYMBOL(block_commit_write); variable
/linux-master/fs/iomap/
H A Dbuffered-io.c1457 block_commit_write(&folio->page, 0, length);

Completed in 307 milliseconds