Lines Matching defs:z_erofs_pcluster
46 struct z_erofs_pcluster { struct
47 struct erofs_workgroup obj;
48 struct mutex lock;
51 z_erofs_next_pcluster_t next;
54 unsigned int length;
57 unsigned int vcnt;
60 unsigned short pageofs_out;
63 unsigned short pageofs_in;
65 union {
73 union {
82 unsigned char algorithmformat;
85 bool partial;
88 bool multibases;
91 struct z_erofs_bvec compressed_bvecs[];