Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Dwrapper246 make_space=y
257 make_space=n
266 make_space=n
270 make_space=n
276 make_space=n
326 make_space=n
424 if [ "$make_space" = "y" ]; then
/linux/fs/dlm/
H A Dconfig.c54 static struct config_group *make_space(struct config_group *, const char *);
337 .make_group = make_space,
478 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() function