Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A 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()
/OK3568_Linux_fs/kernel/kernel/
H A Dhung_task.c222 static long hung_timeout_jiffies(unsigned long last_checked, in hung_timeout_jiffies() argument
226 return timeout ? last_checked - jiffies + timeout * HZ : in hung_timeout_jiffies()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfd.h229 unsigned long last_checked; /* when was the drive last checked for a disk member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfd.h229 unsigned long last_checked; /* when was the drive last checked for a disk member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfd.h232 unsigned long last_checked; /* when was the drive last checked for a disk member
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c776 drive_state[drive].last_checked = jiffies; in disk_change()
3709 compat_int_t last_checked; member
3892 v.last_checked = drive_state[drive].last_checked; in compat_getdrvstat()
4146 drive_state[drive].last_checked = 0; in floppy_open()
4187 if (time_after(jiffies, drive_state[drive].last_checked + drive_params[drive].checkfreq)) { in floppy_check_events()