HomeSort by: relevance | last modified time | path
    Searched defs:DOUBLE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/ufs/ffs/
ffs_inode.c 200 #define DOUBLE 1 /* index of double indirect block */
411 lastiblock[DOUBLE] = lastiblock[SINGLE] - FFS_NINDIR(fs);
412 lastiblock[TRIPLE] = lastiblock[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs);
470 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - FFS_NINDIR(fs) - 1;
471 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs) - 1;
669 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/ext2fs/
ext2fs_inode.c 280 #define DOUBLE 1 /* index of double indirect block */
375 lastiblock[DOUBLE] = lastiblock[SINGLE] - EXT2_NINDIR(fs);
376 lastiblock[TRIPLE] = lastiblock[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs);
424 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - EXT2_NINDIR(fs) -1;
425 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs) - 1;
526 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/lfs/
lfs_inode.c 204 #define DOUBLE 1 /* index of double indirect block */
445 lastiblock[DOUBLE] = lastiblock[SINGLE] - LFS_NINDIR(fs);
446 lastiblock[TRIPLE] = lastiblock[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs);
477 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - LFS_NINDIR(fs) - 1;
478 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs) - 1;
754 * double(triple) indirect before single(double) indirect, calls
  /src/usr.bin/xlint/common/
lint.h 83 DOUBLE, /* double or, with tflag, long float */
84 LDOUBLE, /* long double */
87 DCOMPLEX, /* double _Complex */
88 LCOMPLEX, /* long double _Complex */
  /src/sbin/newfs_ext2fs/
mke2fs.c 448 * the second level double indirect reference blocks in
1095 * EXT2_RESIZEINO uses only double indirect reference
1102 * We have to allocate a block for the first level double
1145 #define DOUBLE 1 /* index of double indirect block */
1155 /* allocate a block for the first level double indirect reference */
1156 node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] =
1158 if (node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] == 0)
1241 wtfs(EXT2_FSBTODB(&sblock, node.e2di_blocks[EXT2FS_NDADDR + DOUBLE]),

Completed in 15 milliseconds