Home
last modified time | relevance | path

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

/linux/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/fs/dlm/
H A Dconfig.c53 static struct config_group *make_space(struct config_group *, const char *);
325 .make_group = make_space,
466 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() function