Searched refs:blkh (Results 1 – 1 of 1) sorted by relevance
/external/erofs-utils/lib/ |
D | cache.c | 15 static struct erofs_buffer_block blkh = { variable 16 .list = LIST_HEAD_INIT(blkh.list), 146 list_for_each_entry(cur, &blkh.list, list) { in erofs_balloc() 202 list_add_tail(&bb->list, &blkh.list); in erofs_balloc() 265 list_for_each_entry_safe(t, nt, &blkh.list, list) { in erofs_mapbh() 266 if (!end && (t == bb || nt == &blkh)) in erofs_mapbh() 281 list_for_each_entry_safe(p, n, &blkh.list, list) { in erofs_bflush()
|