Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_filestream.c238 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_filestream_lookup_association()
293 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_create_association()
364 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_select_ag()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.c758 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
943 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
944 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
985 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
986 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
Dxfs_shared.h138 #define XFS_TRANS_LOWMODE (1u << 8) macro
Dxfs_bmap_btree.c251 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
Dxfs_bmap.c3326 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_select_lengths()
3643 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc_low_space()
3667 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_filestreams()
3724 if (ap->aeof && !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) { in xfs_bmap_btalloc_best_length()