Home
last modified time | relevance | path

Searched refs:fs_time (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dtime_utils.h271 using fs_time = time_util<file_time_type, int64_t, TimeSpec>;
273 using fs_time = time_util<file_time_type, time_t, TimeSpec>;
335 using detail::fs_time;
339 if (!fs_time::is_representable(ts))
342 return fs_time::convert_from_timespec(ts);
H A Doperations.cpp576 using detail::fs_time; in __last_write_time()
581 if (!fs_time::convert_to_timespec(ts, new_time)) in __last_write_time()
605 if (!fs_time::convert_to_timespec(tbuf[1], new_time)) in __last_write_time()
/freebsd/usr.sbin/makefs/ffs/
H A Dffs_bswap.c89 n->fs_time = bswap64(o->fs_time); in ffs_sb_swap()
H A Dmkfs.c492 sblock.fs_time = tstamp; in ffs_mkfs()
560 sblock.fs_time = tstamp; in ffs_mkfs()
/freebsd/tools/tools/find-sb/
H A Dmini_ufs.h129 ufs_time_t fs_time; /* last time written */ member
/freebsd/sys/ufs/ffs/
H A Dffs_subr.c348 fs->fs_time = fs->fs_old_time; in ffs_oldfscompat_read()
391 fs->fs_old_time = fs->fs_time; in ffs_oldfscompat_write()
960 fs->fs_time = time(NULL); in ffs_sbput()
969 fs->fs_time = time_second; in ffs_sbput()
H A Dfs.h419 ufs_time_t fs_time; /* last time written */
418 ufs_time_t fs_time; /* last time written */ global() member
H A Dffs_vfsops.c1133 mp->mnt_time = fs->fs_time; in ffs_mountfs()
/freebsd/sbin/fsck_ffs/
H A Dmain.c535 sblock.fs_time = time(NULL); in checkfilesys()
H A Dsetup.c475 sblock.fs_time = sblock.fs_old_time; in readsb()
H A Dinode.c653 now = sblock.fs_time; in setinodebuf()
H A Dsuj.c2518 fs->fs_time = time(NULL); in suj_check()
/freebsd/sbin/dumpfs/
H A Ddumpfs.c158 fstime = afs.fs_time; in dumpfs()
/freebsd/sbin/growfs/
H A Ddebug.c280 (unsigned int)sb->fs_time); in dbg_dump_fs()
H A Dgrowfs.c241 sblock.fs_time = modtime; in growfs()
/freebsd/usr.sbin/makefs/
H A Dffs.c573 t = (time_t)((struct fs *)fsopts->superblock)->fs_time; in ffs_create_image()
574 printf("mkfs returned %p; fs_time %s", in ffs_create_image()
H A Dffs.c573 t = (time_t)((struct fs *)fsopts->superblock)->fs_time; in ffs_create_image()
574 printf("mkfs returned %p; fs_time %s", in ffs_create_image()
/freebsd/sbin/newfs/
H A Dmkfs.c493 sblock.fs_time = utime; in mkfs()