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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Ddinode.h99 #define NIADDR 3 /* Indirect addresses in inode. */ macro
118 ufs_daddr_t di_ib[NIADDR]; /* 88: Indirect disk blocks. */
139 #define MAXSYMLINKLEN ((NDADDR + NIADDR) * sizeof(ufs_daddr_t))
H A Dufs_bmap.c124 struct indir a[NIADDR], *xap;
297 * at the given level of indirection, and NIADDR - i is the number
300 for (blockcnt = 1, i = NIADDR, bn -= NDADDR;; i--, bn -= blockcnt) {
310 metalbn = -(realbn - bn + NIADDR - i);
312 metalbn = -(-realbn - bn + NIADDR - i);
321 ap->in_off = off = NIADDR - i;
324 for (++numlevels; i <= NIADDR; i++) {
H A Dufs_byte_order.c271 for (i=0; i < NIADDR; i++) /* indirect blocks */
308 for (i=0; i < NIADDR; i++) /* indirect blocks */
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_balloc.c111 struct indir indirs[NIADDR + 2];
114 ufs_daddr_t *allocib, *blkp, *allocblk, allociblk[NIADDR + 1];
477 struct indir indirs[NIADDR + 2];
480 ufs_daddr_t *allocib, *blkp, *allocblk, allociblk[NIADDR + 1];
H A Dffs_inode.c186 ufs_daddr_t bn, lbn, lastiblock[NIADDR], indir_lbn[NIADDR];
187 ufs_daddr_t oldblks[NDADDR + NIADDR], newblks[NDADDR + NIADDR];
H A Dffs_vfsops.c768 for (i = 0; i < NIADDR; i++) { /* XXX */

Completed in 34 milliseconds