Home
last modified time | relevance | path

Searched refs:init_space (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/hyperhold/
Dhp_space.h23 bool init_space(struct hp_space *spc, u64 dev_size, u32 ext_size);
Dhp_space.c33 bool init_space(struct hp_space *spc, u64 dev_size, u32 ext_size) in init_space() function
Dhp_core.c102 if (!init_space(&hyperhold.spc, hyperhold.dev.dev_size, hyperhold.extent_size)) in hyperhold_enable()