Home
last modified time | relevance | path

Searched refs:log_flags (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c236 int log_flags; in xfs_trans_reserve() local
269 log_flags = XFS_LOG_PERM_RESERV; in xfs_trans_reserve()
274 log_flags = 0; in xfs_trans_reserve()
279 XFS_TRANSACTION, log_flags); in xfs_trans_reserve()
311 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_reserve()
313 log_flags = 0; in xfs_trans_reserve()
315 xfs_log_done(tp->t_mountp, tp->t_ticket, NULL, log_flags); in xfs_trans_reserve()
694 int log_flags; in xfs_trans_commit() local
712 log_flags = XFS_LOG_REL_PERM_RESERV; in xfs_trans_commit()
714 log_flags = 0; in xfs_trans_commit()
[all …]
Dxfs_vfsops.c1451 uint log_flags = XFS_LOG_FORCE; in xfs_syncsub() local
1460 log_flags |= XFS_LOG_SYNC; in xfs_syncsub()
1462 xfs_log_force(mp, (xfs_lsn_t)0, log_flags); in xfs_syncsub()
1477 xfs_log_force(mp, (xfs_lsn_t)0, log_flags); in xfs_syncsub()
1565 xfs_log_force(mp, (xfs_lsn_t)0, log_flags); in xfs_syncsub()
Dxfs_vnodeops.c3706 int s, log_flags = XFS_LOG_FORCE; in xfs_inode_flush() local
3716 log_flags |= XFS_LOG_SYNC; in xfs_inode_flush()
3718 log_flags); in xfs_inode_flush()
/linux-2.4.37.9/arch/cris/kernel/
Dfasttimer.c138 unsigned long log_flags; \
139 save_flags(log_flags); \
148 restore_flags(log_flags); \