Searched refs:bgt (Results 1 – 3 of 3) sorted by relevance
1269 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs()1270 if (IS_ERR(c->bgt)) { in mount_ubifs()1271 err = PTR_ERR(c->bgt); in mount_ubifs()1272 c->bgt = NULL; in mount_ubifs()1277 wake_up_process(c->bgt); in mount_ubifs()1505 if (c->bgt) in mount_ubifs()1506 kthread_stop(c->bgt); in mount_ubifs()1540 if (c->bgt) in ubifs_umount()1541 kthread_stop(c->bgt); in ubifs_umount()1654 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()
1366 struct task_struct *bgt; member