Searched refs:init_space (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_space.h | 23 bool init_space(struct hp_space *spc, u64 dev_size, u32 ext_size);
|
H A D | hp_space.c | 33 bool init_space(struct hp_space *spc, u64 dev_size, u32 ext_size) in init_space() function
|
H A D | hp_core.c | 102 if (!init_space(&hyperhold.spc, hyperhold.dev.dev_size, hyperhold.extent_size)) in hyperhold_enable()
|
/kernel/linux/linux-6.6/drivers/hyperhold/ |
H A D | hp_space.h | 23 bool init_space(struct hp_space *spc, u64 dev_size, u32 ext_size);
|
H A D | hp_space.c | 33 bool init_space(struct hp_space *spc, u64 dev_size, u32 ext_size) in init_space() function
|
H A D | hp_core.c | 103 if (!init_space(&hyperhold.spc, hyperhold.dev.dev_size, hyperhold.extent_size)) in hyperhold_enable()
|
Completed in 4 milliseconds