Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.h297 extern int jfs_sync(void *);
H A Dsuper.c985 jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); in init_jfs_fs()
H A Djfs_txnmgr.c2881 int jfs_sync(void *arg) in jfs_sync() function