Searched refs:pool_disk (Results 1 – 4 of 4) sorted by relevance
67 struct pool_disk;72 struct pool_disk { struct112 struct pool_disk pd; argument139 void pool_label_out(struct pool_disk *pl, void *buf);140 void pool_label_in(struct pool_disk *pl, void *buf);
90 struct pool_disk *pd = &pl->pd; in read_pool_label()131 void pool_label_out(struct pool_disk *pl, void *buf) in pool_label_out()133 struct pool_disk *bufpl = (struct pool_disk *) buf; in pool_label_out()166 void pool_label_in(struct pool_disk *pl, void *buf) in pool_label_in()168 struct pool_disk *bufpl = (struct pool_disk *) buf; in pool_label_in()
37 struct pool_disk pd; in _pool_can_handle()
135 struct pool_disk *pd = &pl->pd; in import_pool_pv()