Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dsegment.c1013 dc->state = D_PREP; in __create_discard_cmd()
1194 if (dc->state != D_PREP) in __submit_discard_cmd()
1405 if (prev_dc && prev_dc->state == D_PREP && in __update_discard_tree_range()
1417 if (next_dc && next_dc->state == D_PREP && in __update_discard_tree_range()
1493 if (dc->state != D_PREP) in __issue_discard_cmd_orderly()
1564 f2fs_bug_on(sbi, dc->state != D_PREP); in __issue_discard_cmd()
1612 f2fs_bug_on(sbi, dc->state != D_PREP); in __drop_discard_cmd()
1717 if (dc->state == D_PREP) { in f2fs_wait_discard_bio()
3088 if (dc->state != D_PREP) { in __issue_discard_cmd_range()
Df2fs.h318 D_PREP, /* initial */ enumerator