Searched refs:ocfs2_read_block (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | buffer_head_io.h | 39 static inline int ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, in ocfs2_read_block() function
|
| H A D | dir.c | 558 ret = ocfs2_read_block(INODE_CACHE(dir), phys, &tmp, in ocfs2_read_dir_block_direct() 640 ret = ocfs2_read_block(INODE_CACHE(dir), blkno, &tmp, in ocfs2_validate_dx_leaf() 643 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_validate_dx_leaf() 680 ret = ocfs2_read_block(INODE_CACHE(dir), blkno, &tmp, in ocfs2_read_dx_leaves() 683 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_find_entry_el()
|
| H A D | suballoc.c | 348 rc = ocfs2_read_block(INODE_CACHE(inode), gd_blkno, &tmp, NULL); in ocfs2_read_hint_group_descriptor() 355 * Invalid gd cache was set in ocfs2_read_block(), in ocfs2_read_hint_group_descriptor() 379 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_group_descriptor() 397 rc = ocfs2_read_block(INODE_CACHE(inode), gd_blkno, &tmp, in ocfs2_bg_discontig_add_extent() 408 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_bg_discontig_add_extent()
|
| H A D | refcounttree.c | 130 rc = ocfs2_read_block(ci, rb_blkno, &tmp, in ocfs2_read_refcount_block() 133 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_refcount_block() 3020 ret = ocfs2_read_block(ci, old_block, &old_bh, NULL); in ocfs2_duplicate_clusters_by_jbd()
|
| H A D | xattr.c | 521 rc = ocfs2_read_block(INODE_CACHE(inode), xb_blkno, &tmp, in ocfs2_read_xattr_block() 524 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_xattr_block() 1163 ret = ocfs2_read_block(INODE_CACHE(inode), blkno, in ocfs2_xattr_get_value_outside() 1412 ret = ocfs2_read_block(INODE_CACHE(inode), blkno, in __ocfs2_xattr_set_value_outside()
|
| H A D | alloc.c | 956 rc = ocfs2_read_block(ci, eb_blkno, &tmp, in ocfs2_num_free_extents() 959 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_num_free_extents()
|