Home
last modified time | relevance | path

Searched refs:XFS_TRANS_DIRTY (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_trans_extfree.c68 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efi_extent()
124 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efd_extent()
Dxfs_trans_buf.c314 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()
542 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_buf()
609 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()
625 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
Dxfs_trans_inode.c123 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
Dxfs_trans.c300 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
922 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_commit()
999 if ((flags & XFS_TRANS_ABORT) && !(tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_cancel()
1006 if ((tp->t_flags & XFS_TRANS_DIRTY) && !XFS_FORCED_SHUTDOWN(mp)) { in xfs_trans_cancel()
Dxfs_icreate_item.c186 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_trans_dquot.c79 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
868 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_shared.h177 #define XFS_TRANS_DIRTY 0x01 /* something needs to be logged */ macro