Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
Dzdata.h55 struct z_erofs_pcluster { struct
56 struct erofs_workgroup obj;
57 struct z_erofs_collection primary_collection;
60 z_erofs_next_pcluster_t next;
85 #define Z_EROFS_WORKGROUP_SIZE sizeof(struct z_erofs_pcluster) argument
/kernel/linux/linux-6.6/fs/erofs/
Dzdata.c46 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 {
[all …]