OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_time
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/lib/libsa/
ffs_bswap.c
87
n->
fs_time
= bswap64(o->
fs_time
);
/src/sys/ufs/ffs/
ffs_bswap.c
86
n->
fs_time
= bswap64(o->
fs_time
);
ffs_vfsops.c
396
setrootfstime((time_t)fs->
fs_time
);
777
fs->
fs_time
= time_second;
1680
fs->
fs_time
= fs->fs_old_time;
1736
fs->fs_old_time = fs->
fs_time
;
2060
fs->
fs_time
= time_second;
fs.h
346
int64_t
fs_time
; /* last time written */
member in struct:fs
ffs_wapbl.c
194
fs->
fs_time
= time_second;
/src/external/apache2/llvm/dist/libcxx/src/filesystem/
filesystem_common.h
453
using
fs_time
= time_util<file_time_type, int64_t, TimeSpec>;
455
using
fs_time
= time_util<file_time_type, time_t, TimeSpec>;
operations.cpp
1192
using detail::
fs_time
;
1196
if (!
fs_time
::is_representable(ts))
1199
return
fs_time
::convert_from_timespec(ts);
1215
using detail::
fs_time
;
1220
if (!
fs_time
::convert_to_timespec(ts, new_time))
1244
if (!
fs_time
::convert_to_timespec(tbuf[1], new_time))
/src/sbin/fsck_ffs/
main.c
534
sblock->
fs_time
= time(NULL);
utilities.c
671
fs->
fs_time
= fs->fs_old_time;
695
fs->fs_old_time = fs->
fs_time
;
/src/sbin/resize_ffs/
resize_ffs.c
491
cg->cg_time = newsb->
fs_time
;
498
cg->cg_time = newsb->
fs_time
;
503
cg->cg_old_time = newsb->
fs_time
;
921
* calling time() directly, as insulation against OSes where
fs_time
1003
newsb->
fs_time
= timestamp();
1777
newsb->
fs_time
= timestamp();
2065
newsb->fs_old_time = newsb->
fs_time
;
/src/usr.sbin/dumpfs/
dumpfs.c
277
fs->
fs_time
= fs->fs_old_time;
309
t = fs->
fs_time
;
/src/usr.sbin/makefs/ffs/
mkfs.c
483
sblock.
fs_time
= tstamp;
548
sblock.
fs_time
= tstamp;
/src/sbin/newfs/
mkfs.c
534
sblock.
fs_time
= tv.tv_sec;
733
sblock.
fs_time
= tv.tv_sec;
/src/usr.sbin/makefs/
ffs.c
559
t = (time_t)((struct fs *)fsopts->superblock)->
fs_time
;
560
printf("mkfs returned %p;
fs_time
%s",
Completed in 55 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026