Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/gfs2/
Drgrp.c268 if (rbm->offset < rbm_bi(rbm)->bi_blocks) in gfs2_rbm_from_block()
293 if (rbm->offset + 1 < rbm_bi(rbm)->bi_blocks) { /* in the same bitmap */ in gfs2_rbm_incr()
765 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
772 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
779 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
787 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
1139 while (goal < bi->bi_blocks) { in count_unlinked()
Dincore.h97 u32 bi_blocks; member