Searched refs:xfs_trans_alloc_empty (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_itable.c | 209 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_bulkstat_one() 301 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_bulkstat() 434 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_inumbers()
|
H 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()
|
H A D | xfs_notify_failure.c | 121 error = xfs_trans_alloc_empty(mp, &tp); in xfs_dax_notify_ddev_failure()
|
H A D | xfs_trans.h | 173 int xfs_trans_alloc_empty(struct xfs_mount *mp,
|
H A D | xfs_fsmap.c | 982 error = xfs_trans_alloc_empty(mp, &tp); in xfs_getfsmap()
|
H A D | xfs_trans.c | 327 xfs_trans_alloc_empty( in xfs_trans_alloc_empty() function
|
H A D | xfs_rtalloc.c | 1420 error = xfs_trans_alloc_empty(ip->i_mount, &tp); in xfs_rtmount_iread_extents()
|
H A D | xfs_inode.c | 3773 error = xfs_trans_alloc_empty(ip->i_mount, &tp); in xfs_inode_reload_unlinked()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | fscounters.c | 245 return xfs_trans_alloc_empty(sc->mp, &sc->tp); in xchk_setup_fscounters()
|
H A D | common.c | 673 return xfs_trans_alloc_empty(sc->mp, &sc->tp); in xchk_trans_alloc()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 1951 error = xfs_trans_alloc_empty(mp, &tp); in xfs_refcount_recover_cow_leftovers()
|