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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.h511 extern void jfs_syncpt(struct jfs_log *log, int hard_sync);
H A Djfs_logmgr.c194 static int lmLogSync(struct jfs_log * log, int hard_sync);
922 * hard_sync - 1 to force all metadata to be written
928 static int lmLogSync(struct jfs_log * log, int hard_sync) argument
942 if (hard_sync)
1054 * hard_sync - set to 1 to force metadata to be written
1056 void jfs_syncpt(struct jfs_log *log, int hard_sync) argument
1058 lmLogSync(log, hard_sync);

Completed in 51 milliseconds