Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Df2fs_fs.h396 #define SIT_VBLOCKS_SHIFT 10 macro
397 #define SIT_VBLOCKS_MASK ((1 << SIT_VBLOCKS_SHIFT) - 1)
402 >> SIT_VBLOCKS_SHIFT)
/openbmc/linux/fs/f2fs/
H A Dsegment.h383 unsigned short raw_vblocks = (se->type << SIT_VBLOCKS_SHIFT) | in __seg_info_to_raw_sit()