Home
last modified time | relevance | path

Searched refs:di_extb (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/sys/ufs/ffs/
Dffs_balloc.c645 dp->di_extb[nb], in ffs_balloc_ufs2()
647 &dp->di_extb[0]), osize, in ffs_balloc_ufs2()
654 dp->di_extb[nb], in ffs_balloc_ufs2()
657 dp->di_extb[nb] = dbtofsb(fs, bp->b_blkno); in ffs_balloc_ufs2()
671 nb = dp->di_extb[lbn]; in ffs_balloc_ufs2()
702 dp->di_extb[lbn], in ffs_balloc_ufs2()
704 &dp->di_extb[0]), osize, nsize, flags, in ffs_balloc_ufs2()
721 ffs_blkpref_ufs2(ip, lbn, (int)lbn, &dp->di_extb[0]), in ffs_balloc_ufs2()
734 dp->di_extb[lbn] = dbtofsb(fs, bp->b_blkno); in ffs_balloc_ufs2()
Dffs_inode.c288 oldblks[i] = ip->i_din2->di_extb[i];
289 ip->i_din2->di_extb[i] = 0;
Dffs_softdep.c6156 blkno = ip->i_din2->di_extb[i];
6159 ip->i_din2->di_extb[i] = 0;
10448 if (dp->di_extb[adp->ad_offset] != adp->ad_newblkno)
10452 (intmax_t)dp->di_extb[adp->ad_offset],
10470 dp->di_extb[adp->ad_offset] = adp->ad_oldblkno;
10477 if (dp->di_extb[i] != 0 && (deplist & (1 << i)) == 0)
10481 dp->di_extb[i] = 0;
10495 if (dp->di_extb[i] != 0)
11576 if (dp2->di_extb[adp->ad_offset] != adp->ad_oldblkno)
11580 (intmax_t)dp2->di_extb[adp->ad_offset],
[all …]
/freebsd-12-stable/usr.sbin/makefs/ffs/
Dffs_bswap.c167 memcpy(n->di_extb, o->di_extb, sizeof(n->di_extb)); in ffs_dinode2_swap()
/freebsd-12-stable/sbin/fsck_ffs/
Dea.c78 bp = getdatablk(dp->di_extb[0], blksiz, BT_EXTATTR); in eascan()
Dgjournal.c366 if (dino->di_extb[i] == 0) in clear_inode()
368 blkfree(dino->di_extb[i], sblksize(fs, osize, i)); in clear_inode()
Dpass1.c392 if (dp->dp2.di_extb[j] == 0) in checkinode()
394 idesc->id_blkno = dp->dp2.di_extb[j]; in checkinode()
Dsuj.c746 return (ip->dp2.di_extb[lbn]); in ino_blkatoff()
1021 if (ip->dp2.di_extb[i] == 0) in ino_visit()
1026 visitor(ino, -1 - i, ip->dp2.di_extb[i], frags); in ino_visit()
/freebsd-12-stable/sys/ufs/ufs/
Ddinode.h147 ufs2_daddr_t di_extb[UFS_NXADDR];/* 96: External attributes block. */ member
Dufs_bmap.c200 *bnp = blkptrtodb(ump, ip->i_din2->di_extb[-1 - bn]);
/freebsd-12-stable/sbin/dump/
Dtraverse.c761 if (&dp->dp2.di_extb[i / tbperdb] != 0) in appendextdata()
799 ufs2_blksout(dp, &dp->dp2.di_extb[0], frags, ino, last); in writeextdata()
807 bp = &dp->dp2.di_extb[i / tbperdb]; in writeextdata()