Home
last modified time | relevance | path

Searched refs:fs_time (Results 1 – 19 of 19) 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 Dfile_descriptor.h100 using detail::fs_time;
103 if (!fs_time::is_representable(ts))
105 return fs_time::convert_from_timespec(ts);
H A Doperations.cpp697 using detail::fs_time; in __last_write_time()
702 if (!fs_time::convert_to_timespec(ts, new_time)) in __last_write_time()
726 if (!fs_time::convert_to_timespec(tbuf[1], new_time)) in __last_write_time()
/freebsd/lib/libufs/
H A Dinode.c75 time.tv_sec > fs->fs_time) in getinode()
78 now = fs->fs_time; in getinode()
/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.c354 fs->fs_time = fs->fs_old_time; in ffs_oldfscompat_read()
404 fs->fs_old_time = fs->fs_time; in ffs_oldfscompat_write()
982 fs->fs_time = time_second; in ffs_sbput()
984 fs->fs_time = time(NULL); 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.c195 now = time_second > fs->fs_time ? time_second : fs->fs_time; in ffs_load_inode()
1133 mp->mnt_time = fs->fs_time; in ffs_mountfs()
/freebsd/sbin/fsck_ffs/
H A Dsetup.c474 sblock.fs_time = sblock.fs_old_time; in readsb()
H A Dmain.c535 sblock.fs_time = time(NULL); in checkfilesys()
H A Dinode.c651 time.tv_sec > sblock.fs_time) in setinodebuf()
654 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()
/freebsd/sbin/newfs/
H A Dmkfs.c493 sblock.fs_time = utime; in mkfs()