Home
last modified time | relevance | path

Searched refs:z_erofs_primarycollection (Results 1 – 2 of 2) sorted by relevance

/fs/erofs/
Dzdata.c60 struct z_erofs_collection *cl = z_erofs_primarycollection(pcl); in z_erofs_pcluster_init_once()
72 struct z_erofs_collection *cl = z_erofs_primarycollection(pcl); in z_erofs_pcluster_init_always()
359 cl = z_erofs_primarycollection(pcl); in cllookup()
430 cl = z_erofs_primarycollection(pcl); in clregister()
510 struct z_erofs_collection *const cl = z_erofs_primarycollection(pcl); in erofs_workgroup_free_rcu()
773 cl = z_erofs_primarycollection(pcl); in z_erofs_decompress_pcluster()
Dzdata.h74 #define z_erofs_primarycollection(pcluster) (&(pcluster)->primary_collection) macro