Searched refs:xfs_refcount_split_extent (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 342 xfs_refcount_split_extent( in xfs_refcount_split_extent() function 1069 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust() 1075 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust() 1554 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust_cow() 1558 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 382 xfs_refcount_split_extent( in xfs_refcount_split_extent() function 1262 error = xfs_refcount_split_extent(cur, XFS_REFC_DOMAIN_SHARED, in xfs_refcount_adjust() 1269 error = xfs_refcount_split_extent(cur, XFS_REFC_DOMAIN_SHARED, in xfs_refcount_adjust() 1776 error = xfs_refcount_split_extent(cur, XFS_REFC_DOMAIN_COW, in xfs_refcount_adjust_cow() 1781 error = xfs_refcount_split_extent(cur, XFS_REFC_DOMAIN_COW, in xfs_refcount_adjust_cow()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trace.h | 3021 DEFINE_REFCOUNT_EXTENT_AT_EVENT(xfs_refcount_split_extent); variable
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trace.h | 3227 DEFINE_REFCOUNT_EXTENT_AT_EVENT(xfs_refcount_split_extent); variable
|
Completed in 13 milliseconds