Searched refs:jfs_get_block (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | inode.c | 199 int jfs_get_block(struct inode *ip, sector_t lblock, in jfs_get_block() function 287 return block_write_full_page(page, jfs_get_block, wbc); in jfs_writepage() 293 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages() 298 return mpage_readpage(page, jfs_get_block); in jfs_readpage() 303 mpage_readahead(rac, jfs_get_block); in jfs_readahead() 323 jfs_get_block); in jfs_write_begin() 332 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap() 343 ret = blockdev_direct_IO(iocb, inode, iter, jfs_get_block); in jfs_direct_IO() 419 nobh_truncate_page(ip->i_mapping, ip->i_size, jfs_get_block); in jfs_truncate()
|
H A D | jfs_inode.h | 28 extern int jfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
H A D | super.c | 759 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read() 799 err = jfs_get_block(inode, blk, &tmp_bh, 1); in jfs_quota_write()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | inode.c | 199 int jfs_get_block(struct inode *ip, sector_t lblock, in jfs_get_block() function 270 return mpage_writepages(mapping, wbc, jfs_get_block); in jfs_writepages() 275 return mpage_read_folio(folio, jfs_get_block); in jfs_read_folio() 280 mpage_readahead(rac, jfs_get_block); in jfs_readahead() 299 ret = block_write_begin(mapping, pos, len, pagep, jfs_get_block); in jfs_write_begin() 320 return generic_block_bmap(mapping, block, jfs_get_block); in jfs_bmap() 331 ret = blockdev_direct_IO(iocb, inode, iter, jfs_get_block); in jfs_direct_IO() 409 block_truncate_page(ip->i_mapping, ip->i_size, jfs_get_block); in jfs_truncate()
|
H A D | jfs_inode.h | 30 extern int jfs_get_block(struct inode *, sector_t, struct buffer_head *, int);
|
H A D | super.c | 752 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read() 791 err = jfs_get_block(inode, blk, &tmp_bh, 1); in jfs_quota_write()
|
Completed in 4 milliseconds