Home
last modified time | relevance | path

Searched refs:XFS_TRANS_LOWMODE (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_defer.c604 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
677 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
678 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
719 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
720 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
Dxfs_shared.h85 #define XFS_TRANS_LOWMODE 0x100 /* allocate in low space mode */ macro
Dxfs_bmap_btree.c228 } else if (cur->bc_tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmbt_alloc_block()
255 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
Dxfs_bmap.c651 } else if (tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_extents_to_btree()
3598 } else if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc()
3617 if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->aeof) { in xfs_bmap_btalloc()
3709 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc()
/linux-6.1.9/fs/xfs/
Dxfs_filestream.c348 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_new_ag()