Searched refs:fsinfo (Results 1 – 5 of 5) sorted by relevance
/external/fsck_msdos/ |
D | boot.c | 56 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local 130 || read(dosfs, fsinfo, sizeof fsinfo) 131 != sizeof fsinfo) { 135 if (memcmp(fsinfo, "RRaA", 4) 136 || memcmp(fsinfo + 0x1e4, "rrAa", 4) 137 || fsinfo[0x1fc] 138 || fsinfo[0x1fd] 139 || fsinfo[0x1fe] != 0x55 140 || fsinfo[0x1ff] != 0xaa 141 || fsinfo[0x3fc] [all …]
|
/external/autotest/client/bin/ |
D | fsinfo_unittest.py | 5 from autotest_lib.client.bin import fsinfo 12 self.god.stub_function(fsinfo, 'open') 21 fsinfo.open.expect_call(filename, 'r').and_return(test_file) 47 fsinfo.ext_mkfs_options(tune2fs_dict, mkfs_option) 96 fsinfo.xfs_mkfs_options(tune2fs_dict, mkfs_option) 103 result = fsinfo.opt_string2dict(test_string) 117 result = fsinfo.merge_ext_features(conf, user) 124 self.assertTrue(fsinfo.compare_features(f1, f1)) 125 self.assertFalse(fsinfo.compare_features(f1, f2)) 143 conf_opt = fsinfo.parse_mke2fs_conf('small') [all …]
|
D | partition.py | 111 for fsinfo in info_tuple[4:6]: 112 if fsinfo == '83': # hex 83 is the linux fs partition type
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 335 static struct statfs fsinfo; local 368 if (fstatfs(fd, &fsinfo) < 0) { 375 (unsigned long) fsinfo.f_type); 377 st.st_blksize = fsinfo.f_bsize; 381 ((fsinfo.f_type == 0xef51) || (fsinfo.f_type == 0xef52) || 382 (fsinfo.f_type == 0xef53))) 386 long cylgroups = div_ceil(fsinfo.f_blocks, fsinfo.f_bsize * 8); 392 data_blocks_per_cyl = fsinfo.f_bsize * 8 - 393 (fsinfo.f_files / 8 / cylgroups) - 3; 397 width = int_log10(fsinfo.f_blocks); [all …]
|
/external/autotest/client/tests/kvm/ |
D | guest-os.cfg.sample | 1133 list_volume_command = fsutil fsinfo drives 1163 list_volume_command = fsutil fsinfo drives
|