Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h159 #define GFS2_BIT_SIZE 2 macro
/linux-4.4.14/fs/gfs2/
Drgrp.c94 const unsigned int bit = (rbm->offset % GFS2_NBBY) * GFS2_BIT_SIZE; in gfs2_setbit()
138 bit = (rbm->offset % GFS2_NBBY) * GFS2_BIT_SIZE; in gfs2_testbit()