Home
last modified time | relevance | path

Searched refs:fsinfo (Results 1 – 3 of 3) sorted by relevance

/external/fsck_msdos/
Dboot.c56 u_char fsinfo[2 * DOSBOOTBLOCKSIZE]; local
111 || read(dosfs, fsinfo, sizeof fsinfo)
112 != sizeof fsinfo) {
116 if (memcmp(fsinfo, "RRaA", 4)
117 || memcmp(fsinfo + 0x1e4, "rrAa", 4)
118 || fsinfo[0x1fc]
119 || fsinfo[0x1fd]
120 || fsinfo[0x1fe] != 0x55
121 || fsinfo[0x1ff] != 0xaa
122 || fsinfo[0x3fc]
[all …]
/external/e2fsprogs/misc/
Dfilefrag.c258 struct statfs fsinfo; local
285 if (statfs(filename, &fsinfo) < 0) {
300 ((fsinfo.f_type == 0xef51) || (fsinfo.f_type == 0xef52) ||
301 (fsinfo.f_type == 0xef53)))
305 (unsigned long) fsinfo.f_type);
307 cylgroups = div_ceil(fsinfo.f_blocks, fsinfo.f_bsize*8);
312 physical_width = int_log10(fsinfo.f_blocks);
367 expected = (count/((bs*8)-(fsinfo.f_files/8/cylgroups)-3))+1;
/external/kernel-headers/original/linux/
Dnfs_xdr.h805 int (*fsinfo) (struct nfs_server *, struct nfs_fh *, member