Searched refs:GFS2_NBBY (Results 1 – 3 of 3) sorted by relevance
155 byte = buffer + (rbm->offset / GFS2_NBBY); in gfs2_testbit()156 bit = (rbm->offset % GFS2_NBBY) * GFS2_BIT_SIZE; in gfs2_testbit()289 sizeof(struct gfs2_meta_header)) * GFS2_NBBY; in gfs2_rbm_from_block()399 start += (rbm.offset / GFS2_NBBY); in gfs2_free_extlen()400 bytes = min_t(u32, len / GFS2_NBBY, (end - start)); in gfs2_free_extlen()403 chunk_size *= GFS2_NBBY; in gfs2_free_extlen()782 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()789 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()796 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()804 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()[all …]
314 * GFS2_NBBY; /* not the rgrp bitmap, subsequent bitmaps only */ in gfs2_read_sb()
159 #define GFS2_NBBY 4 macro
Completed in 12 milliseconds