Searched refs:OFFSET_BIT_MASK (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | f2fs_fs.h | 283 #define OFFSET_BIT_MASK (0x07) /* (0x01 << OFFSET_BIT_SHIFT) - 1 */ macro |
/Linux-v4.19/fs/f2fs/ | ||
D | node.h | 286 (old_flag & OFFSET_BIT_MASK)); in fill_node_footer() |