Searched refs:ubifs_bg_thread (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | commit.c | 275 int ubifs_bg_thread(void *info) in ubifs_bg_thread() function
|
| H A D | super.c | 1370 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1783 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()
|
| H A D | ubifs.h | 1889 int ubifs_bg_thread(void *info);
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | super.c | 1452 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs() 1859 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()
|
| H A D | ubifs.h | 2249 int ubifs_bg_thread(void *info);
|