Symbol: fs2h16
sbin/fsck_ext2fs/dir.c
175
dsize = fs2h16(dp->e2d_reclen);
sbin/fsck_ext2fs/dir.c
232
idesc->id_loc += fs2h16(dp->e2d_reclen);
sbin/fsck_ext2fs/dir.c
233
idesc->id_filesize -= fs2h16(dp->e2d_reclen);
sbin/fsck_ext2fs/dir.c
247
dp->e2d_reclen = h2fs16(fs2h16(dp->e2d_reclen) + size);
sbin/fsck_ext2fs/dir.c
264
u_int16_t reclen = fs2h16(dp->e2d_reclen);
sbin/fsck_ext2fs/dir.c
313
(fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? "DIR" : "FILE", pathbuf);
sbin/fsck_ext2fs/dir.c
324
if (fs2h16(dp->e2di_nlink) == lcnt) {
sbin/fsck_ext2fs/dir.c
329
((fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? "DIR" : "FILE"));
sbin/fsck_ext2fs/dir.c
332
fs2h16(dp->e2di_nlink), fs2h16(dp->e2di_nlink) - lcnt);
sbin/fsck_ext2fs/dir.c
341
dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) - lcnt);
sbin/fsck_ext2fs/dir.c
364
if (fs2h16(dirp->e2d_reclen) - oldlen < newlen)
sbin/fsck_ext2fs/dir.c
366
newent.e2d_reclen = h2fs16(fs2h16(dirp->e2d_reclen) - oldlen);
sbin/fsck_ext2fs/dir.c
406
lostdir = (fs2h16(dp->e2di_mode) & IFMT) == IFDIR;
sbin/fsck_ext2fs/dir.c
448
if ((fs2h16(dp->e2di_mode) & IFMT) != IFDIR) {
sbin/fsck_ext2fs/dir.c
485
dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) +1);
sbin/fsck_ext2fs/dir.c
651
lncntp[ino] = fs2h16(dp->e2di_nlink);
sbin/fsck_ext2fs/dir.c
662
lncntp[ino] = fs2h16(dp->e2di_nlink);
sbin/fsck_ext2fs/dir.c
666
dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) + 1);
sbin/fsck_ext2fs/dir.c
681
dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) - 1);
sbin/fsck_ext2fs/inode.c
143
if ((fs2h16(dp->e2di_mode) & IFMT) == IFREG)
sbin/fsck_ext2fs/inode.c
153
if ((fs2h16(dp->e2di_mode) & IFMT) == IFREG) {
sbin/fsck_ext2fs/inode.c
160
(unsigned long long)size, fs2h16(dp->e2di_mode) & IFMT);
sbin/fsck_ext2fs/inode.c
180
mode = fs2h16(dp->e2di_mode) & IFMT;
sbin/fsck_ext2fs/inode.c
581
(fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? "DIR" : "FILE");
sbin/fsck_ext2fs/inode.c
642
uid = fs2h16(dp->e2di_uid);
sbin/fsck_ext2fs/inode.c
644
uid |= fs2h16(dp->e2di_uid_high) << 16;
sbin/fsck_ext2fs/inode.c
652
printf("MODE=%o\n", fs2h16(dp->e2di_mode));
sbin/fsck_ext2fs/inode.c
768
nblock |= (uint64_t)fs2h16(dp->e2di_nblock_high) << 32;
sbin/fsck_ext2fs/pass1.c
169
mode = fs2h16(dp->e2di_mode) & IFMT;
sbin/fsck_ext2fs/pass1.c
278
lncntp[inumber] = fs2h16(dp->e2di_nlink);
sbin/fsck_ext2fs/pass2.c
131
dp->e2di_mode = h2fs16((fs2h16(dp->e2di_mode) & ~IFMT) | IFDIR);
sbin/fsck_ext2fs/pass2.c
270
} else if (fs2h16(dirp->e2d_reclen) < entrysize) {
sbin/fsck_ext2fs/pass2.c
272
} else if (fs2h16(dirp->e2d_reclen) < 2 * entrysize) {
sbin/fsck_ext2fs/pass2.c
278
n = fs2h16(dirp->e2d_reclen) - entrysize;
sbin/fsck_ext2fs/pass2.c
304
if (fs2h16(dirp->e2d_reclen) < n + entrysize)
sbin/fsck_ext2fs/pass2.c
306
proto.e2d_reclen = h2fs16(fs2h16(dirp->e2d_reclen) - n);
sbin/fsck_ext2fs/pass2.c
311
memset(dirp, 0, (size_t)fs2h16(proto.e2d_reclen));
sbin/fsck_ext2fs/pass2.c
335
} else if (fs2h16(dirp->e2d_reclen) < entrysize) {
sbin/fsck_ext2fs/pass2.c
409
(fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? DSTATE : FSTATE;
sbin/fsck_ext2fs/pass2.c
410
lncntp[fs2h32(dirp->e2d_ino)] = fs2h16(dp->e2di_nlink);
sbin/fsck_ext2fs/pass5.c
195
if (debug && (fs2h16(fs->e2fs_gd[c].ext2bgd_nbfree) != nbfree ||
sbin/fsck_ext2fs/pass5.c
196
fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree ||
sbin/fsck_ext2fs/pass5.c
197
fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs) != ndirs)) {
sbin/fsck_ext2fs/pass5.c
200
fs2h16(fs->e2fs_gd[c].ext2bgd_nbfree),
sbin/fsck_ext2fs/pass5.c
201
fs2h16(fs->e2fs_gd[c].ext2bgd_nifree),
sbin/fsck_ext2fs/pass5.c
202
fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs),
sbin/fsck_ext2fs/pass5.c
209
if ((fs2h16(fs->e2fs_gd[c].ext2bgd_nbfree) != nbfree ||
sbin/fsck_ext2fs/pass5.c
210
fs2h16(fs->e2fs_gd[c].ext2bgd_nifree) != nifree ||
sbin/fsck_ext2fs/pass5.c
211
fs2h16(fs->e2fs_gd[c].ext2bgd_ndirs) != ndirs) &&
sbin/fsck_ext2fs/setup.c
276
numdirs += fs2h16(sblock.e2fs_gd[cg].ext2bgd_ndirs);
sbin/fsck_ext2fs/utilities.c
104
printf("bad file type 0%o\n", fs2h16(dp->e2di_mode));
sbin/fsck_ext2fs/utilities.c
91
switch (fs2h16(dp->e2di_mode) & IFMT) {
sbin/newfs_ext2fs/mke2fs.c
1310
gd[0].ext2bgd_nbfree = h2fs16(fs2h16(gd[0].ext2bgd_nbfree)-1);
sbin/newfs_ext2fs/mke2fs.c
1312
gd[0].ext2bgd_ndirs = h2fs16(fs2h16(gd[0].ext2bgd_ndirs)+1);
sbin/newfs_ext2fs/mke2fs.c
1360
gd[c].ext2bgd_nifree = h2fs16(fs2h16(gd[c].ext2bgd_nifree)-1);
sbin/newfs_ext2fs/mke2fs.c
509
fbcount += fs2h16(gd[cylno].ext2bgd_nbfree);
sbin/newfs_ext2fs/mke2fs.c
518
ficount += fs2h16(gd[cylno].ext2bgd_nifree);
sys/lib/libsa/ext2fs.c
394
dp = (void *)((char *)dp + fs2h16(dp->e2d_reclen))) {
sys/lib/libsa/ext2fs.c
395
if (fs2h16(dp->e2d_reclen) <= 0)
sys/lib/libsa/ext2fs.c
845
dp = (void *)((char *)dp + fs2h16(dp->e2d_reclen))) {
sys/lib/libsa/ext2fs.c
848
if (fs2h16(dp->e2d_reclen) <= 0)
sys/ufs/ext2fs/ext2fs_alloc.c
219
(fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree_hi) << 16)
sys/ufs/ext2fs/ext2fs_alloc.c
220
| fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree);
sys/ufs/ext2fs/ext2fs_alloc.c
225
(fs2h16(fs->e2fs_gd[cg].ext2bgd_nbfree_hi) << 16)
sys/ufs/ext2fs/ext2fs_alloc.c
226
| fs2h16(fs->e2fs_gd[cg].ext2bgd_nbfree);
sys/ufs/ext2fs/ext2fs_alloc.c
468
KASSERT(fs2h16(fs->e2fs_gd[cg].ext2bgd_nifree) == fs->e2fs.e2fs_ipg);
sys/ufs/ext2fs/ext2fs_alloc.c
668
uint32_t ext2bgd_nifree = fs2h16(gd->ext2bgd_nifree) |
sys/ufs/ext2fs/ext2fs_alloc.c
669
(fs2h16(gd->ext2bgd_nifree_hi) << 16);
sys/ufs/ext2fs/ext2fs_alloc.c
683
fs2h16(gd->ext2bgd_itable_unused_lo))) {
sys/ufs/ext2fs/ext2fs_alloc.c
694
uint32_t ext2bgd_nbfree = fs2h16(gd->ext2bgd_nbfree)
sys/ufs/ext2fs/ext2fs_alloc.c
695
| (fs2h16(gd->ext2bgd_nbfree_hi) << 16);
sys/ufs/ext2fs/ext2fs_alloc.c
702
uint32_t ext2bgd_ndirs = fs2h16(gd->ext2bgd_ndirs)
sys/ufs/ext2fs/ext2fs_alloc.c
703
| (fs2h16(gd->ext2bgd_ndirs_hi) << 16);
sys/ufs/ext2fs/ext2fs_alloc.c
847
for(i=0; i < fs->e2fs.e2fs_bpg - fs2h16(gd->ext2bgd_nbfree); i++)
sys/ufs/ext2fs/ext2fs_alloc.c
890
ioff = fs->e2fs.e2fs_ipg - fs2h16(gd->ext2bgd_itable_unused_lo);
sys/ufs/ext2fs/ext2fs_lookup.c
1007
spacefree += fs2h16(nep->e2d_reclen) - dsize;
sys/ufs/ext2fs/ext2fs_lookup.c
1008
loc += fs2h16(nep->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
1082
ep->e2d_reclen = h2fs16(fs2h16(ep->e2d_reclen) + ulr->ulr_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
1136
for (off = 0; off < ext2fs_size(ip); off += fs2h16(dp->e2d_reclen)) {
sys/ufs/ext2fs/ext2fs_lookup.c
201
e2d_reclen = fs2h16(dp->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
477
int size = fs2h16(ep->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
485
slotsize = fs2h16(ep->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
493
fs2h16(ep->e2d_reclen) -
sys/ufs/ext2fs/ext2fs_lookup.c
514
results->ulr_reclen = fs2h16(ep->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
519
results->ulr_offset += fs2h16(ep->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
520
entryoffsetinblock += fs2h16(ep->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
839
int reclen = fs2h16(de->e2d_reclen);
sys/ufs/ext2fs/ext2fs_lookup.c
995
spacefree = fs2h16(ep->e2d_reclen) - dsize;
sys/ufs/ext2fs/ext2fs_lookup.c
996
for (loc = fs2h16(ep->e2d_reclen); loc < ulr->ulr_count;) {
sys/ufs/ext2fs/ext2fs_rename.c
627
reclen = fs2h16(ep->e2d_reclen);
sys/ufs/ext2fs/ext2fs_vfsops.c
564
< fs2h16(din->e2di_extra_isize))
usr.sbin/installboot/ext2fs.c
358
if (fs2h16(de->e2d_reclen) == 0)
usr.sbin/installboot/ext2fs.c
361
fs2h16(de->e2d_reclen));