Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans_extfree.c69 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_efi_extent()
136 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_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.c132 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()
Dxfs_icreate_item.c186 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_trans.c293 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
905 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
982 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
Dxfs_trans_dquot.c79 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
874 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_shared.h177 #define XFS_TRANS_DIRTY 0x01 /* something needs to be logged */ macro