Searched refs:xfs_trans_alloc_empty (Results 1 – 13 of 13) sorted by relevance
/linux/fs/xfs/ |
H A 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()
|
H A D | xfs_trans.h | 171 int xfs_trans_alloc_empty(struct xfs_mount *mp,
|
H A D | xfs_notify_failure.c | 283 error = xfs_trans_alloc_empty(mp, &tp); in xfs_dax_notify_dev_failure()
|
H A 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()
|
H A 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()
|
H A D | xfs_attr_item.c | 619 error = xfs_trans_alloc_empty(ip->i_mount, &tp); in xfs_attri_iread_extents()
|
H A D | xfs_trans.c | 328 xfs_trans_alloc_empty( in xfs_trans_alloc_empty() function
|
H A D | xfs_fsmap.c | 1214 error = xfs_trans_alloc_empty(mp, &tp); in xfs_getfsmap()
|
H A D | xfs_icache.c | 896 error = xfs_trans_alloc_empty(mp, &tp); in xfs_metafile_iget()
|
/linux/fs/xfs/scrub/ |
H A D | scrub.c | 879 error = xfs_trans_alloc_empty(mp, &tp); in xchk_scrubv_open_by_handle()
|
H A D | repair.c | 1280 error = xfs_trans_alloc_empty(mp, tpp); in xrep_trans_alloc_hook_dummy()
|
H A D | common.c | 873 return xfs_trans_alloc_empty(sc->mp, &sc->tp); in xchk_trans_alloc_empty()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 2102 error = xfs_trans_alloc_empty(mp, &tp); in xfs_refcount_recover_cow_leftovers()
|