Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Drgrp.c155 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()
781 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
788 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
795 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
803 bi->bi_blocks = bytes * GFS2_NBBY; in compute_bitstructs()
[all …]
A Dops_fstype.c315 * GFS2_NBBY; /* not the rgrp bitmap, subsequent bitmaps only */ in gfs2_read_sb()
/linux/include/uapi/linux/
A Dgfs2_ondisk.h159 #define GFS2_NBBY 4 macro

Completed in 12 milliseconds