Home
last modified time | relevance | path

Searched refs:h_blkno (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dalloc.c913 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 Docfs2_fs.h514 __le64 h_blkno; /* Offset on disk, in blocks */ member
H A Dextent_map.c496 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dalloc.c911 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 Dextent_map.c494 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
H A Docfs2_fs.h512 __le64 h_blkno; /* Offset on disk, in blocks */ member

Completed in 35 milliseconds