Home
last modified time | relevance | path

Searched refs:cur_time (Results 1 – 3 of 3) sorted by relevance

/fs/adfs/
Dinode.c178 goto cur_time; in adfs_adfs2unix_time()
198 cur_time: in adfs_adfs2unix_time()
/fs/btrfs/
Dtransaction.c1411 struct timespec64 cur_time; in create_pending_snapshot() local
1461 cur_time = current_time(parent_inode); in create_pending_snapshot()
1522 btrfs_set_stack_timespec_sec(&new_root_item->otime, cur_time.tv_sec); in create_pending_snapshot()
1523 btrfs_set_stack_timespec_nsec(&new_root_item->otime, cur_time.tv_nsec); in create_pending_snapshot()
Dioctl.c584 struct timespec64 cur_time = current_time(dir); in create_subvol() local
663 btrfs_set_stack_timespec_sec(&root_item->otime, cur_time.tv_sec); in create_subvol()
664 btrfs_set_stack_timespec_nsec(&root_item->otime, cur_time.tv_nsec); in create_subvol()