Searched refs:kmmpd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mmp.c | 134 * kmmpd will update the MMP sequence every s_mmp_update_interval seconds 136 static int kmmpd(void *data) in kmmpd() function 169 ext4_warning(sb, "kmmpd being stopped since MMP feature" in kmmpd() 396 EXT4_SB(sb)->s_mmp_tsk = kthread_run(kmmpd, sb, "kmmpd-%.*s", in ext4_multi_mount_protect() 402 ext4_warning(sb, "Unable to create kmmpd thread for %s.", in ext4_multi_mount_protect()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | mmp.c | 134 * kmmpd will update the MMP sequence every s_mmp_update_interval seconds 136 static int kmmpd(void *data) in kmmpd() function 167 ext4_warning(sb, "kmmpd being stopped since MMP feature" in kmmpd() 392 EXT4_SB(sb)->s_mmp_tsk = kthread_run(kmmpd, sb, "kmmpd-%.*s", in ext4_multi_mount_protect() 397 ext4_warning(sb, "Unable to create kmmpd thread for %s.", in ext4_multi_mount_protect()
|
Completed in 1 milliseconds