Searched refs:time_started (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | dev-replace.c | 117 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 D | accessors.h | 1021 time_started, 64); 1042 struct btrfs_dev_replace_item, time_started, 64);
|
H A D | fs.h | 248 time64_t time_started; member
|
/openbmc/u-boot/fs/btrfs/ |
H A D | conv-funcs.h | 154 cont_reading_from_srcdev_mode, replace_state, time_started,
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 1101 __le64 time_started; member
|
H A D | btrfs.h | 219 __u64 time_started; /* out, seconds since 1-Jan-1970 */ member
|
/openbmc/linux/fs/nfs/flexfilelayout/ |
H A D | flexfilelayout.c | 640 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()
|