Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Dwrapper215 make_space=y
220 make_space=n
229 make_space=n
234 make_space=n
238 make_space=n
244 make_space=n
294 make_space=n
386 if [ "$make_space" = "y" ]; then
/Linux-v4.19/fs/dlm/
Dconfig.c54 static struct config_group *make_space(struct config_group *, const char *);
259 .make_group = make_space,
410 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() function