Home
last modified time | relevance | path

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

/linux-4.1.27/fs/gfs2/
Drgrp.c94 const unsigned int bit = (rbm->offset % GFS2_NBBY) * GFS2_BIT_SIZE; in gfs2_setbit()
96 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()
117 byte2 = bi->bi_clone + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()
137 byte = buffer + (rbm->offset / GFS2_NBBY); in gfs2_testbit()
138 bit = (rbm->offset % GFS2_NBBY) * GFS2_BIT_SIZE; in gfs2_testbit()
245 return (((const unsigned char *)ptr - buf) * GFS2_NBBY) + bit; in gfs2_bitfit()
278 sizeof(struct gfs2_meta_header)) * GFS2_NBBY; in gfs2_rbm_from_block()
378 start += (rbm.offset / GFS2_NBBY); in gfs2_free_extlen()
379 bytes = min_t(u32, len / GFS2_NBBY, (end - start)); in gfs2_free_extlen()
382 chunk_size *= GFS2_NBBY; in gfs2_free_extlen()
[all …]
Drgrp.h22 #define RGRP_RSRV_MINBLKS ((u32)(RGRP_RSRV_MINBYTES * GFS2_NBBY))
Dincore.h119 return rbm->rgd->rd_data0 + (rbm_bi(rbm)->bi_start * GFS2_NBBY) + in gfs2_rbm_to_block()
Dops_fstype.c300 * GFS2_NBBY; /* not the rgrp bitmap, subsequent bitmaps only */ in gfs2_read_sb()
/linux-4.1.27/include/uapi/linux/
Dgfs2_ondisk.h158 #define GFS2_NBBY 4 macro