Home
last modified time | relevance | path

Searched refs:block_write_begin (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/fs/bfs/
H A Dfile.c177 ret = block_write_begin(mapping, pos, len, flags, pagep, in bfs_write_begin()
/OK3568_Linux_fs/kernel/fs/omfs/
H A Dfile.c324 ret = block_write_begin(mapping, pos, len, flags, pagep, in omfs_write_begin()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbuffer_head.h263 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
/OK3568_Linux_fs/kernel/fs/sysv/
H A Ditree.c485 ret = block_write_begin(mapping, pos, len, flags, pagep, get_block); in sysv_write_begin()
/OK3568_Linux_fs/kernel/fs/
H A Dbuffer.c2137 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, in block_write_begin() function
2158 EXPORT_SYMBOL(block_write_begin);
2497 return block_write_begin(mapping, pos, len, flags, pagep, get_block); in cont_write_begin()
H A Dblock_dev.c658 return block_write_begin(mapping, pos, len, flags, pagep, in blkdev_write_begin()
/OK3568_Linux_fs/kernel/fs/minix/
H A Dinode.c431 ret = block_write_begin(mapping, pos, len, flags, pagep, in minix_write_begin()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Drecovery.c513 err = block_write_begin(inode->i_mapping, pos, blocksize, in nilfs_recover_dsync_blocks()
H A Dinode.c263 err = block_write_begin(mapping, pos, len, flags, pagep, in nilfs_write_begin()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dinode.c889 ret = block_write_begin(mapping, pos, len, flags, pagep, in ext2_write_begin()
/OK3568_Linux_fs/kernel/fs/ufs/
H A Dinode.c503 ret = block_write_begin(mapping, pos, len, flags, pagep, in ufs_write_begin()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst311 moved from generic methods (block_write_begin, cont_write_begin,
/OK3568_Linux_fs/kernel/fs/udf/
H A Dinode.c212 ret = block_write_begin(mapping, pos, len, flags, pagep, udf_get_block); in udf_write_begin()