Home
last modified time | relevance | path

Searched refs:last_checked (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/xfs/scrub/
Dattr.c310 xfs_dablk_t *last_checked = ds->private; in xchk_xattr_block() local
323 if (*last_checked == blk->blkno) in xchk_xattr_block()
334 *last_checked = blk->blkno; in xchk_xattr_block()
477 xfs_dablk_t last_checked = -1U; in xchk_xattr() local
486 &last_checked); in xchk_xattr()
/Linux-v5.10/kernel/
Dhung_task.c216 static long hung_timeout_jiffies(unsigned long last_checked, in hung_timeout_jiffies() argument
220 return timeout ? last_checked - jiffies + timeout * HZ : in hung_timeout_jiffies()
/Linux-v5.10/include/uapi/linux/
Dfd.h232 unsigned long last_checked; /* when was the drive last checked for a disk member
/Linux-v5.10/drivers/block/
Dfloppy.c777 drive_state[drive].last_checked = jiffies; in disk_change()
3688 compat_int_t last_checked; member
3871 v.last_checked = drive_state[drive].last_checked; in compat_getdrvstat()
4125 drive_state[drive].last_checked = 0; in floppy_open()
4166 if (time_after(jiffies, drive_state[drive].last_checked + drive_params[drive].checkfreq)) { in floppy_check_events()