Searched refs:ctime (Results 1 - 25 of 101) sorted by relevance

12345

/linux-master/fs/smb/client/
H A Dfscache.h52 struct timespec64 ctime = inode_get_ctime(inode); local
58 cd->last_change_time_sec = cpu_to_le64(ctime.tv_sec);
59 cd->last_change_time_nsec = cpu_to_le32(ctime.tv_nsec);
H A Dreparse.h72 * Match a reparse point inode if reparse tag and ctime haven't changed.
74 * Windows Server updates ctime of reparse points when their data have changed.
81 struct timespec64 ctime = inode_get_ctime(inode); local
85 timespec64_equal(&ctime, &fattr->cf_ctime);
/linux-master/fs/nilfs2/
H A Dcpfile.h24 time64_t ctime, bool minor);
H A Dsegbuf.c130 time64_t ctime, __u64 cno)
142 segbuf->sb_sum.ctime = ctime;
163 raw_sum->ss_create = cpu_to_le64(segbuf->sb_sum.ctime);
129 nilfs_segbuf_reset(struct nilfs_segment_buffer *segbuf, unsigned int flags, time64_t ctime, __u64 cno) argument
H A Dsegbuf.h28 * @ctime: Creation time
40 time64_t ctime; member in struct:nilfs_segsum_info
/linux-master/tools/testing/selftests/timers/
H A Dinconsistency-check.c107 start_str = ctime(&t);
142 ksft_print_msg("%s\n", ctime(&t));
H A Dleap-a-day.c255 printf("Setting time to %s", ctime(&tv.tv_sec));
288 printf("Scheduling leap second for %s", ctime(&next_leap));
291 printf("Setting timer for %ld - %s", next_leap, ctime(&next_leap));
/linux-master/include/linux/
H A Dstat.h49 struct timespec64 ctime; member in struct:kstat
/linux-master/fs/omfs/
H A Dinode.c107 u64 ctime; local
137 ctime = inode_get_ctime_sec(inode) * 1000LL +
139 oi->i_ctime = cpu_to_be64(ctime);
207 u64 ctime; local
230 ctime = be64_to_cpu(oi->i_ctime);
231 nsecs = do_div(ctime, 1000) * 1000L;
233 inode_set_atime(inode, ctime, nsecs);
234 inode_set_mtime(inode, ctime, nsecs);
235 inode_set_ctime(inode, ctime, nsecs);
/linux-master/fs/hostfs/
H A Dhostfs.h63 struct hostfs_timespec atime, mtime, ctime; member in struct:hostfs_stat
H A Dhostfs_user.c31 p->ctime.tv_sec = buf->st_ctime;
32 p->ctime.tv_nsec = 0;
267 /* Note: ctime is not handled */
/linux-master/include/uapi/linux/raid/
H A Dmd_u.h80 unsigned int ctime; member in struct:mdu_array_info_s
H A Dmd_p.h141 __u32 ctime; /* 6 Creation time */ member in struct:mdp_superblock_s
235 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ member in struct:mdp_superblock_1
/linux-master/fs/
H A Dstat.c62 stat->ctime = inode_get_ctime(inode);
349 tmp.st_ctime = stat->ctime.tv_sec;
426 tmp.st_ctime = stat->ctime.tv_sec;
430 tmp.st_ctime_nsec = stat->ctime.tv_nsec;
570 tmp.st_ctime = stat->ctime.tv_sec;
571 tmp.st_ctime_nsec = stat->ctime.tv_nsec;
650 tmp.stx_ctime.tv_sec = stat->ctime.tv_sec;
651 tmp.stx_ctime.tv_nsec = stat->ctime.tv_nsec;
743 tmp.st_ctime = stat->ctime.tv_sec;
744 tmp.st_ctime_nsec = stat->ctime
[all...]
/linux-master/fs/jffs2/
H A Dfile.c172 ri.atime = ri.ctime = ri.mtime = cpu_to_je32(JFFS2_NOW());
295 ri->atime = ri->ctime = ri->mtime = cpu_to_je32(JFFS2_NOW());
321 inode_set_ctime_to_ts(inode, ITIME(je32_to_cpu(ri->ctime))));
/linux-master/tools/laptop/dslm/
H A Ddslm.c60 char *ts = ctime(&time);
/linux-master/fs/nfsd/
H A Dnfsfh.c637 fhp->fh_pre_ctime = stat.ctime;
688 fhp->fh_pre_ctime = fhp->fh_post_attr.ctime;
766 * By using both ctime and the i_version counter we guarantee that as long as
783 chattr += (u64)stat->ctime.tv_sec << 30;
784 chattr += stat->ctime.tv_nsec;
787 chattr = time_to_chattr(&stat->ctime);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c52 printf(" %s", ctime(&now));
683 printf(" %s", ctime(&now));
727 printf(" %s", ctime(&now));
/linux-master/include/uapi/linux/
H A Dfuse.h141 * - add ctime and ctimensec to fuse_setattr_in
269 uint64_t ctime; member in struct:fuse_attr
307 struct fuse_sx_time ctime; member in struct:fuse_statx
753 uint64_t ctime; member in struct:fuse_setattr_in
H A Dmsdos_fs.h177 __le16 ctime; /* Creation time */ member in struct:msdos_dir_entry
H A Djffs2.h130 /* The uid, gid, atime, mtime and ctime members could be longer, but
149 jint32_t ctime; /* Change time. */ member in struct:jffs2_raw_inode
/linux-master/samples/connector/
H A Ducon.c226 ctime(&tm), data->id.idx, data->id.val, data->seq, data->ack);
/linux-master/fs/nfs/
H A Dcallback.h57 struct timespec64 ctime; member in struct:cb_getattrres
/linux-master/arch/sparc/kernel/
H A Dsys_sparc32.c86 err |= put_user(stat->ctime.tv_sec, &statbuf->st_ctime);
87 err |= put_user(stat->ctime.tv_nsec, &statbuf->st_ctime_nsec);
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c153 unsafe_put_user(stat->ctime.tv_sec, &ubuf->st_ctime, Efault);
154 unsafe_put_user(stat->ctime.tv_nsec, &ubuf->st_ctime_nsec, Efault);

Completed in 300 milliseconds

12345