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

/linux-master/fs/ocfs2/
H A Dalloc.c7542 struct ocfs2_dinode *main_bm; local
7571 main_bm = (struct ocfs2_dinode *)main_bm_bh->b_data;
7577 if (start >= le32_to_cpu(main_bm->i_clusters)) {
7582 if (start + len > le32_to_cpu(main_bm->i_clusters))
7583 len = le32_to_cpu(main_bm->i_clusters) - start;
7607 main_bm, group,
7644 * main_bm related locks for avoiding the current IO starve, then go to

Completed in 154 milliseconds