Searched refs:IS_NODESEG (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Dsegment.h26 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE) macro
27 #define SE_PAGETYPE(se) ((IS_NODESEG((se)->type) ? NODE : DATA))
H A Dsegment.c888 if (IS_NODESEG(se->type))
2775 if (IS_NODESEG(seg_type))
2799 if (seg_type == CURSEG_HOT_DATA || IS_NODESEG(seg_type))
3031 if (IS_NODESEG(seg_type)) {
3520 f2fs_bug_on(sbi, IS_NODESEG(se->type));
3595 if (page && IS_NODESEG(curseg->seg_type)) {
4058 if (IS_NODESEG(type)) {
H A Dgc.c287 else if (type == CURSEG_HOT_DATA || IS_NODESEG(type))

Completed in 224 milliseconds