Home
last modified time | relevance | path

Searched refs:creation_time (Results 1 – 13 of 13) sorted by relevance

/linux/fs/afs/
H A Dvalidation.c200 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 Dfs_operation.c42 op->pre_volsync.creation = volume->creation_time; in afs_alloc_operation()
H A Dvolume.c93 volume->creation_time = TIME64_MIN; in afs_alloc_volume()
H A Dinternal.h646 time64_t creation_time; /* Volume creation time (or TIME64_MIN) */ member
/linux/fs/smb/client/
H A Dxattr.c73 __u64 creation_time; in cifs_creation_time_set() local
80 creation_time = *pcreation_time; in cifs_creation_time_set()
81 info_buf.CreationTime = cpu_to_le64(creation_time); in cifs_creation_time_set()
86 CIFS_I(inode)->createtime = creation_time; in cifs_creation_time_set()
/linux/drivers/md/
H A Ddm-thin-metadata.c144 __le32 creation_time; member
241 uint32_t creation_time; member
864 details.creation_time = cpu_to_le32(td->creation_time); in __write_changed_details()
1076 details_le.creation_time = cpu_to_le32(pmd->time); in __open_device()
1091 (*td)->creation_time = le32_to_cpu(details_le.creation_time); in __open_device()
/linux/drivers/target/
H A Dtarget_core_stat.c338 return snprintf(page, PAGE_SIZE, "%u\n", (u32)(((u32)dev->creation_time - in target_stat_lu_creation_time_show()
359 CONFIGFS_ATTR_RO(target_stat_lu_, creation_time);
1115 ret = snprintf(page, PAGE_SIZE, "%u\n", (u32)(((u32)deve->creation_time - in target_stat_auth_creation_time_show()
1153 CONFIGFS_ATTR_RO(target_stat_auth_, creation_time);
H A Dtarget_core_device.c341 new->creation_time = get_jiffies_64(); in core_enable_device_list_for_node()
437 orig->creation_time = 0; in core_disable_device_list_for_node()
945 dev->creation_time = get_jiffies_64(); in target_configure_device()
/linux/include/target/
H A Dtarget_core_base.h675 u64 creation_time; member
820 u64 creation_time; member
/linux/block/
H A Dbfq-iosched.h383 unsigned long creation_time; /* when this queue is created */ member
H A Dbfq-iosched.c2952 time_is_before_jiffies(bfqq->creation_time + in bfq_setup_cooperator()
5641 bfqq->creation_time = jiffies; in bfq_init_bfqq()
5800 time_before(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5802 bfqq->creation_time) || in bfq_do_or_sched_stable_merge()
5808 else if (time_after_eq(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5810 bfqq->creation_time)) { in bfq_do_or_sched_stable_merge()
/linux/include/target/iscsi/
H A Discsi_target_core.h662 u64 creation_time; member
/linux/drivers/target/iscsi/
H A Discsi_target_login.c263 sess->creation_time = get_jiffies_64(); in iscsi_login_zero_tsih_s1()