Searched refs:h_blkno (Results 1 – 3 of 3) sorted by relevance
918 if (le64_to_cpu(eb->h_blkno) != bh->b_blocknr) { in ocfs2_validate_extent_block()922 (unsigned long long)le64_to_cpu(eb->h_blkno)); in ocfs2_validate_extent_block()1044 eb->h_blkno = cpu_to_le64(first_blkno); in ocfs2_create_new_meta_bhs()1261 new_last_eb_blk = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch()1264 next_blkno = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch()1391 root_el->l_recs[0].e_blkno = eb->h_blkno; in ocfs2_shift_tree_depth()1400 ocfs2_et_set_last_eb_blk(et, le64_to_cpu(eb->h_blkno)); in ocfs2_shift_tree_depth()2573 (unsigned long long)le64_to_cpu(eb->h_blkno), in ocfs2_unlink_path()2612 if (root_el->l_recs[i].e_blkno == eb->h_blkno) in ocfs2_unlink_subtree()2765 ocfs2_et_set_last_eb_blk(et, le64_to_cpu(eb->h_blkno)); in ocfs2_rotate_subtree_left()[all …]
508 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
554 __le64 h_blkno; /* Offset on disk, in blocks */ member