/external/newfs_msdos/ |
mkfs_msdos.c | 259 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local 535 rds = howmany(bpb.bpbRootDirEnts, 543 rds + 554 x1 = bpb.bpbResSectors + rds; 643 for (lsn = 0; lsn < dir + (fat == 32 ? bpb.bpbSecPerClust : rds); lsn++) { 647 (dir + (fat == 32 ? bpb.bpbSecPerClust: rds)), 649 (fat == 32 ? bpb.bpbSecPerClust: rds)));
|
/external/e2fsprogs/debugfs/ |
debugfs.c | 1923 struct rd_struct *rds = (struct rd_struct *) private; variable in typeref:struct:rd_struct 1944 struct rd_struct rds; local [all...] |
/external/e2fsprogs/misc/ |
fuse2fs.c | 1332 struct rd_struct *rds = (struct rd_struct *) private; variable in typeref:struct:rd_struct 1340 rds->parent = dirent->inode; 1343 rds->empty = 0; 1353 struct rd_struct rds; local 1363 rds.parent = 0; 1364 rds.empty = 1; 1366 err = ext2fs_dir_iterate2(fs, child, 0, 0, rmdir_proc, &rds); 1372 if (rds.empty == 0) { 1388 if (rds.parent) { 1390 rds.parent) [all...] |
/external/guice/lib/build/ |
bnd-0.0.384.jar | |