Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dsegment.c1037 &(dcc->fstrim_list) : &(dcc->wait_list); in __submit_discard_cmd()
1478 &(dcc->fstrim_list) : &(dcc->wait_list); in __wait_discard_cmd_range()
1949 INIT_LIST_HEAD(&dcc->fstrim_list); in create_discard_cmd_control()
2612 list_move_tail(&dc->list, &dcc->fstrim_list); in __issue_discard_cmd_range()
Df2fs.h315 struct list_head fstrim_list; /* in-flight discard from fstrim */ member