Searched refs:hard_sync (Results 1 – 2 of 2) sorted by relevance
498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
184 static int lmLogSync(struct jfs_log * log, int hard_sync);921 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync() argument934 if (hard_sync) in lmLogSync()1038 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt() argument1041 lmLogSync(log, hard_sync); in jfs_syncpt()