Searched refs:OFFSET_BIT_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ | ||
| H A D | f2fs_fs.h | 357 #define OFFSET_BIT_MASK GENMASK(OFFSET_BIT_SHIFT - 1, 0) macro |
| /linux-6.15/fs/f2fs/ | ||
| H A D | node.h | 293 (old_flag & OFFSET_BIT_MASK)); in fill_node_footer() |