Home
last modified time | relevance | path

Searched refs:st_ctime_sec (Results 1 – 8 of 8) sorted by relevance

/src/stand/kboot/include/arch/powerpc64/
H A Dstat_arch.h26 long st_ctime_sec; member
/src/stand/kboot/include/arch/amd64/
H A Dstat_arch.h29 long st_ctime_sec; member
/src/stand/kboot/include/arch/aarch64/
H A Dstat_arch.h28 long st_ctime_sec; member
/src/sys/fs/p9fs/
H A Dp9_protocol.h217 uint64_t st_ctime_sec; /* time of last status change, seconds*/ member
H A Dp9_protocol.c218 &stbuf->st_mtime_nsec, &stbuf->st_ctime_sec, in p9_buf_vreadf()
H A Dp9_client.c1283 (uintmax_t)stat_dotl->st_mtime_nsec, (uintmax_t)stat_dotl->st_ctime_sec, in p9_client_getattr()
H A Dp9fs_vnops.c990 inode->i_ctime = stat->st_ctime_sec; in p9fs_stat_vnode_dotl()
/src/stand/kboot/kboot/
H A Dhostfs.c177 sb->st_ctim.tv_sec = ksb.st_ctime_sec; in hostfs_stat()