Searched refs:write_time (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | alloc_background_format.h | 14 x(write_time, 16) \ 39 x(write_time, 64) \
|
| H A D | super.c | 1165 fs->sb->write_time != sb->sb->write_time) { in bch2_dev_in_fs() 1179 bch2_prt_datetime(&buf, le64_to_cpu(fs->sb->write_time)); in bch2_dev_in_fs() 1184 bch2_prt_datetime(&buf, le64_to_cpu(sb->sb->write_time)); in bch2_dev_in_fs() 2151 cmp_int(le64_to_cpu(l->write_time), le64_to_cpu(r->write_time)); in sb_cmp()
|
| H A D | super-io.c | 650 dst->write_time = src->write_time; in __copy_super() 1058 c->disk_sb.sb->write_time = cpu_to_le64(ktime_get_real_seconds()); in bch2_write_super() 1463 bch2_prt_datetime(out, le64_to_cpu(sb->write_time)); in bch2_sb_to_text()
|
| H A D | bcachefs_format.h | 766 __le64 write_time; member
|
| H A D | alloc_background.c | 398 .io_time[WRITE] = u.write_time, in __bch2_alloc_to_v4()
|
| /linux-6.15/drivers/scsi/ |
| H A D | st.h | 110 ktime_t write_time; /* holds ktime request was queued */ member
|
| H A D | st.c | 492 now = ktime_sub(now, STp->stats->write_time); in st_do_stats() 583 STp->stats->write_time = ktime_get(); in st_scsi_execute()
|
| /linux-6.15/drivers/misc/eeprom/ |
| H A D | at24.c | 410 unsigned long timeout, write_time; in at24_regmap_write() local 423 write_time = jiffies; in at24_regmap_write() 432 } while (time_before(write_time, timeout)); in at24_regmap_write()
|
| /linux-6.15/drivers/tty/ipwireless/ |
| H A D | hardware.c | 47 unsigned long write_time; member 67 timing_stats.write_time += (jiffies - start_time); in end_write_timing() 88 jiffies_to_usecs(timing_stats.write_time)); in report_timing() 91 timing_stats.write_time = 0; in report_timing()
|
| /linux-6.15/fs/smb/client/ |
| H A D | smb1ops.c | 901 __le64 write_time = buf->LastWriteTime; in smb_set_file_info() local 1011 write_time, in smb_set_file_info()
|
| H A D | cifsproto.h | 399 const char *fileName, __le32 attributes, __le64 write_time,
|
| H A D | cifssmb.c | 5176 const char *fileName, __le32 attributes, __le64 write_time, in SMBSetInformation() argument 5209 if (le64_to_cpu(write_time) != 0) { in SMBSetInformation() 5210 ts = cifs_NTtimeToUnix(write_time); in SMBSetInformation()
|
| /linux-6.15/drivers/hwmon/pmbus/ |
| H A D | pmbus_core.c | 116 ktime_t write_time; /* Last SMBUS write timestamp */ member 181 delta = ktime_us_delta(ktime_get(), data->write_time); in pmbus_wait() 197 data->write_time = ktime_get(); in pmbus_update_ts()
|