Home
last modified time | relevance | path

Searched refs:mmpd_data (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ext4/
Dmmp.c134 struct super_block *sb = ((struct mmpd_data *) data)->sb; in kmmpd()
135 struct buffer_head *bh = ((struct mmpd_data *) data)->bh; in kmmpd()
279 struct mmpd_data *mmpd_data; in ext4_multi_mount_protect() local
368 mmpd_data = kmalloc(sizeof(*mmpd_data), GFP_KERNEL); in ext4_multi_mount_protect()
369 if (!mmpd_data) { in ext4_multi_mount_protect()
373 mmpd_data->sb = sb; in ext4_multi_mount_protect()
374 mmpd_data->bh = bh; in ext4_multi_mount_protect()
379 EXT4_SB(sb)->s_mmp_tsk = kthread_run(kmmpd, mmpd_data, "kmmpd-%.*s", in ext4_multi_mount_protect()
385 kfree(mmpd_data); in ext4_multi_mount_protect()
Dext4.h2232 struct mmpd_data { struct