Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_filestream.c241 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_filestream_lookup_association()
296 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_create_association()
367 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_select_ag()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_defer.c606 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
679 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
680 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
721 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
722 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.c241 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
Dxfs_bmap.c3238 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_select_lengths()
3584 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc_low_space()
3608 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_filestreams()
3665 if (ap->aeof && !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) { in xfs_bmap_btalloc_best_length()