Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/boot/
Dwrapper233 make_space=y
244 make_space=n
253 make_space=n
258 make_space=n
262 make_space=n
268 make_space=n
318 make_space=n
416 if [ "$make_space" = "y" ]; then
/Linux-v5.15/fs/dlm/
Dconfig.c53 static struct config_group *make_space(struct config_group *, const char *);
317 .make_group = make_space,
474 static struct config_group *make_space(struct config_group *g, const char *name) in make_space() function