Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dgfs2_ondisk.h161 #define GFS2_BIT_MASK 0x00000003 macro
/openbmc/linux/fs/gfs2/
H A Drgrp.c106 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
127 cur_state = (*byte2 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
158 return (*byte >> bit) & GFS2_BIT_MASK; in gfs2_testbit()