Searched refs:block_write_begin (Results 1 - 15 of 15) sorted by relevance

/linux-master/fs/bfs/
H A Dfile.c179 ret = block_write_begin(mapping, pos, len, pagep, bfs_get_block);
/linux-master/fs/omfs/
H A Dfile.c319 ret = block_write_begin(mapping, pos, len, pagep, omfs_get_block);
/linux-master/fs/jfs/
H A Dinode.c299 ret = block_write_begin(mapping, pos, len, pagep, jfs_get_block);
/linux-master/include/linux/
H A Dbuffer_head.h260 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len,
/linux-master/fs/sysv/
H A Ditree.c490 ret = block_write_begin(mapping, pos, len, pagep, get_block);
/linux-master/fs/
H A Dbuffer.c2197 * block_write_begin takes care of the basic task of block allocation and
2202 int block_write_begin(struct address_space *mapping, loff_t pos, unsigned len, function
2223 EXPORT_SYMBOL(block_write_begin); variable
2567 return block_write_begin(mapping, pos, len, pagep, get_block);
/linux-master/block/
H A Dfops.c449 return block_write_begin(mapping, pos, len, pagep, blkdev_get_block);
/linux-master/fs/minix/
H A Dinode.c433 ret = block_write_begin(mapping, pos, len, pagep, minix_get_block);
/linux-master/fs/nilfs2/
H A Drecovery.c514 err = block_write_begin(inode->i_mapping, pos, blocksize,
H A Dinode.c262 err = block_write_begin(mapping, pos, len, pagep, nilfs_get_block);
/linux-master/fs/exfat/
H A Dinode.c456 ret = block_write_begin(mapping, pos, len, pagep, exfat_get_block);
/linux-master/fs/ntfs3/
H A Dinode.c934 err = block_write_begin(mapping, pos, len, pagep,
1019 err = block_write_begin(mapping, pos, len, &page,
/linux-master/fs/ufs/
H A Dinode.c505 ret = block_write_begin(mapping, pos, len, pagep, ufs_getfrag_block);
/linux-master/fs/ext2/
H A Dinode.c923 ret = block_write_begin(mapping, pos, len, pagep, ext2_get_block);
/linux-master/fs/udf/
H A Dinode.c261 ret = block_write_begin(mapping, pos, len, pagep,

Completed in 199 milliseconds