Home
last modified time | relevance | path

Searched refs:TRIPLE (Results 1 – 2 of 2) sorted by relevance

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