Searched refs:SINGLE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_inode.c176 #define SINGLE 0 /* index of single indirect block */ macro
306 lastiblock[SINGLE] = lastblock - NDADDR;
307 lastiblock[DOUBLE] = lastiblock[SINGLE] - NINDIR(fs);
320 for (level = TRIPLE; level >= SINGLE; level--)
349 indir_lbn[SINGLE] = -NDADDR;
350 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - NINDIR(fs) - 1;
352 for (level = TRIPLE; level >= SINGLE; level--) {
417 for (level = SINGLE; level <= TRIPLE; level++)
445 * lastbn. If level is greater than SINGLE, the block is an indirect block
481 for (i = SINGLE;
[all...]

Completed in 62 milliseconds