Home
last modified time | relevance | path

Searched refs:hard_sync (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_logmgr.h511 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
Djfs_logmgr.c197 static int lmLogSync(struct jfs_log * log, int hard_sync);
942 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync() argument
955 if (hard_sync) in lmLogSync()
1059 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt() argument
1062 lmLogSync(log, hard_sync); in jfs_syncpt()