| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_freezer.c | 1241 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 D | header_top.py | 29 mtime=time.ctime(os.path.getmtime(filename)), 40 mtime=time.ctime(os.path.getmtime(filename)),
|
| H A D | source_top.py | 30 mtime=time.ctime(os.path.getmtime(filename)),
|
| /linux/tools/testing/selftests/timers/ |
| H A D | inconsistency-check.c | 67 start_str = ctime(&t); 102 ksft_print_msg("%s\n", ctime(&t)); in consistency_test()
|
| H A D | leap-a-day.c | 258 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 D | reparse.h | 86 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 D | nfsfh.c | 807 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 D | cpfile.h | 24 time64_t ctime, bool minor);
|
| H A D | sysfs.c | 562 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 D | segbuf.h | 40 time64_t ctime; member
|
| /linux/fs/nfs/ |
| H A D | localio.c | 770 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 D | md_u.h | 80 unsigned int ctime; member
|
| /linux/fs/hostfs/ |
| H A D | hostfs.h | 31 struct hostfs_timespec atime, mtime, ctime, btime; member
|
| /linux/include/uapi/linux/ |
| H A D | fuse.h | 292 uint64_t ctime; member 330 struct fuse_sx_time ctime; member 784 uint64_t ctime; member
|
| H A D | msdos_fs.h | 177 __le16 ctime; /* Creation time */ member
|
| H A D | jffs2.h | 149 jint32_t ctime; /* Change time. */ member
|
| /linux/tools/laptop/dslm/ |
| H A D | dslm.c | 60 char *ts = ctime(&time); in myctime()
|
| /linux/fs/overlayfs/ |
| H A D | file.c | 298 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 D | sys_oabi-compat.c | 142 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 D | ucon.c | 226 ctime(&tm), data->id.idx, data->id.val, data->seq, data->ack); in main()
|
| /linux/fs/orangefs/ |
| H A D | protocol.h | 232 __u64 ctime; member
|
| /linux/fs/btrfs/ |
| H A D | root-tree.c | 470 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 D | fuse-io.rst | 41 (size and atime/ctime/mtime attributes are kept up-to-date by the kernel), so
|
| /linux/include/linux/ceph/ |
| H A D | ceph_fs.h | 585 struct ceph_timespec ctime, mtime, atime; member 797 struct ceph_timespec mtime, atime, ctime; member
|
| /linux/fs/fat/ |
| H A D | dir.c | 1209 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()
|