Home
last modified time | relevance | path

Searched refs:make_space (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/boot/
Dwrapper231 make_space=y
242 make_space=n
251 make_space=n
256 make_space=n
260 make_space=n
266 make_space=n
316 make_space=n
407 if [ "$make_space" = "y" ]; then
/kernel/linux/linux-5.10/fs/dlm/
Dconfig.c52 static struct config_group *make_space(struct config_group *, const char *);
286 .make_group = make_space,
443 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() function