Searched refs:hard_sync (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.h | 498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
|
H A D | jfs_logmgr.c | 184 static int lmLogSync(struct jfs_log * log, int hard_sync); 923 * hard_sync - 1 to force all metadata to be written 929 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync() argument 942 if (hard_sync) in lmLogSync() 1044 * hard_sync - set to 1 to force metadata to be written 1046 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt() argument 1049 lmLogSync(log, hard_sync); in jfs_syncpt()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.h | 498 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
|
H A D | jfs_logmgr.c | 184 static int lmLogSync(struct jfs_log * log, int hard_sync); 915 * hard_sync - 1 to force all metadata to be written 921 static int lmLogSync(struct jfs_log * log, int hard_sync) in lmLogSync() argument 934 if (hard_sync) in lmLogSync() 1036 * hard_sync - set to 1 to force metadata to be written 1038 void jfs_syncpt(struct jfs_log *log, int hard_sync) in jfs_syncpt() argument 1041 lmLogSync(log, hard_sync); in jfs_syncpt()
|
Completed in 10 milliseconds