Searched refs:reiserfs_get_block (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | inode.c | 191 * reiserfs_get_block to convert the tail into an unformatted node 211 * reiserfs_get_block does not need to allocate a block only if it has been 380 * grab_tail_page can trigger calls to reiserfs_get_block on in _get_block_create_0() 500 * don't want to send create == GET_BLOCK_NO_HOLE to reiserfs_get_block, 507 return reiserfs_get_block(inode, block, bh_result, GET_BLOCK_NO_HOLE); in reiserfs_get_block_create_0() 511 * This is special helper for reiserfs_get_block in case we are executing 524 * We set the b_size before reiserfs_get_block call since it is in reiserfs_get_blocks_direct_io() 526 * reiserfs_get_block() in reiserfs_get_blocks_direct_io() 530 ret = reiserfs_get_block(inode, iblock, bh_result, in reiserfs_get_blocks_direct_io() 567 * helper function for when reiserfs_get_block i 657 int reiserfs_get_block(struct inode *inode, sector_t block, reiserfs_get_block() function [all...] |
H A D | super.c | 2518 err = reiserfs_get_block(inode, blk, &tmp_bh, 0); in reiserfs_quota_read() 2563 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE); in reiserfs_quota_write()
|
H A D | reiserfs.h | 3057 /* args for the create parameter of reiserfs_get_block */ 3071 int reiserfs_get_block(struct inode *inode, sector_t block,
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | inode.c | 191 * reiserfs_get_block to convert the tail into an unformatted node 211 * reiserfs_get_block does not need to allocate a block only if it has been 374 * grab_tail_page can trigger calls to reiserfs_get_block on in _get_block_create_0() 492 * don't want to send create == GET_BLOCK_NO_HOLE to reiserfs_get_block, 499 return reiserfs_get_block(inode, block, bh_result, GET_BLOCK_NO_HOLE); in reiserfs_get_block_create_0() 503 * This is special helper for reiserfs_get_block in case we are executing 516 * We set the b_size before reiserfs_get_block call since it is in reiserfs_get_blocks_direct_io() 518 * reiserfs_get_block() in reiserfs_get_blocks_direct_io() 522 ret = reiserfs_get_block(inode, iblock, bh_result, in reiserfs_get_blocks_direct_io() 559 * helper function for when reiserfs_get_block i 649 int reiserfs_get_block(struct inode *inode, sector_t block, reiserfs_get_block() function [all...] |
H A D | super.c | 2512 err = reiserfs_get_block(inode, blk, &tmp_bh, 0); in reiserfs_quota_read() 2556 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE); in reiserfs_quota_write()
|
H A D | reiserfs.h | 3054 /* args for the create parameter of reiserfs_get_block */ 3068 int reiserfs_get_block(struct inode *inode, sector_t block,
|
Completed in 22 milliseconds