Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.c960 dc->state = D_PREP; in __create_discard_cmd()
1264 if (dc->state != D_PREP) in __submit_discard_cmd()
1499 if (prev_dc && prev_dc->state == D_PREP && in __update_discard_tree_range()
1511 if (next_dc && next_dc->state == D_PREP && in __update_discard_tree_range()
1593 if (dc->state != D_PREP) in __issue_discard_cmd_orderly()
1663 f2fs_bug_on(sbi, dc->state != D_PREP); in __issue_discard_cmd()
1711 f2fs_bug_on(sbi, dc->state != D_PREP); in __drop_discard_cmd()
1825 if (dc->state == D_PREP) in f2fs_wait_discard_bio()
1837 if (dc->state == D_PREP) { in f2fs_wait_discard_bio()
3211 if (dc->state != D_PREP) { in __issue_discard_cmd_range()
H A Df2fs.h348 D_PREP, /* initial */ enumerator