Home | History | Annotate | Download | only in fsck_ext2fs

Lines Matching refs:fs2h16

175 		dsize = fs2h16(dp->e2d_reclen);
232 idesc->id_loc += fs2h16(dp->e2d_reclen);
233 idesc->id_filesize -= fs2h16(dp->e2d_reclen);
247 dp->e2d_reclen = h2fs16(fs2h16(dp->e2d_reclen) + size);
264 u_int16_t reclen = fs2h16(dp->e2d_reclen);
313 (fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? "DIR" : "FILE", pathbuf);
324 if (fs2h16(dp->e2di_nlink) == lcnt) {
329 ((fs2h16(dp->e2di_mode) & IFMT) == IFDIR ? "DIR" : "FILE"));
332 fs2h16(dp->e2di_nlink), fs2h16(dp->e2di_nlink) - lcnt);
341 dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) - lcnt);
364 if (fs2h16(dirp->e2d_reclen) - oldlen < newlen)
366 newent.e2d_reclen = h2fs16(fs2h16(dirp->e2d_reclen) - oldlen);
406 lostdir = (fs2h16(dp->e2di_mode) & IFMT) == IFDIR;
448 if ((fs2h16(dp->e2di_mode) & IFMT) != IFDIR) {
485 dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) +1);
651 lncntp[ino] = fs2h16(dp->e2di_nlink);
662 lncntp[ino] = fs2h16(dp->e2di_nlink);
666 dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) + 1);
681 dp->e2di_nlink = h2fs16(fs2h16(dp->e2di_nlink) - 1);