Searched refs:cur_time (Results 1 – 6 of 6) sorted by relevance
180 goto cur_time; in adfs_adfs2unix_time()200 cur_time: in adfs_adfs2unix_time()
1628 struct timespec64 cur_time; in create_pending_snapshot() local1678 cur_time = current_time(parent_inode); in create_pending_snapshot()1742 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()1743 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
516 struct timespec64 cur_time = current_time(dir); in create_subvol() local598 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()599 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()
1800 cprc->cur_time = (unsigned int)div64_u64(sum_diff, count); in __checkpoint_and_complete_reqs()1801 if (cprc->peak_time < cprc->cur_time) in __checkpoint_and_complete_reqs()1802 cprc->peak_time = cprc->cur_time; in __checkpoint_and_complete_reqs()
135 si->cur_ckpt_time = sbi->cprc_info.cur_time; in update_general_status()
315 unsigned int cur_time; /* cur wait time in msec for currently issued checkpoint */ member