Home
last modified time | relevance | path

Searched refs:main_bm (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ocfs2/
Dalloc.c7530 struct ocfs2_dinode *main_bm; in ocfs2_trim_fs() local
7557 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_fs()
7559 if (start >= le32_to_cpu(main_bm->i_clusters)) { in ocfs2_trim_fs()
7565 if (start + len > le32_to_cpu(main_bm->i_clusters)) in ocfs2_trim_fs()
7566 len = le32_to_cpu(main_bm->i_clusters) - start; in ocfs2_trim_fs()
7623 main_bm, group, in ocfs2_trim_fs()