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 int pclustersize;
63 unsigned short pageofs_out;
66 unsigned short pageofs_in;
68 union {
77 unsigned char algorithmformat;
80 bool partial;
83 bool multibases;
109 static inline bool z_erofs_is_inline_pcluster(struct z_erofs_pcluster *pcl) in z_erofs_is_inline_pcluster() argument