Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c985 dc->state = D_PREP; in __create_discard_cmd()
1291 if (dc->state != D_PREP) in __submit_discard_cmd()
1512 if (prev_dc && prev_dc->state == D_PREP && in __update_discard_tree_range()
1524 if (next_dc && next_dc->state == D_PREP && in __update_discard_tree_range()
1606 if (dc->state != D_PREP) in __issue_discard_cmd_orderly()
1676 f2fs_bug_on(sbi, dc->state != D_PREP); in __issue_discard_cmd()
1724 f2fs_bug_on(sbi, dc->state != D_PREP); in __drop_discard_cmd()
1838 if (dc->state == D_PREP) in f2fs_wait_discard_bio()
1850 if (dc->state == D_PREP) { in f2fs_wait_discard_bio()
3445 if (dc->state != D_PREP) { in __issue_discard_cmd_range()
H A Df2fs.h457 D_PREP, /* initial */ enumerator