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.c95 volume->creation_time = TIME64_MIN; in afs_alloc_volume()
H A Dinternal.h649 time64_t creation_time; /* Volume creation time (or TIME64_MIN) */ member
/linux/fs/smb/client/
H A Dxattr.c75 __u64 creation_time; in cifs_creation_time_set() local
82 creation_time = *pcreation_time; in cifs_creation_time_set()
83 info_buf.CreationTime = cpu_to_le64(creation_time); in cifs_creation_time_set()
88 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.c342 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 Dnamei.c537 si->creation_time = si->last_data_change_time = utc2ntfs(ni->i_crtime); in __ntfs_create()
538 si->last_mft_change_time = si->last_access_time = si->creation_time; in __ntfs_create()
658 fn->creation_time = fn->last_data_change_time = utc2ntfs(ni->i_crtime); in __ntfs_create()
659 fn->last_mft_change_time = fn->last_access_time = fn->creation_time; in __ntfs_create()
1208 fn->creation_time = utc2ntfs(ni->i_crtime); in __ntfs_link()
H A Dinode.c773 ni->i_crtime = ntfs2utc(si->creation_time); in ntfs_read_locked_inode()
2468 if (si->creation_time != nt) { in ntfs_inode_sync_standard_information()
2470 ni->mft_no, le64_to_cpu(si->creation_time), in ntfs_inode_sync_standard_information()
2472 si->creation_time = nt; in ntfs_inode_sync_standard_information()
2635 fnx->creation_time = fn->creation_time; in ntfs_inode_sync_filename()
/linux/block/
H A Dbfq-iosched.h383 unsigned long creation_time; /* when this queue is created */ member
H A Dbfq-iosched.c2936 time_is_before_jiffies(bfqq->creation_time + in bfq_setup_cooperator()
5625 bfqq->creation_time = jiffies; in bfq_init_bfqq()
5784 time_before(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5786 bfqq->creation_time) || in bfq_do_or_sched_stable_merge()
5792 else if (time_after_eq(last_bfqq_created->creation_time + in bfq_do_or_sched_stable_merge()
5794 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()