Searched refs:ri_type (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_refcount_item.c | 339 xfs_trans_set_refcount_flags(ext, refc->ri_type); in xfs_refcount_update_log_item() 388 refc->ri_type, refc->ri_startblock, refc->ri_blockcount, in xfs_refcount_update_finish_item() 393 ASSERT(refc->ri_type == XFS_REFCOUNT_INCREASE || in xfs_refcount_update_finish_item() 394 refc->ri_type == XFS_REFCOUNT_DECREASE); in xfs_refcount_update_finish_item()
|
D | xfs_rmap_item.c | 365 xfs_trans_set_rmap_flags(map, rmap->ri_type, rmap->ri_whichfork, in xfs_rmap_update_log_item() 413 rmap->ri_type, rmap->ri_owner, rmap->ri_whichfork, in xfs_rmap_update_finish_item()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_refcount.h | 53 enum xfs_refcount_intent_type ri_type; member
|
D | xfs_rmap.h | 161 enum xfs_rmap_intent_type ri_type; member
|
D | xfs_refcount.c | 1330 ri->ri_type = type; in __xfs_refcount_add()
|
D | xfs_rmap.c | 2526 ri->ri_type = type; in __xfs_rmap_add()
|