Home
last modified time | relevance | path

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

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