Home
last modified time | relevance | path

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

/Linux-v5.4/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()
361 cl = z_erofs_primarycollection(pcl); in cllookup()
432 cl = z_erofs_primarycollection(pcl); in clregister()
512 struct z_erofs_collection *const cl = z_erofs_primarycollection(pcl); in erofs_workgroup_free_rcu()
772 cl = z_erofs_primarycollection(pcl); in z_erofs_decompress_pcluster()
Dzdata.h74 #define z_erofs_primarycollection(pcluster) (&(pcluster)->primary_collection) macro