/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | buffer_head_io.h | 30 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, 54 status = ocfs2_read_blocks(ci, off, 1, bh, 0, validate); in ocfs2_read_block()
|
H A D | slot_map.c | 133 * be !NULL. Thus, ocfs2_read_blocks() will ignore blocknr. If in ocfs2_refresh_slot_info() 136 ret = ocfs2_read_blocks(INODE_CACHE(si->si_inode), -1, si->si_blocks, in ocfs2_refresh_slot_info() 387 status = ocfs2_read_blocks(INODE_CACHE(si->si_inode), blkno, in ocfs2_map_slot_buffers()
|
H A D | buffer_head_io.c | 195 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, in ocfs2_read_blocks() function
|
H A D | inode.c | 1572 rc = ocfs2_read_blocks(INODE_CACHE(inode), in ocfs2_filecheck_read_inode_block_full() 1577 rc = ocfs2_read_blocks(INODE_CACHE(inode), in ocfs2_filecheck_read_inode_block_full() 1582 /* If ocfs2_read_blocks() got us a new bh, pass it up. */ in ocfs2_filecheck_read_inode_block_full() 1595 rc = ocfs2_read_blocks(INODE_CACHE(inode), OCFS2_I(inode)->ip_blkno, in ocfs2_read_inode_block_full() 1598 /* If ocfs2_read_blocks() got us a new bh, pass it up. */ in ocfs2_read_inode_block_full()
|
H A D | extent_map.c | 1012 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count, in ocfs2_read_virt_blocks()
|
H A D | quota_global.c | 157 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, 1, bhp, 0, in ocfs2_read_quota_phys_block()
|
H A D | dir.c | 664 ret = ocfs2_read_blocks(INODE_CACHE(dir), start, num, dx_leaf_bhs, 0, in ocfs2_read_dx_leaves()
|
H A D | xattr.c | 401 rc = ocfs2_read_blocks(INODE_CACHE(bucket->bu_inode), xb_blkno, in ocfs2_read_xattr_bucket()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | buffer_head_io.h | 28 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, 52 status = ocfs2_read_blocks(ci, off, 1, bh, 0, validate); in ocfs2_read_block()
|
H A D | slot_map.c | 131 * be !NULL. Thus, ocfs2_read_blocks() will ignore blocknr. If in ocfs2_refresh_slot_info() 134 ret = ocfs2_read_blocks(INODE_CACHE(si->si_inode), -1, si->si_blocks, in ocfs2_refresh_slot_info() 385 status = ocfs2_read_blocks(INODE_CACHE(si->si_inode), blkno, in ocfs2_map_slot_buffers()
|
H A D | buffer_head_io.c | 193 int ocfs2_read_blocks(struct ocfs2_caching_info *ci, u64 block, int nr, in ocfs2_read_blocks() function
|
H A D | inode.c | 1570 rc = ocfs2_read_blocks(INODE_CACHE(inode), in ocfs2_filecheck_read_inode_block_full() 1575 rc = ocfs2_read_blocks(INODE_CACHE(inode), in ocfs2_filecheck_read_inode_block_full() 1580 /* If ocfs2_read_blocks() got us a new bh, pass it up. */ in ocfs2_filecheck_read_inode_block_full() 1593 rc = ocfs2_read_blocks(INODE_CACHE(inode), OCFS2_I(inode)->ip_blkno, in ocfs2_read_inode_block_full() 1596 /* If ocfs2_read_blocks() got us a new bh, pass it up. */ in ocfs2_read_inode_block_full()
|
H A D | extent_map.c | 1010 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, count, in ocfs2_read_virt_blocks()
|
H A D | quota_global.c | 157 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, 1, bhp, 0, in ocfs2_read_quota_phys_block()
|
H A D | dir.c | 656 ret = ocfs2_read_blocks(INODE_CACHE(dir), start, num, dx_leaf_bhs, 0, in ocfs2_read_dx_leaves()
|
H A D | xattr.c | 395 rc = ocfs2_read_blocks(INODE_CACHE(bucket->bu_inode), xb_blkno, in ocfs2_read_xattr_bucket()
|