Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_txnmgr.h297 extern int jfs_sync(void *);
Dsuper.c987 jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); in init_jfs_fs()
Djfs_txnmgr.c2876 int jfs_sync(void *arg) in jfs_sync() function