Lines Matching refs:reiserfs_get_block
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
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);
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
518 * reiserfs_get_block()
522 ret = reiserfs_get_block(inode, iblock, bh_result,
559 * helper function for when reiserfs_get_block is called for a hole
649 int reiserfs_get_block(struct inode *inode, sector_t block,
1157 mpage_readahead(rac, reiserfs_get_block);
2479 retval = reiserfs_get_block(inode, block, bh_result,
2726 return block_read_full_folio(folio, reiserfs_get_block);
2771 ret = __block_write_begin(page, pos, len, reiserfs_get_block);
2775 * this gets a little ugly. If reiserfs_get_block returned an
2783 * If old_ref == 0, the transaction is from reiserfs_get_block,
2831 ret = __block_write_begin(page, from, len, reiserfs_get_block);
2835 * this gets a little ugly. If reiserfs_get_block returned an
2843 * If old_ref == 0, the transaction is from reiserfs_get_block,