Home
last modified time | relevance | path

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

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c577 profile_conf->fs_container = NULL; in parse()
588 if (profile_conf->fs_container == NULL) in parse()
589 profile_conf->fs_container = in parse()
593 fs_container, in parse()
738 return get_num_containers(profile_conf->fs_container); in get_num_filesystems()
780 tmp_cont = get_container(fc->profile_conf->fs_container, pos); in get_fs_config()
789 return get_container(fc->profile_conf->fs_container, pos); in get_fs_container()
Dffsb.h57 struct container *fs_container; member