Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Dsuper.c42 static pid_t jfsIOthread; variable
527 jfsIOthread = kernel_thread(jfsIOWait, 0, in init_jfs_fs()
529 if (jfsIOthread < 0) { in init_jfs_fs()
530 jfs_err("init_jfs_fs: fork failed w/rc = %d", jfsIOthread); in init_jfs_fs()