Home
last modified time | relevance | path

Searched refs:transient_c (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-snap-transient.c22 struct transient_c { struct
42 struct transient_c *tc = store->context; in transient_prepare_exception()
68 *sectors_allocated = ((struct transient_c *) store->context)->next_free; in transient_usage()
75 struct transient_c *tc; in transient_ctr()
77 tc = kmalloc(sizeof(struct transient_c), GFP_KERNEL); in transient_ctr()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap-transient.c25 struct transient_c { struct
45 struct transient_c *tc = store->context; in transient_prepare_exception()
71 *sectors_allocated = ((struct transient_c *) store->context)->next_free; in transient_usage()
78 struct transient_c *tc; in transient_ctr()
80 tc = kmalloc(sizeof(struct transient_c), GFP_KERNEL); in transient_ctr()

Completed in 2 milliseconds