Home
last modified time | relevance | path

Searched refs:xfs_refcount_split_extent (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c335 xfs_refcount_split_extent( in xfs_refcount_split_extent() function
1016 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust()
1022 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust()
1482 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust_cow()
1486 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
/linux-4.19.296/fs/xfs/
Dxfs_trace.h2879 DEFINE_REFCOUNT_EXTENT_AT_EVENT(xfs_refcount_split_extent);