Home
last modified time | relevance | path

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

/linux-6.12.1/fs/afs/
Dvalidation.c191 time64_t cur = volume->creation_time; in afs_update_volume_creation_time()
199 volume->creation_time = new; in afs_update_volume_creation_time()
242 volume->creation_time = new; in afs_update_volume_creation_time()
248 volume->creation_time = new; in afs_update_volume_creation_time()
298 if (likely(op->volsync.creation == volume->creation_time && in afs_update_volume_times()
303 if (op->volsync.creation != volume->creation_time) { in afs_update_volume_times()
Dfs_operation.c42 op->pre_volsync.creation = volume->creation_time; in afs_alloc_operation()
Dvolume.c93 volume->creation_time = TIME64_MIN; in afs_alloc_volume()
Dinternal.h661 time64_t creation_time; /* Volume creation time (or TIME64_MIN) */ member
/linux-6.12.1/fs/smb/client/
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-6.12.1/drivers/md/
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-6.12.1/drivers/target/
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);
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-6.12.1/include/target/
Dtarget_core_base.h675 u64 creation_time; member
820 u64 creation_time; member
/linux-6.12.1/block/
Dbfq-iosched.h383 unsigned long creation_time; /* when this queue is created */ member
Dbfq-iosched.c2941 time_is_before_jiffies(bfqq->creation_time + in bfq_setup_cooperator()
5630 bfqq->creation_time = jiffies; in bfq_init_bfqq()
5789 time_before(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5791 bfqq->creation_time) || in bfq_do_or_sched_stable_merge()
5797 else if (time_after_eq(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5799 bfqq->creation_time)) { in bfq_do_or_sched_stable_merge()
/linux-6.12.1/include/target/iscsi/
Discsi_target_core.h665 u64 creation_time; member
/linux-6.12.1/drivers/target/iscsi/
Discsi_target_login.c304 sess->creation_time = get_jiffies_64(); in iscsi_login_zero_tsih_s1()