Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dcommit.c293 c->bgt_name, current->pid); in ubifs_bg_thread()
327 ubifs_msg(c, "background thread \"%s\" stops", c->bgt_name); in ubifs_bg_thread()
Dsuper.c1285 sprintf(c->bgt_name, BGT_NAME_PATTERN, c->vi.ubi_num, c->vi.vol_id); in mount_ubifs()
1288 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in mount_ubifs()
1293 c->bgt_name, err); in mount_ubifs()
1669 c->bgt = kthread_create(ubifs_bg_thread, c, "%s", c->bgt_name); in ubifs_remount_rw()
1674 c->bgt_name, err); in ubifs_remount_rw()
Dubifs.h1376 char bgt_name[sizeof(BGT_NAME_PATTERN) + 9]; member