st_ctimespec       73 compat/common/vfs_syscalls_35.c 	ost->st_ctimespec = st->st_ctimespec;
st_ctimespec      102 compat/svr4/svr4_stat.c 	st4->st_ctim = st->st_ctimespec.tv_sec;
st_ctimespec      123 compat/svr4/svr4_stat.c 	st4->st_ctim = st->st_ctimespec;
st_ctimespec      145 compat/svr4/svr4_stat.c 	st4->st_ctim = st->st_ctimespec;
st_ctimespec      688 kern/sys_pipe.c 	ub->st_ctimespec = pipe->pipe_ctime;
st_ctimespec      263 kern/uipc_usrreq.c 		    ((struct stat *) m)->st_ctimespec = unp->unp_ctime;
st_ctimespec      393 kern/vfs_vnops.c 	sb->st_ctimespec = va.va_ctime;
st_ctimespec       58 sys/stat.h     	struct	timespec st_ctimespec;	/* time of last file status change */
st_ctimespec       75 sys/stat.h     	struct	timespec st_ctimespec;	/* time of last file status change */
st_ctimespec       98 sys/stat.h     	struct	timespec st_ctimespec;	/* time of last file status change */
st_ctimespec      126 sys/stat.h     #define	st_ctime	st_ctimespec.tv_sec
st_ctimespec      127 sys/stat.h     #define	st_ctimensec	st_ctimespec.tv_nsec