Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dgfs2_ondisk.h158 #define GFS2_BIT_MASK 0x00000003 macro
/linux-2.6.39/fs/gfs2/
Drgrp.c92 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
102 cur_state = (*byte2 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
129 cur_state = (*byte >> bit) & GFS2_BIT_MASK; in gfs2_testbit()