Home
last modified time | relevance | path

Searched defs:z_erofs_decompressqueue (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
Dzdata.h87 struct z_erofs_decompressqueue { struct
88 struct super_block *sb;
89 atomic_t pending_bios;
90 z_erofs_next_pcluster_t head;
92 union {
95 } u;
/kernel/linux/linux-6.6/fs/erofs/
Dzdata.c98 struct z_erofs_decompressqueue { struct
99 struct super_block *sb;
100 atomic_t pending_bios;
101 z_erofs_next_pcluster_t head;
103 union {
107 } u;
108 bool eio, sync;