Home
last modified time | relevance | path

Searched refs:e2fs_wtime (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_bswap.c61 new->e2fs_wtime = bswap32(old->e2fs_wtime); in e2fs_sb_bswap()
H A Dext2fs_vfsops.c348 setrootfstime((time_t)fs->e2fs.e2fs_wtime); in ext2fs_mountroot()
540 fs->e2fs.e2fs_wtime = time_second; in ext2fs_mount()
1017 fs->e2fs.e2fs_wtime = time_second; in ext2fs_sync()
H A Dext2fs.h153 uint32_t e2fs_wtime; /* write time */ member
/netbsd-src/sbin/fsck_ext2fs/
H A Dsetup.c378 asblk.b_un.b_fs->e2fs_wtime = sblk.b_un.b_fs->e2fs_wtime; in readsb()
469 bp->b_un.b_fs->e2fs_wtime = h2fs32(sblock.e2fs.e2fs_wtime); in copyback_sb()
H A Dmain.c343 sblock.e2fs.e2fs_wtime = t; in checkfilesys()
/netbsd-src/sys/lib/libsa/
H A Dext2fs.c906 new->e2fs_wtime = bswap32(old->e2fs_wtime); in e2fs_sb_bswap()
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c356 sblock.e2fs.e2fs_wtime = tv.tv_sec; in mke2fs()