Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c112 char **fs_names = NULL; in be_init() local
151 BE_ATTR_FS_NAMES, DATA_TYPE_STRING_ARRAY, &fs_names, &nelem, in be_init()
294 for (i = 0; i < fs_num && fs_names[i]; i++) { in be_init()
299 if (strcmp(fs_names[i], "/") == 0) in be_init()
304 nbe_root_ds, fs_names[i]); in be_init()