Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1033 #define TRIPLE 2 /* index of triple indirect block */ macro
1391 lastiblock[TRIPLE] = lastiblock[DOUBLE] - NINDIR(fs) * NINDIR(fs); in ufs_itrunc()
1405 for (level = TRIPLE; level >= SINGLE; level--) in ufs_itrunc()
1423 for (level = TRIPLE; level >= SINGLE; level--) { in ufs_itrunc()
1486 for (level = SINGLE; level <= TRIPLE; level++) in ufs_itrunc()
H A Dufs_alloc.c1491 #define TRIPLE 2 /* triple indirect block ptr */ macro