Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dalloc.c7340 struct ocfs2_dinode *main_bm; in ocfs2_trim_fs() local
7366 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data; in ocfs2_trim_fs()
7368 if (start >= le32_to_cpu(main_bm->i_clusters)) { in ocfs2_trim_fs()
7374 if (start + len > le32_to_cpu(main_bm->i_clusters)) in ocfs2_trim_fs()
7375 len = le32_to_cpu(main_bm->i_clusters) - start; in ocfs2_trim_fs()
7396 main_bm, group, in ocfs2_trim_fs()