Searched defs:TRIPLE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1492 #define TRIPLE 2 /* triple indirect block ptr */ macro
H A Dufs_inode.c1031 #define TRIPLE 2 /* index of triple indirect block */ macro
1389 lastiblock[TRIPLE] = lastiblock[DOUBLE] - NINDIR(fs) * NINDIR(fs);
1403 for (level = TRIPLE; level >= SINGLE; level--)
1421 for (level = TRIPLE; level >= SINGLE; level--) {
1484 for (level = SINGLE; level <= TRIPLE; level++)

Completed in 66 milliseconds