Searched refs:creation_time (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/afs/ |
| H A D | validation.c | 200 time64_t cur = volume->creation_time; in afs_update_volume_creation_time() 208 volume->creation_time = new; in afs_update_volume_creation_time() 251 volume->creation_time = new; in afs_update_volume_creation_time() 257 volume->creation_time = new; in afs_update_volume_creation_time() 307 if (likely(op->volsync.creation == volume->creation_time && in afs_update_volume_times() 312 if (op->volsync.creation != volume->creation_time) { in afs_update_volume_times()
|
| H A D | fs_operation.c | 42 op->pre_volsync.creation = volume->creation_time; in afs_alloc_operation()
|
| H A D | volume.c | 95 volume->creation_time = TIME64_MIN; in afs_alloc_volume()
|
| H A D | internal.h | 650 time64_t creation_time; /* Volume creation time (or TIME64_MIN) */ member
|
| /linux/drivers/md/ |
| H A D | dm-thin-metadata.c | 144 __le32 creation_time; member 242 uint32_t creation_time; member 867 details.creation_time = cpu_to_le32(td->creation_time); in __write_changed_details() 1080 details_le.creation_time = cpu_to_le32(pmd->time); in __open_device() 1095 (*td)->creation_time = le32_to_cpu(details_le.creation_time); in __open_device()
|
| /linux/drivers/target/ |
| H A D | target_core_stat.c | 342 return snprintf(page, PAGE_SIZE, "%u\n", (u32)(((u32)dev->creation_time - in target_stat_lu_creation_time_show() 363 CONFIGFS_ATTR_RO(target_stat_lu_, creation_time); 1062 ret = snprintf(page, PAGE_SIZE, "%u\n", (u32)(((u32)deve->creation_time - in target_stat_auth_creation_time_show() 1100 CONFIGFS_ATTR_RO(target_stat_auth_, creation_time);
|
| /linux/fs/ntfs/ |
| H A D | namei.c | 536 si->creation_time = si->last_data_change_time = utc2ntfs(ni->i_crtime); in __ntfs_create() 537 si->last_mft_change_time = si->last_access_time = si->creation_time; in __ntfs_create() 660 fn->creation_time = fn->last_data_change_time = utc2ntfs(ni->i_crtime); in __ntfs_create() 661 fn->last_mft_change_time = fn->last_access_time = fn->creation_time; in __ntfs_create() 1211 fn->creation_time = utc2ntfs(ni->i_crtime); in __ntfs_link()
|
| H A D | inode.c | 775 ni->i_crtime = ntfs2utc(si->creation_time); in ntfs_read_locked_inode() 2496 if (si->creation_time != nt) { in ntfs_inode_sync_standard_information() 2498 ni->mft_no, le64_to_cpu(si->creation_time), in ntfs_inode_sync_standard_information() 2500 si->creation_time = nt; in ntfs_inode_sync_standard_information() 2663 fnx->creation_time = fn->creation_time; in ntfs_inode_sync_filename()
|
| /linux/block/ |
| H A D | bfq-iosched.h | 383 unsigned long creation_time; /* when this queue is created */ member
|
| H A D | bfq-iosched.c | 2937 time_is_before_jiffies(bfqq->creation_time + in bfq_setup_cooperator() 5626 bfqq->creation_time = jiffies; in bfq_init_bfqq() 5785 time_before(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge() 5787 bfqq->creation_time) || in bfq_do_or_sched_stable_merge() 5793 else if (time_after_eq(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge() 5795 bfqq->creation_time)) { in bfq_do_or_sched_stable_merge()
|
| /linux/include/target/iscsi/ |
| H A D | iscsi_target_core.h | 662 u64 creation_time; member
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_login.c | 263 sess->creation_time = get_jiffies_64(); in iscsi_login_zero_tsih_s1()
|