Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_buf.c281 if (tp->t_flags & XFS_TRANS_DIRTY) in xfs_trans_read_buf_map()
324 if (tp && (tp->t_flags & XFS_TRANS_DIRTY)) in xfs_trans_read_buf_map()
516 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_dirty_buf()
602 ASSERT(tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_binval()
618 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_binval()
Dxfs_extfree_item.c347 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_free_extent()
387 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_extent_free_log_item()
521 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_agfl_free_finish_item()
625 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_efi_item_relog()
Dxfs_refcount_item.c230 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_refcount_update()
282 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_refcount_update_log_item()
560 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_cui_item_relog()
Dxfs_bmap_item.c233 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_bmap_update()
287 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bmap_update_log_item()
538 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_bui_item_relog()
Dxfs_rmap_item.c299 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_finish_rmap_update()
332 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rmap_update_log_item()
585 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_rui_item_relog()
Dxfs_icreate_item.c108 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_icreate_log()
Dxfs_trans.c350 uint32_t flags = (XFS_TRANS_DIRTY|XFS_TRANS_SB_DIRTY); in xfs_trans_mod_sb()
856 if (!(tp->t_flags & XFS_TRANS_DIRTY)) in __xfs_trans_commit()
934 bool dirty = (tp->t_flags & XFS_TRANS_DIRTY); in xfs_trans_cancel()
Dxfs_trans_dquot.c58 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_dquot()
869 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_quotaoff_item()
/fs/xfs/libxfs/
Dxfs_defer.c412 if ((*tpp)->t_flags & XFS_TRANS_DIRTY) in xfs_defer_relog()
540 if ((*tp)->t_flags & XFS_TRANS_DIRTY) { in xfs_defer_finish()
744 ASSERT(!(tp->t_flags & XFS_TRANS_DIRTY)); in xfs_defer_ops_continue()
Dxfs_shared.h61 #define XFS_TRANS_DIRTY 0x01 /* something needs to be logged */ macro
Dxfs_trans_inode.c133 tp->t_flags |= XFS_TRANS_DIRTY; in xfs_trans_log_inode()