Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
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()
/linux-6.3-rc2/fs/xfs/libxfs/
A 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()
A Dxfs_shared.h85 #define XFS_TRANS_LOWMODE 0x100 /* allocate in low space mode */ macro
A Dxfs_bmap_btree.c241 cur->bc_tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmbt_alloc_block()
A Dxfs_bmap.c3198 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_select_lengths()
3544 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc_low_space()
3568 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc_filestreams()
3625 if (ap->aeof && !(ap->tp->t_flags & XFS_TRANS_LOWMODE)) { in xfs_bmap_btalloc_best_length()

Completed in 15 milliseconds