Searched refs:isrt (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_refcount.h | 79 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 D | xfs_refcount.c | 1580 bool isrt, in __xfs_refcount_add() argument 1592 ri->ri_realtime = isrt; in __xfs_refcount_add() 1603 bool isrt, in xfs_refcount_increase_extent() argument 1609 __xfs_refcount_add(tp, XFS_REFCOUNT_INCREASE, isrt, PREV->br_startblock, in xfs_refcount_increase_extent() 1619 bool isrt, in xfs_refcount_decrease_extent() argument 1625 __xfs_refcount_add(tp, XFS_REFCOUNT_DECREASE, isrt, PREV->br_startblock, in xfs_refcount_decrease_extent() 1981 bool isrt, in xfs_refcount_alloc_cow_extent() argument 1990 __xfs_refcount_add(tp, XFS_REFCOUNT_ALLOC_COW, isrt, fsb, len); in xfs_refcount_alloc_cow_extent() 1993 xfs_rmap_alloc_extent(tp, isrt, fsb, len, XFS_RMAP_OWN_COW); in xfs_refcount_alloc_cow_extent() 2000 bool isrt, in xfs_refcount_free_cow_extent() argument [all …]
|
| H A D | xfs_rmap.h | 193 void xfs_rmap_alloc_extent(struct xfs_trans *tp, bool isrt, xfs_fsblock_t fsbno, 195 void xfs_rmap_free_extent(struct xfs_trans *tp, bool isrt, xfs_fsblock_t fsbno,
|
| /linux/fs/xfs/ |
| H A D | xfs_reflink.c | 631 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_cancel_cow_blocks() local 659 xfs_refcount_free_cow_extent(*tpp, isrt, in xfs_reflink_cancel_cow_blocks() 665 isrt ? XFS_FREE_EXTENT_REALTIME : 0); in xfs_reflink_cancel_cow_blocks() 799 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_end_cow_extent_locked() local 855 xfs_refcount_decrease_extent(tp, isrt, &data); in xfs_reflink_end_cow_extent_locked() 874 xfs_refcount_free_cow_extent(tp, isrt, del.br_startblock, in xfs_reflink_end_cow_extent_locked() 1327 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_reflink_remap_extent() local 1471 xfs_refcount_decrease_extent(tp, isrt, &smap); in xfs_reflink_remap_extent() 1494 xfs_refcount_increase_extent(tp, isrt, dmap); in xfs_reflink_remap_extent()
|
| H A D | xfs_trans.c | 1292 bool isrt = XFS_IS_REALTIME_INODE(ip); in xfs_trans_alloc_ichange() local 1297 if (isrt) { in xfs_trans_alloc_ichange() 1305 if (isrt) in xfs_trans_alloc_ichange()
|
| H A D | xfs_qm.c | 1966 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()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 545 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()
|