Searched refs:xfs_trans_alloc_empty (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_itable.c | 198 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_bulkstat_one() 290 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_bulkstat() 423 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_inumbers()
|
A D | xfs_iwalk.c | 387 error = xfs_trans_alloc_empty(mp, &iwag->tp); in xfs_iwalk_run_callbacks() 619 error = xfs_trans_alloc_empty(mp, &iwag->tp); in xfs_iwalk_ag_work()
|
A D | xfs_notify_failure.c | 120 error = xfs_trans_alloc_empty(mp, &tp); in xfs_dax_notify_ddev_failure()
|
A D | xfs_trans.h | 171 int xfs_trans_alloc_empty(struct xfs_mount *mp,
|
A D | xfs_fsmap.c | 956 error = xfs_trans_alloc_empty(mp, &tp); in xfs_getfsmap()
|
A D | xfs_trans.c | 325 xfs_trans_alloc_empty( in xfs_trans_alloc_empty() function
|
A D | xfs_rtalloc.c | 1341 error = xfs_trans_alloc_empty(ip->i_mount, &tp); in xfs_rtmount_iread_extents()
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | common.c | 572 return xfs_trans_alloc_empty(sc->mp, &sc->tp); in xchk_trans_alloc()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_refcount.c | 1922 error = xfs_trans_alloc_empty(mp, &tp); in xfs_refcount_recover_cow_leftovers()
|
Completed in 23 milliseconds