Home
last modified time | relevance | path

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

/Linux-v6.1/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()
335 *last_checked = blk->blkno; in xchk_xattr_block()
478 xfs_dablk_t last_checked = -1U; in xchk_xattr() local
487 &last_checked); in xchk_xattr()
/Linux-v6.1/kernel/
Dhung_task.c227 static long hung_timeout_jiffies(unsigned long last_checked, in hung_timeout_jiffies() argument
231 return timeout ? last_checked - jiffies + timeout * HZ : in hung_timeout_jiffies()
/Linux-v6.1/include/uapi/linux/
Dfd.h232 unsigned long last_checked; /* when was the drive last checked for a disk member
/Linux-v6.1/drivers/block/
Dfloppy.c776 drive_state[drive].last_checked = jiffies; in disk_change()
3617 compat_int_t last_checked; member
3800 v.last_checked = drive_state[drive].last_checked; in compat_getdrvstat()
4054 drive_state[drive].last_checked = 0; in floppy_open()
4095 if (time_after(jiffies, drive_state[drive].last_checked + drive_params[drive].checkfreq)) { in floppy_check_events()