Home
last modified time | relevance | path

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

123

/external/strace/tests/
Dmount.c50 static const char fstype[] = "mount_fstype"; in main() local
53 int rc = mount(source, target, fstype, 15, data); in main()
55 source, target, fstype, str_ro_nosuid_nodev_noexec, in main()
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
60 source, target, fstype, in main()
64 rc = mount(source, target, fstype, MS_MGC_VAL, data); in main()
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name()); in main()
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data); in main()
70 source, target, fstype, in main()
74 rc = mount(source, target, fstype, MS_REMOUNT, data); in main()
[all …]
/external/strace/tests-m32/
Dmount.c50 static const char fstype[] = "mount_fstype"; in main() local
53 int rc = mount(source, target, fstype, 15, data); in main()
55 source, target, fstype, str_ro_nosuid_nodev_noexec, in main()
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
60 source, target, fstype, in main()
64 rc = mount(source, target, fstype, MS_MGC_VAL, data); in main()
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name()); in main()
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data); in main()
70 source, target, fstype, in main()
74 rc = mount(source, target, fstype, MS_REMOUNT, data); in main()
[all …]
/external/strace/tests-mx32/
Dmount.c50 static const char fstype[] = "mount_fstype"; in main() local
53 int rc = mount(source, target, fstype, 15, data); in main()
55 source, target, fstype, str_ro_nosuid_nodev_noexec, in main()
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
60 source, target, fstype, in main()
64 rc = mount(source, target, fstype, MS_MGC_VAL, data); in main()
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name()); in main()
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data); in main()
70 source, target, fstype, in main()
74 rc = mount(source, target, fstype, MS_REMOUNT, data); in main()
[all …]
/external/ltp/testcases/kernel/fs/fs_maim/
Dpartbeat32 $fstype=$ARGV[2];
35 if ($fstype =~ /jfs\b/i) {
38 elsif ($fstype =~ /ext2\b/i) {
41 elsif ($fstype =~ /ext3\b/i) {
44 elsif ($fstype =~ /reiserfs\b/i) {
53 $tmp=`fsck -t $fstype -a $target`;
62 $tmp=`mount -t $fstype $target $device`;
73 $tmp=`fsck -t $fstype -a $target`;
76 `mount -t $fstype $target $device`;
Dmaimparts42 $fstype=$ARGV[2];
77 $tmp = `./partbeat /dev/$target$k $iterations $fstype`;
/external/ltp/testcases/kernel/fs/fs_readonly/
Dtest_robind.sh196 for fstype in $FSTYPES; do
197 if [ "$fstype" = "reiserfs" ]; then
199 elif echo "$fstype" | grep -q "ext"; then
201 elif [ "$fstype" = "xfs" ]; then
203 elif [ "$fstype" = "btrfs" ]; then
207 if [ "$fstype" != "ramfs" ]; then
208 tst_mkfs $fstype $device $opts
211 mount -t $fstype $device dir1
237 testdir dir1 $fstype false
238 testdir dir2-bound $fstype false
[all …]
/external/autotest/client/bin/
Dpartition.py26 def __init__(self, fstype, fs_tag, mkfs_flags=None, mount_options=None): argument
37 if not fstype or not fs_tag:
39 self.fstype = fstype
48 (self.fstype, self.mkfs_flags,
387 self.fstype = None
408 self.fstype = fs_options.fstype
515 def mkfs_exec(self, fstype): argument
519 if fstype == 'ext4':
531 fstype)
534 def mkfs(self, fstype=None, args='', record=True): argument
[all …]
/external/syslinux/utils/
Dmkdiskimage.in200 $fstype = 0x0e;
202 $fstype = 0x06;
204 $fstype = 0x04;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
290 $fstype = 0x0c; # FAT32 LBA
292 $fstype = 0x0b;
296 $fstype = 0x0e; # FAT16 LBA
298 $fstype = 0x06; # FAT16 > 32MB
300 $fstype = 0x04; # FAT16 <= 32MB
307 $fstype = 0x01; # FAT12
[all …]
/external/syslinux/gpxe/src/drivers/net/
Dp80211hdr.h263 #define WLAN_CTL_FRAMELEN(fstype) (\ argument
264 (fstype) == WLAN_FSTYPE_BLOCKACKREQ ? 24 : \
265 (fstype) == WLAN_FSTYPE_BLOCKACK ? 152 : \
266 (fstype) == WLAN_FSTYPE_PSPOLL ? 20 : \
267 (fstype) == WLAN_FSTYPE_RTS ? 20 : \
268 (fstype) == WLAN_FSTYPE_CTS ? 14 : \
269 (fstype) == WLAN_FSTYPE_ACK ? 14 : \
270 (fstype) == WLAN_FSTYPE_CFEND ? 20 : \
271 (fstype) == WLAN_FSTYPE_CFENDCFACK ? 20 : 4)
/external/syslinux/bios/utils/
Dmkdiskimage200 $fstype = 0x0e;
202 $fstype = 0x06;
204 $fstype = 0x04;
208 print OUTPUT pack("CCCCCCCCVV", 0x80, $bhead, $bsect, $bcyl, $fstype,
290 $fstype = 0x0c; # FAT32 LBA
292 $fstype = 0x0b;
296 $fstype = 0x0e; # FAT16 LBA
298 $fstype = 0x06; # FAT16 > 32MB
300 $fstype = 0x04; # FAT16 <= 32MB
307 $fstype = 0x01; # FAT12
[all …]
/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/ltp/testcases/kernel/syscalls/mount/
Dmount05.c46 static char *fstype = "ext2"; variable
54 {"T:", NULL, &fstype},
71 TEST(mount(mntpoint_src, mntpoint_des, fstype, MS_BIND, NULL)); in main()
107 tst_mkfs(NULL, device, fstype, NULL, NULL); in setup()
109 if (mount(device, mntpoint_src, fstype, 0, NULL) == -1) in setup()
/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)
/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/syslinux/extlinux/
Dmountinfo.c70 free((char *)m->fstype); in free_mountinfo()
151 m->fstype = strdup(string_buf); in parse_mountinfo()
152 if (!m->fstype) in parse_mountinfo()
269 m->root, m->fstype, m->mountopt); in main()
/external/e2fsprogs/misc/
Dfsck.c120 static char *fstype = NULL; variable
711 else if (fstype && strncmp(fstype, "no", 2) && in fsck_device()
712 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) && in fsck_device()
713 !strchr(fstype, ',')) in fsck_device()
714 type = fstype; in fsck_device()
1211 if (fstype) in PRS()
1219 fstype = string_copy(tmp); in PRS()
1220 compile_fs_type(fstype, &fs_type_compiled); in PRS()
/external/ltp/testcases/kernel/fs/mongo/
Dtest.sh62 ./mongo.pl LOG=/tmp/logfile1 file_size=10000 bytes=100000 fstype=reiserfs dev=/dev/loop0 dir=$TEST_…
80 ./mongo.pl LOG=/tmp/logfile1 file_size=10000 bytes=100000 fstype=jfs dev=/dev/loop0 dir=$TEST_DIR …
/external/toybox/toys/posix/
Ddf.c34 struct arg_list *fstype; in GLOBALS()
93 if (TT.fstype) { in show_mt()
96 for (al = TT.fstype; al; al = al->next) in show_mt()
/external/selinux/libsepol/include/sepol/policydb/
Dservices.h221 extern int sepol_fs_use(const char *fstype, /* IN */
230 extern int sepol_genfs_sid(const char *fstype, /* IN */
/external/syslinux/core/fs/fat/
Dfat_fs.h58 uint8_t fstype[8]; member
74 uint8_t fstype[8]; member

123