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

/freebsd-10.0-release/sys/fs/ext2fs/
H A Dinode.h110 uint32_t i_ib[NIADDR]; /* Indirect disk blocks. */ member in struct:inode
H A Dext2_balloc.c165 nb = ip->i_ib[indirs[0].in_off];
185 ip->i_ib[indirs[0].in_off] = newb;
H A Dext2_inode_cnv.c124 ip->i_ib[i] = ei->e2di_blocks[EXT2_NDIR_BLOCKS + i];
168 ei->e2di_blocks[EXT2_NDIR_BLOCKS + i] = ip->i_ib[i];
H A Dext2_inode.c230 oip->i_ib[level] = 0;
259 bn = oip->i_ib[level];
267 oip->i_ib[level] = 0;
324 if (newblks[NDADDR + level] != oip->i_ib[level])
H A Dext2_bmap.c202 daddr = ip->i_ib[ap->in_off];
287 * block appears twice in the array, once with the offset into the i_ib and
H A Dext2_alloc.c404 ip->i_ib[i] = 0;
548 * (In other words, stuff that will go in i_db[] or i_ib[])
/freebsd-10.0-release/sys/fs/nandfs/
H A Dbmap.c91 DPRINTF(BMAP, ("%s: node %p lblk=%jx trying ip->i_ib[%x]\n", __func__,
93 daddr = ip->i_ib[ap->in_off];
217 ip->i_ib[ap->in_off] = vblk;
222 daddr = ip->i_ib[a[0].in_off];
452 if (ip->i_ib[level] == 0) {
471 nandfs_vblock_end(fsdev, ip->i_ib[level]);
472 ip->i_ib[level] = 0;
535 * block appears twice in the array, once with the offset into the i_ib and
H A Dnandfs_fs.h79 nandfs_daddr_t i_ib[NIADDR]; /* 160: Indirect disk blocks. */ member in struct:nandfs_inode
H A Dnandfs_subr.c891 memset(inode->i_ib, 0, sizeof(inode->i_ib));
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_inode.c421 oldblks[NDADDR + level] = DIP(ip, i_ib[level]);
423 DIP_SET(ip, i_ib[level], 0);
446 newblks[NDADDR + i] = DIP(ip, i_ib[i]);
447 DIP_SET(ip, i_ib[i], oldblks[NDADDR + i]);
463 bn = DIP(ip, i_ib[level]);
471 DIP_SET(ip, i_ib[level], 0);
533 if (newblks[NDADDR + level] != DIP(ip, i_ib[level]))
H A Dffs_softdep.c5962 blkno = DIP(ip, i_ib[i]);
5965 DIP_SET(ip, i_ib[i], 0);
6393 lastlbn, DIP(ip, i_ib[i]));
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_bmap.c196 daddr = DIP(ip, i_ib[ap->in_off]);
304 * block appears twice in the array, once with the offset into the i_ib and
/freebsd-10.0-release/lib/libstand/
H A Dnandfs.c916 ind_block_num = ino->i_ib[level];

Completed in 226 milliseconds