Searched refs:cur_time (Results 1 – 6 of 6) sorted by relevance
179 goto cur_time; in adfs_adfs2unix_time()199 cur_time: in adfs_adfs2unix_time()
1528 struct timespec64 cur_time; in create_pending_snapshot() local1577 cur_time = current_time(parent_inode); in create_pending_snapshot()1637 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()1638 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
591 struct timespec64 cur_time = current_time(dir); in create_subvol() local674 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()675 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()
1780 cprc->cur_time = (unsigned int)div64_u64(sum_diff, count); in __checkpoint_and_complete_reqs()1781 if (cprc->peak_time < cprc->cur_time) in __checkpoint_and_complete_reqs()1782 cprc->peak_time = cprc->cur_time; in __checkpoint_and_complete_reqs()
138 si->cur_ckpt_time = sbi->cprc_info.cur_time; in update_general_status()
307 unsigned int cur_time; /* cur wait time in msec for currently issued checkpoint */ member