Home
last modified time | relevance | path

Searched refs:time_started (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Ddev-replace.c117 dev_replace->time_started = 0; in btrfs_init_dev_replace()
146 dev_replace->time_started = btrfs_dev_replace_time_started(eb, ptr); in btrfs_init_dev_replace()
430 btrfs_set_dev_replace_time_started(eb, ptr, dev_replace->time_started); in btrfs_run_dev_replace()
676 dev_replace->time_started = ktime_get_real_seconds(); in btrfs_dev_replace_start()
1062 args->status.time_started = dev_replace->time_started; in btrfs_dev_replace_status()
H A Daccessors.h1021 time_started, 64);
1042 struct btrfs_dev_replace_item, time_started, 64);
H A Dfs.h248 time64_t time_started; member
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h154 cont_reading_from_srcdev_mode, replace_state, time_started,
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h1101 __le64 time_started; member
H A Dbtrfs.h219 __u64 time_started; /* out, seconds since 1-Jan-1970 */ member
/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c640 ktime_t time_started) in nfs4_ff_layout_stat_io_update_completed() argument
643 ktime_t completion_time = ktime_sub(time_completed, time_started); in nfs4_ff_layout_stat_io_update_completed()