Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dsegment.c915 dc->state = D_PREP; in __create_discard_cmd()
1095 if (dc->state != D_PREP) in __submit_discard_cmd()
1305 if (prev_dc && prev_dc->state == D_PREP && in __update_discard_tree_range()
1317 if (next_dc && next_dc->state == D_PREP && in __update_discard_tree_range()
1393 if (dc->state != D_PREP) in __issue_discard_cmd_orderly()
1464 f2fs_bug_on(sbi, dc->state != D_PREP); in __issue_discard_cmd()
1512 f2fs_bug_on(sbi, dc->state != D_PREP); in __drop_discard_cmd()
1616 if (dc->state == D_PREP) { in f2fs_wait_discard_bio()
3008 if (dc->state != D_PREP) { in __issue_discard_cmd_range()
Df2fs.h340 D_PREP, /* initial */ enumerator