Home
last modified time | relevance | path

Searched refs:fstype (Results 1 – 25 of 53) sorted by relevance

123

/external/autotest/client/bin/
Dpartition.py24 def __init__(self, fstype, fs_tag, mkfs_flags=None, mount_options=None): argument
35 if not fstype or not fs_tag:
37 self.fstype = fstype
46 (self.fstype, self.mkfs_flags,
402 self.fstype = None
423 self.fstype = fs_options.fstype
530 def mkfs_exec(self, fstype): argument
534 if fstype == 'ext4':
546 fstype)
549 def mkfs(self, fstype=None, args='', record=True): argument
[all …]
Dpartition_unittest.py19 obj = partition.FsOptions(fstype='ext2', fs_tag='ext2_vanilla')
21 self.assertEqual('fs', obj.fstype)
/external/autotest/client/samples/
Dfilesystem14 part.mkfs(fstype)
17 job.run_test('fsx', dir=part.mountpoint, tag=fstype)
18 job.run_test('iozone', dir=part.mountpoint, tag=fstype)
19 job.run_test('dbench', dir=part.mountpoint, tag=fstype)
24 for fstype in ('ext2', 'ext3', 'jfs', 'xfs', 'reiserfs'):
Dcontrol.fs20 partition.mkfs(fstype)
23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)
24 job.run_test('iozone', dir=partition.mountpoint, tag=fstype)
25 job.run_test('dbench', dir=partition.mountpoint, tag=fstype)
31 for fstype in ('ext2', 'ext3', 'jfs', 'xfs', 'reiserfs'):
Dcontrol.fs_options22 for fstype, mountopts, tag in (('ext2', '', 'ext2'),
28 partition.mkfs(fstype)
/external/autotest/client/tests/parallel_dd/
Dparallel_dd.py9 def initialize(self, fs, fstype = 'ext2', megabytes = 1000, streams = 2, argument
15 self.fstype = fstype
23 self.old_fstype = self.fstype
89 fstype = line.split()[2]
90 logging.debug('Found %s is type %s from %s', device, fstype, file)
91 return fstype
113 self.fs.mkfs(self.fstype)
Dcontrol14 job.run_test('parallel_dd', fs=fs, fstype='ext2', iterations=5, megabytes=1000, streams=2)
/external/autotest/client/cros/
Dliststorage.py67 def get_partition_info(part_path, bus, model, partid=None, fstype=None, argument
98 if not fstype:
99 fstype = info.get('ID_FS_TYPE', None)
153 dev['fstype'] = fstype
/external/toybox/toys/other/
Dblkid.c30 struct fstype { struct
36 static const struct fstype fstypes[] = { argument
75 for (i=0; i < sizeof(fstypes)/sizeof(struct fstype); i++) { in do_blkid()
/external/autotest/client/tests/fsfuzzer/
Dfsfuzzer.py21 def run_once(self, fstype = 'iso9660'): argument
22 args = fstype + ' 1'
/external/autotest/client/tests/flail/
Dflail.py34 def run_once(self, fstype = 'iso9660'): argument
40 args = fstype + ' 1'
/external/e2fsprogs/misc/
Dfsck.c119 static char *fstype = NULL; variable
710 else if (fstype && strncmp(fstype, "no", 2) && in fsck_device()
711 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) && in fsck_device()
712 !strchr(fstype, ',')) in fsck_device()
713 type = fstype; in fsck_device()
1210 if (fstype) in PRS()
1218 fstype = string_copy(tmp); in PRS()
1219 compile_fs_type(fstype, &fs_type_compiled); in PRS()
/external/toybox/toys/posix/
Ddf.c33 struct arg_list *fstype; in GLOBALS()
92 if (TT.fstype) { in show_mt()
95 for (al = TT.fstype; al; al = al->next) in show_mt()
/external/selinux/libsepol/include/sepol/policydb/
Dservices.h219 extern int sepol_fs_use(const char *fstype, /* IN */
228 extern int sepol_genfs_sid(const char *fstype, /* IN */
Dpolicydb.h367 char *fstype; member
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; in wpa_debug_open_linux_tracing() local
150 fstype = strtok_r(NULL, " ", &tmp2); in wpa_debug_open_linux_tracing()
151 if (fstype && strcmp(fstype, "debugfs") == 0) { in wpa_debug_open_linux_tracing()
/external/e2fsprogs/lib/blkid/
Dblkid.h77 int blkid_known_fstype(const char *fstype);
Dblkid.h.in77 int blkid_known_fstype(const char *fstype);
Dprobe.c1652 int blkid_known_fstype(const char *fstype) in blkid_known_fstype() argument
1657 if (strcmp(fstype, id->bim_type) == 0) in blkid_known_fstype()
/external/selinux/checkpolicy/
Dcheckpolicy.c387 char ans[80 + 1], *outfile = NULL, *path, *fstype; in main() local
1006 fstype = strdup(ans); in main()
1033 sepol_genfs_sid(fstype, path, tclass, &ssid); in main()
1035 free(fstype); in main()
Dpolicy_define.c5224 int define_genfs_context_helper(char *fstype, int has_type) in define_genfs_context_helper() argument
5237 free(fstype); in define_genfs_context_helper()
5247 if (strcmp(fstype, genfs->fstype) <= 0) in define_genfs_context_helper()
5251 if (!genfs || strcmp(fstype, genfs->fstype)) { in define_genfs_context_helper()
5258 newgenfs->fstype = fstype; in define_genfs_context_helper()
5322 fstype, newc->u.name); in define_genfs_context_helper()
5341 if (fstype) in define_genfs_context_helper()
5342 free(fstype); in define_genfs_context_helper()
/external/selinux/libsepol/src/
Dpolicydb.c1338 free(g->fstype); in policydb_destroy()
2743 newgenfs->fstype = malloc(len + 1); in genfs_read()
2744 if (!newgenfs->fstype) { in genfs_read()
2748 rc = next_entry(newgenfs->fstype, fp, len); in genfs_read()
2750 free(newgenfs->fstype); in genfs_read()
2754 newgenfs->fstype[len] = 0; in genfs_read()
2757 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) { in genfs_read()
2759 newgenfs->fstype); in genfs_read()
2760 free(newgenfs->fstype); in genfs_read()
2764 if (strcmp(newgenfs->fstype, genfs->fstype) < 0) in genfs_read()
[all …]
Dservices.c2087 int hidden sepol_genfs_sid(const char *fstype, in sepol_genfs_sid() argument
2098 cmp = strcmp(fstype, genfs->fstype); in sepol_genfs_sid()
2134 int hidden sepol_fs_use(const char *fstype, in sepol_fs_use() argument
2142 if (strcmp(fstype, c->u.name) == 0) in sepol_fs_use()
2158 rc = sepol_genfs_sid(fstype, "/", SECCLASS_DIR, sid); in sepol_fs_use()
/external/selinux/secilc/docs/
Dcil_file_labeling_statements.md111 (fsuse fstype fsname context_id)
126 <td align="left"><p><code>fstype</code></p></td>
/external/iproute2/tc/
Dtc_bpf.c302 static const char *bpf_find_mntpt(const char *fstype, unsigned long magic, in bpf_find_mntpt() argument
328 if (strcmp(type, fstype) == 0) in bpf_find_mntpt()
333 if (strcmp(type, fstype) != 0) in bpf_find_mntpt()

123