Searched refs:bgt (Results 1 – 3 of 3) sorted by relevance
1254 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs()1255 if (IS_ERR(c->bgt)) { in mount_ubifs()1256 err = PTR_ERR(c->bgt); in mount_ubifs()1257 c->bgt = NULL; in mount_ubifs()1262 wake_up_process(c->bgt); in mount_ubifs()1484 if (c->bgt) in mount_ubifs()1485 kthread_stop(c->bgt); in mount_ubifs()1519 if (c->bgt) in ubifs_umount()1520 kthread_stop(c->bgt); in ubifs_umount()1634 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()[all …]
70 if (c->bgt && !c->need_bgt) { in ubifs_wake_up_bgt()72 wake_up_process(c->bgt); in ubifs_wake_up_bgt()
1358 struct task_struct *bgt; member