Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_ioctl.h139 cfs_timestruc_t cr_ctime; /* returns new ctime */
140 cfs_timestruc_t cr_mtime; /* returns new mtime */
153 cfs_timestruc_t pb_ctime; /* returns new ctime */
154 cfs_timestruc_t pb_mtime; /* returns new mtime */
192 cfs_timestruc_t rn_ctime; /* returns new file ctime */
193 cfs_timestruc_t rn_del_ctime; /* returns new del file ctime */
228 cfs_timestruc_t sy_ctime; /* returns new ctime */
229 cfs_timestruc_t sy_mtime; /* returns new mtime */
244 cfs_timestruc_t sa_ctime; /* returns new ctime */
245 cfs_timestruc_t sa_mtime; /* returns new mtime */
[all …]
H A Dcachefs_dlog.h116 cfs_timestruc_t tm_mtime; /* cached mtime on file */
117 cfs_timestruc_t tm_ctime; /* cached ctime on file */
H A Dcachefs_fs.h209 typedef timestruc32_t cfs_timestruc_t; typedef
307 typedef timestruc_t cfs_timestruc_t; typedef
743 cfs_timestruc_t md_timestamp; /* front file timestamp */
744 cfs_timestruc_t md_x_time; /* see consistency routines */
745 cfs_timestruc_t md_localmtime; /* persistent local mtime */
746 cfs_timestruc_t md_localctime; /* persistent local ctime */
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_kmod.c719 cfs_timestruc_t *ctimep, in kmod_create()
720 cfs_timestruc_t *mtimep) in kmod_create()
801 cfs_timestruc_t *ctimep, in kmod_pushback()
802 cfs_timestruc_t *mtimep, in kmod_pushback()
876 cfs_timestruc_t *ctimep, in kmod_rename()
877 cfs_timestruc_t *delctimep, in kmod_rename()
957 cfs_timestruc_t *ctimep, in kmod_setattr()
958 cfs_timestruc_t *mtimep) in kmod_setattr()
1033 cfs_timestruc_t *ctimep, in kmod_setsecattr()
1034 cfs_timestruc_t *mtimep) in kmod_setsecattr()
[all …]
H A Dcfsd_logelem.c1172 cfs_timestruc_t ctime, mtime; in logelem_roll_setattr()
1363 cfs_timestruc_t ctime, mtime; in logelem_roll_setsecattr()
1707 cfs_timestruc_t ctime, mtime; in logelem_roll_remove()
1712 cfs_timestruc_t *ctimep; in logelem_roll_remove()
2084 cfs_timestruc_t ctime, mtime; in logelem_roll_link()
2438 cfs_timestruc_t mtime, ctime; in logelem_roll_rename()
2439 cfs_timestruc_t delmtime, delctime; in logelem_roll_rename()
2440 cfs_timestruc_t *delctimep = NULL; in logelem_roll_rename()
2769 cfs_timestruc_t ctime, mtime; in logelem_roll_modified()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c1595 cfs_timestruc_t *ctimep = (cfs_timestruc_t *)doutp; in cachefs_io_remove()
1670 cfs_timestruc_t *ctimep = (cfs_timestruc_t *)doutp; in cachefs_io_link()
H A Dcachefs_dlog.c113 cfs_timestruc_t ts; in cachefs_dlog_attrchk()