Searched refs:__block_write_begin (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/udf/
H A Dfile.c65 err = __block_write_begin(page, 0, end, udf_get_block);
/linux-master/include/linux/
H A Dbuffer_head.h262 int __block_write_begin(struct page *page, loff_t pos, unsigned len,
/linux-master/fs/ext4/
H A Dinline.c604 ret = __block_write_begin(&folio->page, from, to,
607 ret = __block_write_begin(&folio->page, from, to, ext4_get_block);
859 ret = __block_write_begin(&folio->page, 0, inline_size,
H A Dinode.c998 * __block_write_begin() could have dirtied some buffers. Clean
1001 * by __block_write_begin() isn't a real problem here as we clear
1198 ret = __block_write_begin(&folio->page, pos, len,
1201 ret = __block_write_begin(&folio->page, pos, len, ext4_get_block);
1215 * __block_write_begin may have instantiated a few blocks
2896 ret = __block_write_begin(&folio->page, pos, len, ext4_da_get_block_prep);
6150 err = __block_write_begin(&folio->page, 0, len, ext4_get_block);
/linux-master/fs/ext2/
H A Ddir.c438 return __block_write_begin(&folio->page, pos, len, ext2_get_block);
/linux-master/fs/sysv/
H A Ditree.c471 return __block_write_begin(page, pos, len, get_block);
/linux-master/fs/nilfs2/
H A Ddir.c86 return __block_write_begin(&folio->page, pos, to - from, nilfs_get_block);
/linux-master/fs/reiserfs/
H A Dinode.c190 * to be unmapped, so that __block_write_begin will correctly call
479 * now. It is sent to __block_write_begin, and when you try to get a
481 * -ENOENT instead of a valid buffer. __block_write_begin expects to
485 * So, this allows __block_write_begin to be used for reading a single block
609 * __block_write_begin won't trigger a get_block in this case.
2201 error = __block_write_begin(page, start, offset - start,
2767 ret = __block_write_begin(page, pos, len, reiserfs_get_block);
2827 ret = __block_write_begin(page, from, len, reiserfs_get_block);
/linux-master/fs/
H A Dbuffer.c2151 int __block_write_begin(struct page *page, loff_t pos, unsigned len, function
2157 EXPORT_SYMBOL(__block_write_begin); variable
2213 status = __block_write_begin(page, pos, len, get_block);
/linux-master/fs/minix/
H A Dinode.c414 return __block_write_begin(page, pos, len, minix_get_block);
/linux-master/fs/ufs/
H A Dinode.c484 return __block_write_begin(page, pos, len, ufs_getfrag_block);
/linux-master/fs/ocfs2/
H A Dfile.c803 * __block_write_begin and block_commit_write to zero the
806 ret = __block_write_begin(page, block_start + 1, 0,

Completed in 252 milliseconds