Searched refs:xfs_rmap_update_hook (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_rmap.c | 836 xfs_rmap_update_hook( in xfs_rmap_update_hook() function 885 # define xfs_rmap_update_hook(t, p, o, s, b, u, oi) do { } while (0) macro 908 xfs_rmap_update_hook(tp, pag, XFS_RMAP_UNMAP, bno, len, false, oinfo); in xfs_rmap_free() 1152 xfs_rmap_update_hook(tp, pag, XFS_RMAP_MAP, bno, len, false, oinfo); in xfs_rmap_alloc() 2623 xfs_rmap_update_hook(tp, ri->ri_pag, ri->ri_type, bno, in xfs_rmap_finish_one()
|