Searched refs:skiplist (Results 1 – 13 of 13) sorted by relevance
55 int tst_fs_in_skiplist(const char *fs_type, const char *const *skiplist) in tst_fs_in_skiplist() argument59 if (!skiplist) in tst_fs_in_skiplist()62 for (i = 0; skiplist[i]; i++) { in tst_fs_in_skiplist()63 if (!strcmp(fs_type, skiplist[i])) in tst_fs_in_skiplist()137 const char **tst_get_supported_fs_types(const char *const *skiplist) in tst_get_supported_fs_types() argument144 skip_fuse = tst_fs_in_skiplist("fuse", skiplist); in tst_get_supported_fs_types()155 if (tst_fs_in_skiplist(fs_type_whitelist[i], skiplist)) { in tst_get_supported_fs_types()
25 const char *skiplist[] = {"tmpfs", NULL}; in main() local43 filesystems = tst_get_supported_fs_types(skiplist); in main()
30 skiplist = denylist + allowlist + windows_only + other variable in TestSundryScripts40 if name in self.skiplist:
31 my @skiplist=(166 for my $skip (@skiplist) {
189 const char **tst_get_supported_fs_types(const char *const *skiplist);197 int tst_fs_in_skiplist(const char *fs_type, const char *const *skiplist);
9 "Description": "The skiplist based persistent key/value storage engine"
17 set(PROJECT_DESCRIPTION_SUMMARY "The skiplist based persistent key/value storage engine")18 set(PROJECT_DESCRIPTION "The skiplist based persistent key/value storage engine")
41 my %skiplist;98 $skiplist{$_}=1;152 if($skiplist{$line}) {
182 skiplist := cpuSkiplist184 skiplist = gpuSkiplist190 if util.In(name, skiplist) {
180 skiplist := cpuSkiplist182 skiplist = gpuSkiplist190 if util.In(name, skiplist) {
29 n[24] - Pointers to next SBLK blocks in skiplist (96 bytes)
1347 || skiplist ---. +- metadata |1395 || A skiplist -----.1398 || B skiplist ---. | | 4x8 bytes1441 || A skiplist ---.
815 1.13 Filesystem type detection and skiplist