Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_refcount.h79 void xfs_refcount_increase_extent(struct xfs_trans *tp, bool isrt,
81 void xfs_refcount_decrease_extent(struct xfs_trans *tp, bool isrt,
93 void xfs_refcount_alloc_cow_extent(struct xfs_trans *tp, bool isrt,
95 void xfs_refcount_free_cow_extent(struct xfs_trans *tp, bool isrt,
H A Dxfs_refcount.c1581 bool isrt, in __xfs_refcount_add() argument
1593 ri->ri_realtime = isrt; in __xfs_refcount_add()
1604 bool isrt, in xfs_refcount_increase_extent() argument
1610 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, isrt, PREV->br_startblock, in xfs_refcount_increase_extent()
1620 bool isrt, in xfs_refcount_decrease_extent() argument
1626 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, isrt, PREV->br_startblock, in xfs_refcount_decrease_extent()
1982 bool isrt, in xfs_refcount_alloc_cow_extent() argument
1991 __xfs_refcount_add(tp, XFS_REFCOUNT_ALLOC_COW, isrt, fsb, len); in xfs_refcount_alloc_cow_extent()
1994 xfs_rmap_alloc_extent(tp, isrt, fsb, len, XFS_RMAP_OWN_COW); in xfs_refcount_alloc_cow_extent()
2001 bool isrt, in xfs_refcount_free_cow_extent() argument
[all …]
H A Dxfs_rmap.h189 void xfs_rmap_alloc_extent(struct xfs_trans *tp, bool isrt, xfs_fsblock_t fsbno,
191 void xfs_rmap_free_extent(struct xfs_trans *tp, bool isrt, xfs_fsblock_t fsbno,
/linux/fs/xfs/scrub/
H A Dinode_repair.c545 bool isrt) in xrep_dinode_flags() argument
554 if (isrt) in xrep_dinode_flags()
873 bool isrt; in xrep_dinode_bad_extents_fork() local
882 isrt = dip->di_flags & cpu_to_be16(XFS_DIFLAG_REALTIME); in xrep_dinode_bad_extents_fork()
887 fa = xfs_bmap_validate_extent_raw(sc->mp, isrt, whichfork, in xrep_dinode_bad_extents_fork()
/linux/fs/xfs/
H A Dxfs_qm.c1966 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_qm_vop_chown() local
1998 isrt ? XFS_TRANS_DQ_RES_RTBLKS : XFS_TRANS_DQ_RES_BLKS, in xfs_qm_vop_chown()
2010 if (isrt) { in xfs_qm_vop_chown()