Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dsegment.c843 dc->state = D_PREP; in __create_discard_cmd()
1015 if (dc->state != D_PREP) in __submit_discard_cmd()
1226 if (prev_dc && prev_dc->state == D_PREP && in __update_discard_tree_range()
1238 if (next_dc && next_dc->state == D_PREP && in __update_discard_tree_range()
1311 if (dc->state != D_PREP) in __issue_discard_cmd_orderly()
1371 f2fs_bug_on(sbi, dc->state != D_PREP); in __issue_discard_cmd()
1410 f2fs_bug_on(sbi, dc->state != D_PREP); in __drop_discard_cmd()
1515 if (dc->state == D_PREP) { in f2fs_wait_discard_bio()
2586 if (dc->state != D_PREP) { in __issue_discard_cmd_range()
Df2fs.h255 D_PREP, /* initial */ enumerator