/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | buffer_head_io.h | 41 static inline int ocfs2_read_block(struct ocfs2_caching_info *ci, u64 off, in ocfs2_read_block() function
|
H A D | dir.c | 547 ret = ocfs2_read_block(INODE_CACHE(dir), phys, &tmp, in ocfs2_read_dir_block_direct() 605 ret = ocfs2_read_block(INODE_CACHE(dir), blkno, &tmp, in ocfs2_read_dx_root() 608 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_dx_root() 645 ret = ocfs2_read_block(INODE_CACHE(dir), blkno, &tmp, in ocfs2_read_dx_leaf() 648 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_dx_leaf()
|
H A D | refcounttree.c | 131 rc = ocfs2_read_block(ci, rb_blkno, &tmp, in ocfs2_read_refcount_block() 134 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_refcount_block() 3028 ret = ocfs2_read_block(ci, old_block, &old_bh, NULL); in ocfs2_duplicate_clusters_by_jbd()
|
H A D | xattr.c | 523 rc = ocfs2_read_block(INODE_CACHE(inode), xb_blkno, &tmp, in ocfs2_read_xattr_block() 526 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_xattr_block() 1130 ret = ocfs2_read_block(INODE_CACHE(inode), blkno, in ocfs2_xattr_get_value_outside() 1379 ret = ocfs2_read_block(INODE_CACHE(inode), blkno, in __ocfs2_xattr_set_value_outside()
|
H A D | suballoc.c | 301 rc = ocfs2_read_block(INODE_CACHE(inode), gd_blkno, &tmp, in ocfs2_read_group_descriptor() 312 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_group_descriptor()
|
H A D | alloc.c | 936 rc = ocfs2_read_block(ci, eb_blkno, &tmp, in ocfs2_read_extent_block() 939 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_extent_block()
|
/kernel/linux/linux-6.6/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 | 539 ret = ocfs2_read_block(INODE_CACHE(dir), phys, &tmp, in ocfs2_read_dir_block_direct() 597 ret = ocfs2_read_block(INODE_CACHE(dir), blkno, &tmp, in ocfs2_read_dx_root() 600 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_dx_root() 637 ret = ocfs2_read_block(INODE_CACHE(dir), blkno, &tmp, in ocfs2_read_dx_leaf() 640 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_dx_leaf()
|
H A D | refcounttree.c | 129 rc = ocfs2_read_block(ci, rb_blkno, &tmp, in ocfs2_read_refcount_block() 132 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_refcount_block() 3029 ret = ocfs2_read_block(ci, old_block, &old_bh, NULL); in ocfs2_duplicate_clusters_by_jbd()
|
H A D | xattr.c | 517 rc = ocfs2_read_block(INODE_CACHE(inode), xb_blkno, &tmp, in ocfs2_read_xattr_block() 520 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_xattr_block() 1124 ret = ocfs2_read_block(INODE_CACHE(inode), blkno, in ocfs2_xattr_get_value_outside() 1373 ret = ocfs2_read_block(INODE_CACHE(inode), blkno, in __ocfs2_xattr_set_value_outside()
|
H A D | suballoc.c | 299 rc = ocfs2_read_block(INODE_CACHE(inode), gd_blkno, &tmp, in ocfs2_read_group_descriptor() 310 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_group_descriptor()
|
H A D | alloc.c | 934 rc = ocfs2_read_block(ci, eb_blkno, &tmp, in ocfs2_read_extent_block() 937 /* If ocfs2_read_block() got us a new bh, pass it up. */ in ocfs2_read_extent_block()
|