Searched refs:log_flushed (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_file.c101 int log_flushed = 0; local
164 error = _xfs_trans_commit(tp, 0, &log_flushed);
179 XFS_LOG_SYNC, &log_flushed);
189 if (!log_flushed)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log.c3010 int *log_flushed)
3066 if (log_flushed)
3067 *log_flushed = 1;
3111 if (log_flushed)
3112 *log_flushed = 1;
3160 int *log_flushed)
3223 if (log_flushed)
3224 *log_flushed = 1;
3233 if (log_flushed)
3234 *log_flushed
3007 _xfs_log_force( struct xfs_mount *mp, uint flags, int *log_flushed) argument
3156 _xfs_log_force_lsn( struct xfs_mount *mp, xfs_lsn_t lsn, uint flags, int *log_flushed) argument
[all...]
H A Dxfs_trans.c1678 int *log_flushed)
1737 XFS_LOG_SYNC, log_flushed);
1675 _xfs_trans_commit( struct xfs_trans *tp, uint flags, int *log_flushed) argument

Completed in 161 milliseconds