Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_filestream.c242 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_filestream_lookup_association()
297 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_create_association()
368 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_select_ag()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_defer.c629 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
735 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
736 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
777 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
778 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
H A Dxfs_shared.h85 #define XFS_TRANS_LOWMODE 0x100 /* allocate in low space mode */ macro
H A Dxfs_bmap_btree.c241 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
H A Dxfs_bmap.c3243 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_select_lengths()
3589 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc_low_space()
3613 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_filestreams()
3670 if (ap->aeof && !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) { in xfs_bmap_btalloc_best_length()