Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c1003 pend_list = &dcc->pend_list[plist_idx(len)]; in __create_discard_cmd()
1313 list_move_tail(&dc->list, &dcc->pend_list[plist_idx(dc->len)]); in __relocate_discard_cmd()
H A Df2fs.h325 #define plist_idx(blk_num) ((blk_num) >= MAX_PLIST_NUM ? \ macro