Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/boot/
Dwrapper230 make_space=y
241 make_space=n
250 make_space=n
255 make_space=n
259 make_space=n
265 make_space=n
315 make_space=n
414 if [ "$make_space" = "y" ]; then
/Linux-v5.4/fs/dlm/
Dconfig.c52 static struct config_group *make_space(struct config_group *, const char *);
257 .make_group = make_space,
408 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() function