Home
last modified time | relevance | path

Searched refs:jfs_sync (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_txnmgr.h297 extern int jfs_sync(void *);
H A Dsuper.c992 jfsSyncThread = kthread_run(jfs_sync, NULL, "jfsSync"); in init_jfs_fs()
H A Djfs_txnmgr.c2843 * This does almost the same thing as jfs_sync below. We don't
2845 * expect jfs_sync to get us out of that jam.
2883 * If jfs_sync is running in parallel, there could be some inodes in txQuiesce()
2912 * jfs_sync(void)
2918 int jfs_sync(void *arg) in jfs_sync() function
2987 jfs_info("jfs_sync being killed"); in jfs_sync()
/kernel/linux/linux-6.6/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.c2806 * This does almost the same thing as jfs_sync below. We don't
2808 * expect jfs_sync to get us out of that jam.
2846 * If jfs_sync is running in parallel, there could be some inodes in txQuiesce()
2875 * jfs_sync(void)
2881 int jfs_sync(void *arg) in jfs_sync() function
2950 jfs_info("jfs_sync being killed"); in jfs_sync()

Completed in 10 milliseconds