Home
last modified time | relevance | path

Searched refs:ctime (Results 1 – 25 of 69) sorted by relevance

123

/linux/tools/testing/selftests/cgroup/
H A Dtest_freezer.c1241 long ptime, ctime; in test_cgfreezer_time_parent() local
1278 ctime = cg_check_freezetime(child); in test_cgfreezer_time_parent()
1279 if (ptime <= ctime) { in test_cgfreezer_time_parent()
1280 debug("Expect ptime (%ld) > ctime (%ld)\n", ptime, ctime); in test_cgfreezer_time_parent()
1295 ctime = cg_check_freezetime(child); in test_cgfreezer_time_parent()
1298 if (ctime <= ptime) { in test_cgfreezer_time_parent()
1299 debug("Expect ctime (%ld) > ptime (%ld)\n", ctime, ptime); in test_cgfreezer_time_parent()
1324 long ptime, ctime; in test_cgfreezer_time_child() local
[all...]
/linux/tools/net/sunrpc/xdrgen/generators/
H A Dheader_top.py29 mtime=time.ctime(os.path.getmtime(filename)),
40 mtime=time.ctime(os.path.getmtime(filename)),
H A Dsource_top.py30 mtime=time.ctime(os.path.getmtime(filename)),
/linux/tools/testing/selftests/timers/
H A Dinconsistency-check.c67 start_str = ctime(&t);
102 ksft_print_msg("%s\n", ctime(&t)); in consistency_test()
H A Dleap-a-day.c258 printf("Setting time to %s", ctime(&tv.tv_sec)); in main()
291 printf("Scheduling leap second for %s", ctime(&next_leap)); in main()
294 printf("Setting timer for %ld - %s", next_leap, ctime(&next_leap)); in main()
/linux/fs/smb/client/
H A Dreparse.h86 struct timespec64 ctime = inode_get_ctime(inode); in reparse_inode_match() local
98 timespec64_equal(&ctime, &fattr->cf_ctime); in reparse_inode_match()
/linux/fs/nfsd/
H A Dnfsfh.c807 fhp->fh_pre_ctime = stat.ctime; in fh_fill_pre_attrs()
857 fhp->fh_pre_ctime = fhp->fh_post_attr.ctime; in fh_fill_both_attrs()
965 chattr += (u64)stat->ctime.tv_sec << 30; in nfsd4_change_attribute()
966 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute()
969 chattr = time_to_chattr(&stat->ctime); in nfsd4_change_attribute()
/linux/fs/nilfs2/
H A Dcpfile.h24 time64_t ctime, bool minor);
H A Dsysfs.c562 time64_t ctime; in nilfs_segctor_last_seg_write_time_show() local
565 ctime = nilfs->ns_ctime; in nilfs_segctor_last_seg_write_time_show()
568 return sysfs_emit(buf, "%ptTs\n", &ctime); in nilfs_segctor_last_seg_write_time_show()
576 time64_t ctime; in nilfs_segctor_last_seg_write_time_secs_show() local
579 ctime = nilfs->ns_ctime; in nilfs_segctor_last_seg_write_time_secs_show()
582 return sysfs_emit(buf, "%llu\n", ctime); in nilfs_segctor_last_seg_write_time_secs_show()
H A Dsegbuf.h40 time64_t ctime; member
/linux/fs/nfs/
H A Dlocalio.c770 chattr += (u64)stat->ctime.tv_sec << 30; in __nfsd4_change_attribute()
771 chattr += stat->ctime.tv_nsec; in __nfsd4_change_attribute()
774 chattr = time_to_chattr(&stat->ctime); in __nfsd4_change_attribute()
802 fattr->ctime = stat.ctime; in nfs_local_vfs_getattr()
807 fattr->change_attr = nfs_timespec_to_change_attr(&fattr->ctime); in nfs_local_vfs_getattr()
/linux/include/uapi/linux/raid/
H A Dmd_u.h80 unsigned int ctime; member
/linux/fs/hostfs/
H A Dhostfs.h31 struct hostfs_timespec atime, mtime, ctime, btime; member
/linux/include/uapi/linux/
H A Dfuse.h292 uint64_t ctime; member
330 struct fuse_sx_time ctime; member
784 uint64_t ctime; member
H A Dmsdos_fs.h177 __le16 ctime; /* Creation time */ member
H A Djffs2.h149 jint32_t ctime; /* Change time. */ member
/linux/tools/laptop/dslm/
H A Ddslm.c60 char *ts = ctime(&time); in myctime()
/linux/fs/overlayfs/
H A Dfile.c298 struct timespec64 ctime, uctime; in ovl_file_accessed() local
310 ctime = inode_get_ctime(inode); in ovl_file_accessed()
315 !timespec64_equal(&ctime, &uctime)) { in ovl_file_accessed()
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c142 tmp.st_ctime = stat->ctime.tv_sec; in cp_oldabi_stat64()
143 tmp.st_ctime_nsec = stat->ctime.tv_nsec; in cp_oldabi_stat64()
/linux/samples/connector/
H A Ducon.c226 ctime(&tm), data->id.idx, data->id.val, data->seq, data->ack); in main()
/linux/fs/orangefs/
H A Dprotocol.h232 __u64 ctime; member
/linux/fs/btrfs/
H A Droot-tree.c470 btrfs_set_stack_timespec_sec(&item->ctime, ct.tv_sec); in btrfs_update_root_times()
471 btrfs_set_stack_timespec_nsec(&item->ctime, ct.tv_nsec); in btrfs_update_root_times()
/linux/Documentation/filesystems/fuse/
H A Dfuse-io.rst41 (size and atime/ctime/mtime attributes are kept up-to-date by the kernel), so
/linux/include/linux/ceph/
H A Dceph_fs.h585 struct ceph_timespec ctime, mtime, atime; member
797 struct ceph_timespec mtime, atime, ctime; member
/linux/fs/fat/
H A Ddir.c1209 de[0].ctime = de[1].ctime = time; in fat_alloc_new_dir()
1213 de[0].ctime = de[1].ctime = 0; in fat_alloc_new_dir()

123