/src/share/examples/puffs/pgfs/ |
newfs.sql | 67 ctime timestamptz NOT NULL, field in table:file 94 atime, ctime, mtime, btime)
|
/src/sys/fs/v7fs/ |
v7fs_inode.h | 45 v7fs_time_t ctime; member in struct:v7fs_inode
|
v7fs_impl.h | 97 v7fs_time_t ctime; member in struct:v7fs_fileattr
|
v7fs.h | 160 v7fs_time_t ctime; member in struct:v7fs_inode_diskimage
|
/src/lib/libc/time/ |
asctime.c | 182 ctime(const time_t *timep) function in typeref:typename:char * 184 /* Do not call localtime_r, as C23 requires ctime to initialize the
|
private.h | 683 # undef ctime 684 # define ctime tz_ctime macro 762 DEPRECATED_IN_C23 char *ctime(time_t const *);
|
/src/sys/nfs/ |
nfs_clntsubs.c | 158 struct timespec ctime; local in function:nfs_loadattrcache 171 fxdr_nfsv3time(&fp->fa3_ctime, &ctime); 179 ctime.tv_sec = fxdr_unsigned(u_int32_t, 181 ctime.tv_nsec = 0; 218 * Invalidate access cache if uid, gid, mode or ctime changed. 222 || timespeccmp(&ctime, &vap->va_ctime, !=))) 229 vap->va_ctime = ctime; 383 nfs_check_wccdata(struct nfsnode *np, const struct timespec *ctime, 403 if (vp->v_type == VDIR && timespeccmp(octime, ctime, <=)) { 404 reason = "ctime"; [all...] |
/src/sys/fs/sysvbfs/ |
bfs.h | 82 int32_t ctime; member in struct:bfs_fileattr
|
/src/sys/ufs/chfs/ |
media.h | 91 le32 ctime; /* change time */ member in struct:chfs_flash_vnode
|
chfs_inode.h | 106 uint32_t ctime; /* creation time */ member in struct:chfs_inode
|
/src/sys/arch/sparc64/sparc64/ |
clock.c | 619 struct timeval ctime; local in function:clockintr 622 microtime(&ctime); 624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec) 629 int64_t clk = (ctime.tv_sec * 1000000LL + ctime.tv_usec);
|
/src/sys/fs/cd9660/ |
iso.h | 161 char ctime [ISODCL (11, 27)]; /* 8.4.26.1 */ member in struct:iso_extended_attributes
|
/src/lib/libperfuse/ |
fuse.h | 53 uint64_t ctime; member in struct:fuse_attr
|
/src/sys/fs/udf/ |
ecma167-udf.h | 785 struct timestamp ctime; member in struct:extfile_entry
|
udf_subr.c | 4782 udf_timespec_to_timestamp(&now, &efe->ctime); 6120 struct timestamp *atime, *mtime, *attrtime, *ctime; local in function:udf_itimes 6145 ctime = &fe_ctime; 6154 ctime = &ft_extattr->times[0]; 6162 ctime = &efe->ctime; 6181 udf_timestamp_to_timespec(udf_node->ump, ctime, &cur_birth); 6185 udf_timespec_to_timestamp(mod, ctime); 6192 udf_timespec_to_timestamp(birth, ctime);
|
/src/usr.sbin/fstyp/ |
hammer2_disk.h | 946 uint64_t ctime; /* 0010 inode change time */ member in struct:hammer2_inode_meta
|
hammer_disk.h | 897 uint64_t ctime; member in struct:hammer_inode_data
|