Searched refs:sm_disk (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/md/persistent-data/ |
D | dm-space-map-disk.c | 24 struct sm_disk { struct 36 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_destroy() argument 43 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_extend() 50 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_blocks() 58 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_free() 67 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_count() 91 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_set_count() 105 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_inc_blocks() 118 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_dec_blocks() 131 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_new_block() [all …]
|