Searched refs:ri_type (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_rmap_item.c | 358 xfs_trans_set_rmap_flags(map, ri->ri_type, ri->ri_whichfork, in xfs_rmap_update_log_item() 548 fake.ri_type = XFS_RMAP_MAP; in xfs_rui_item_recover() 551 fake.ri_type = XFS_RMAP_MAP_SHARED; in xfs_rui_item_recover() 554 fake.ri_type = XFS_RMAP_UNMAP; in xfs_rui_item_recover() 557 fake.ri_type = XFS_RMAP_UNMAP_SHARED; in xfs_rui_item_recover() 560 fake.ri_type = XFS_RMAP_CONVERT; in xfs_rui_item_recover() 563 fake.ri_type = XFS_RMAP_CONVERT_SHARED; in xfs_rui_item_recover() 566 fake.ri_type = XFS_RMAP_ALLOC; in xfs_rui_item_recover() 569 fake.ri_type = XFS_RMAP_FREE; in xfs_rui_item_recover()
|
D | xfs_refcount_item.c | 334 xfs_trans_set_refcount_flags(pmap, ri->ri_type); in xfs_refcount_update_log_item() 405 ASSERT(ri->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item() 406 ri->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item() 537 fake.ri_type = refc_type; in xfs_cui_item_recover() 570 switch (fake.ri_type) { in xfs_cui_item_recover()
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_refcount.h | 54 enum xfs_refcount_intent_type ri_type; member
|
D | xfs_rmap.h | 162 enum xfs_rmap_intent_type ri_type; member
|
D | xfs_refcount.c | 1367 ri->ri_type, XFS_FSB_TO_AGBNO(mp, ri->ri_startblock), in xfs_refcount_finish_one() 1397 switch (ri->ri_type) { in xfs_refcount_finish_one() 1432 ri->ri_type, bno, ri->ri_blockcount); in xfs_refcount_finish_one() 1456 ri->ri_type = type; in __xfs_refcount_add()
|
D | xfs_rmap.c | 2454 trace_xfs_rmap_deferred(mp, ri->ri_pag->pag_agno, ri->ri_type, bno, in xfs_rmap_finish_one() 2493 switch (ri->ri_type) { in xfs_rmap_finish_one() 2564 ri->ri_type = type; in __xfs_rmap_add()
|