Home
last modified time | relevance | path

Searched refs:z_erofs_collection (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()
135 struct z_erofs_collection *cl;
340 static struct z_erofs_collection *cllookup(struct z_erofs_collector *clt, in cllookup()
346 struct z_erofs_collection *cl; in cllookup()
400 static struct z_erofs_collection *clregister(struct z_erofs_collector *clt, in clregister()
405 struct z_erofs_collection *cl; in clregister()
460 struct z_erofs_collection *cl; in z_erofs_collector_begin()
500 struct z_erofs_collection *const cl = in z_erofs_rcu_callback()
501 container_of(head, struct z_erofs_collection, rcu); in z_erofs_rcu_callback()
[all …]
Dzdata.h25 struct z_erofs_collection { struct
57 struct z_erofs_collection primary_collection; argument