Searched refs:xfs_trans_alloc_empty (Results 1 – 16 of 16) sorted by relevance
/linux-6.14.4/fs/xfs/ |
D | xfs_itable.c | 242 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_bulkstat_one() 334 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_bulkstat() 467 error = xfs_trans_alloc_empty(breq->mp, &tp); in xfs_inumbers()
|
D | xfs_discard.c | 199 error = xfs_trans_alloc_empty(mp, &tp); in xfs_trim_gather_extents() 586 error = xfs_trans_alloc_empty(mp, &tp); in xfs_trim_rtextents() 704 error = xfs_trans_alloc_empty(mp, &tp); in xfs_trim_rtgroup_extents()
|
D | xfs_iwalk.c | 381 error = xfs_trans_alloc_empty(mp, &iwag->tp); in xfs_iwalk_run_callbacks() 620 error = xfs_trans_alloc_empty(mp, &iwag->tp); in xfs_iwalk_ag_work()
|
D | xfs_trans.h | 171 int xfs_trans_alloc_empty(struct xfs_mount *mp,
|
D | xfs_notify_failure.c | 283 error = xfs_trans_alloc_empty(mp, &tp); in xfs_dax_notify_dev_failure()
|
D | xfs_rtalloc.c | 730 error = xfs_trans_alloc_empty(rtg_mount(rtg), &tp); in xfs_rtginode_ensure() 1224 error = xfs_trans_alloc_empty(mp, &tp); in xfs_growfs_rt_prep_groups() 1631 error = xfs_trans_alloc_empty(mp, &tp); in xfs_rtmount_inodes()
|
D | xfs_qm.c | 684 error = xfs_trans_alloc_empty(mp, &tp); in xfs_qm_load_metadir_qinos() 1805 error = xfs_trans_alloc_empty(mp, &tp); in xfs_qm_qino_load()
|
D | xfs_trans.c | 328 xfs_trans_alloc_empty( in xfs_trans_alloc_empty() function
|
D | xfs_attr_item.c | 619 error = xfs_trans_alloc_empty(ip->i_mount, &tp); in xfs_attri_iread_extents()
|
D | xfs_fsmap.c | 1214 error = xfs_trans_alloc_empty(mp, &tp); in xfs_getfsmap()
|
D | xfs_icache.c | 896 error = xfs_trans_alloc_empty(mp, &tp); in xfs_metafile_iget()
|
D | xfs_inode.c | 2943 error = xfs_trans_alloc_empty(ip->i_mount, &tp); in xfs_inode_reload_unlinked()
|
/linux-6.14.4/fs/xfs/scrub/ |
D | scrub.c | 879 error = xfs_trans_alloc_empty(mp, &tp); in xchk_scrubv_open_by_handle()
|
D | repair.c | 1280 error = xfs_trans_alloc_empty(mp, tpp); in xrep_trans_alloc_hook_dummy()
|
D | common.c | 873 return xfs_trans_alloc_empty(sc->mp, &sc->tp); in xchk_trans_alloc_empty()
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_refcount.c | 2102 error = xfs_trans_alloc_empty(mp, &tp); in xfs_refcount_recover_cow_leftovers()
|