Searched refs:ocfs2_read_blocks (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/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 | 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() 1593 rc = ocfs2_read_blocks(INODE_CACHE(inode), OCFS2_I(inode)->ip_blkno, 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 | 662 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()
|