Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/boot/
H A Dwrapper250 make_space=y
261 make_space=n
270 make_space=n
274 make_space=n
280 make_space=n
330 make_space=n
428 if [ "$make_space" = "y" ]; then
/linux-6.15/fs/dlm/
H A Dconfig.c53 static struct config_group *make_space(struct config_group *, const char *);
322 .make_group = make_space,
463 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() function