Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.c944 dc->state = D_PREP; in __create_discard_cmd()
1120 if (dc->state != D_PREP) in __submit_discard_cmd()
1334 if (prev_dc && prev_dc->state == D_PREP && in __update_discard_tree_range()
1346 if (next_dc && next_dc->state == D_PREP && in __update_discard_tree_range()
1422 if (dc->state != D_PREP) in __issue_discard_cmd_orderly()
1489 f2fs_bug_on(sbi, dc->state != D_PREP); in __issue_discard_cmd()
1532 f2fs_bug_on(sbi, dc->state != D_PREP); in __drop_discard_cmd()
1637 if (dc->state == D_PREP) { in f2fs_wait_discard_bio()
2771 if (dc->state != D_PREP) { in __issue_discard_cmd_range()
Df2fs.h273 D_PREP, /* initial */ enumerator