Searched refs:h_blkno (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 913 if (le64_to_cpu(eb->h_blkno) != bh->b_blocknr) { in ocfs2_validate_extent_block() 915 "Extent block #%llu has an invalid h_blkno of %llu\n", in ocfs2_validate_extent_block() 917 (unsigned long long)le64_to_cpu(eb->h_blkno)); in ocfs2_validate_extent_block() 984 * sets h_signature, h_blkno, h_suballoc_bit, h_suballoc_slot, and 1036 eb->h_blkno = cpu_to_le64(first_blkno); in ocfs2_create_new_meta_bhs() 1272 new_last_eb_blk = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch() 1275 next_blkno = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch() 1412 root_el->l_recs[0].e_blkno = eb->h_blkno; in ocfs2_shift_tree_depth() 1421 ocfs2_et_set_last_eb_blk(et, le64_to_cpu(eb->h_blkno)); in ocfs2_shift_tree_depth() 2587 (unsigned long long)le64_to_cpu(eb->h_blkno), in ocfs2_unlink_path() [all...] |
H A D | ocfs2_fs.h | 514 __le64 h_blkno; /* Offset on disk, in blocks */ member
|
H A D | extent_map.c | 496 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 911 if (le64_to_cpu(eb->h_blkno) != bh->b_blocknr) { in ocfs2_validate_extent_block() 913 "Extent block #%llu has an invalid h_blkno of %llu\n", in ocfs2_validate_extent_block() 915 (unsigned long long)le64_to_cpu(eb->h_blkno)); in ocfs2_validate_extent_block() 982 * sets h_signature, h_blkno, h_suballoc_bit, h_suballoc_slot, and 1034 eb->h_blkno = cpu_to_le64(first_blkno); in ocfs2_create_new_meta_bhs() 1270 new_last_eb_blk = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch() 1273 next_blkno = le64_to_cpu(eb->h_blkno); in ocfs2_add_branch() 1410 root_el->l_recs[0].e_blkno = eb->h_blkno; in ocfs2_shift_tree_depth() 1419 ocfs2_et_set_last_eb_blk(et, le64_to_cpu(eb->h_blkno)); in ocfs2_shift_tree_depth() 2585 (unsigned long long)le64_to_cpu(eb->h_blkno), in ocfs2_unlink_path() [all...] |
H A D | extent_map.c | 494 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
|
H A D | ocfs2_fs.h | 512 __le64 h_blkno; /* Offset on disk, in blocks */ member
|
Completed in 35 milliseconds