Searched refs:filesystem_sets (Results 1 – 4 of 4) sorted by relevance
34 NULSTR_FOREACH(fs, filesystem_sets[fs_group].value) { in fs_in_group()52 const FilesystemSet filesystem_sets[_FILESYSTEM_SET_MAX] = { variable173 if (streq(filesystem_sets[i].name, name)) in filesystem_set_find()174 return filesystem_sets + i; in filesystem_set_find()
369 if (nulstr_contains(filesystem_sets[FILESYSTEM_SET_NETWORK].value, fstype)) in fstype_is_network()384 filesystem_sets + FILESYSTEM_SET_BASIC_API, in fstype_is_api_vfs()385 filesystem_sets + FILESYSTEM_SET_AUXILIARY_API, in fstype_is_api_vfs()386 filesystem_sets + FILESYSTEM_SET_PRIVILEGED_API, in fstype_is_api_vfs()387 filesystem_sets + FILESYSTEM_SET_TEMPORARY) in fstype_is_api_vfs()
33 extern const FilesystemSet filesystem_sets[];
125 NULSTR_FOREACH(fs, filesystem_sets[FILESYSTEM_SET_KNOWN].value) in verb_filesystems()132 const FilesystemSet *set = filesystem_sets + i; in verb_filesystems()