Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_defer.c564 (*tp)->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_finish()
637 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
638 stp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_move()
677 dfc->dfc_tpflags = tp->t_flags & XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
678 tp->t_flags &= ~XFS_TRANS_LOWMODE; in xfs_defer_ops_capture()
A Dxfs_shared.h75 #define XFS_TRANS_LOWMODE 0x100 /* allocate in low space mode */ macro
A 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()
A Dxfs_bmap.c653 } else if (tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_extents_to_btree()
3600 } else if (ap->tp->t_flags & XFS_TRANS_LOWMODE) { in xfs_bmap_btalloc()
3619 if (!(ap->tp->t_flags & XFS_TRANS_LOWMODE) && ap->aeof) { in xfs_bmap_btalloc()
3711 ap->tp->t_flags |= XFS_TRANS_LOWMODE; in xfs_bmap_btalloc()
/linux/fs/xfs/
A Dxfs_filestream.c347 if (ap->tp->t_flags & XFS_TRANS_LOWMODE) in xfs_filestream_new_ag()

Completed in 16 milliseconds