Home
last modified time | relevance | path

Searched refs:bgt_name (Results 1 – 3 of 3) sorted by relevance

/fs/ubifs/
Dcommit.c281 c->bgt_name, current->pid); in ubifs_bg_thread()
315 ubifs_msg(c, "background thread \"%s\" stops", c->bgt_name); in ubifs_bg_thread()
Dsuper.c1380 sprintf(c->bgt_name, BGT_NAME_PATTERN, c->vi.ubi_num, c->vi.vol_id); in mount_ubifs()
1383 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs()
1388 c->bgt_name, err); in mount_ubifs()
1798 c->bgt = kthread_run(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()
1803 c->bgt_name, err); in ubifs_remount_rw()
Dubifs.h1431 char bgt_name[sizeof(BGT_NAME_PATTERN) + 9]; member