Home
last modified time | relevance | path

Searched refs:xfs_trans_alloc (Results 1 – 25 of 28) sorted by relevance

12

/linux/fs/xfs/
H A Dxfs_fsops.c161 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, in xfs_growfs_data_private()
165 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, -delta, 0, in xfs_growfs_data_private()
283 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, in xfs_growfs_imaxpct()
H A Dxfs_trans.c236 xfs_trans_alloc( in xfs_trans_alloc() function
1076 error = xfs_trans_alloc(mp, resv, dblocks, in xfs_trans_alloc_inode()
1201 error = xfs_trans_alloc(mp, resv, dblocks, 0, 0, &tp); in xfs_trans_alloc_icreate()
1248 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_trans_alloc_ichange()
1366 error = xfs_trans_alloc(mp, resv, resblks, 0, 0, &tp); in xfs_trans_alloc_dir()
1370 error = xfs_trans_alloc(mp, resv, resblks, 0, 0, &tp); in xfs_trans_alloc_dir()
H A Dxfs_reflink.c722 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_write, in xfs_reflink_cancel_cow_range()
913 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, 0, in xfs_reflink_end_cow_extent()
1018 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_atomic_ioend, resblks, 0, in xfs_reflink_end_atomic_cow()
1186 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_set_inode_flag()
1245 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp); in xfs_reflink_update_dest()
1835 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, 0, 0, 0, &tp); in xfs_reflink_try_clear_inode_flag()
H A Dxfs_bmap_util.c607 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_free_eofblocks()
1010 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, 0, 0, 0, &tp); in xfs_collapse_file_space()
1079 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, in xfs_insert_file_space()
1604 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, 0, flags, in xfs_swap_extents()
H A Dxfs_symlink.c277 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_symlink_rmt()
H A Dxfs_attr_inactive.c343 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_attrinval, 0, 0, 0, &trans); in xfs_attr_inactive()
H A Dxfs_trans.h165 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
H A Dxfs_inode.c1163 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp); in xfs_inactive_truncate()
1224 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, in xfs_inactive_ifree()
1228 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, 0, 0, 0, &tp); in xfs_inactive_ifree()
2199 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, spaceres, 0, 0, &tp); in xfs_rename()
2203 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, 0, 0, 0, in xfs_rename()
H A Dxfs_exchmaps_item.c451 error = xfs_trans_alloc(mp, &resv, req.resblks, 0, 0, &tp); in xfs_exchmaps_recover_work()
H A Dxfs_iops.c1053 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, resblks, in xfs_setattr_size()
1209 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_vn_update_time()
H A Dxfs_bmap_item.c523 error = xfs_trans_alloc(mp, &resv, in xfs_bmap_recover_work()
H A Dxfs_aops.c61 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp); in xfs_setfilesize()
H A Dxfs_refcount_item.c548 error = xfs_trans_alloc(mp, &resv, mp->m_refc_maxlevels * 2, 0, in xfs_refcount_recover_work()
H A Dxfs_exchrange.c231 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, req.resblks, 0, in xfs_exchrange_mappings()
H A Dxfs_rmap_item.c601 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0, in xfs_rmap_recover_work()
H A Dxfs_rtalloc.c912 error = xfs_trans_alloc(mp, &M_RES(nmp)->tr_growrtfree, 0, 0, 0, &tp); in xfs_growfs_rt_zoned()
978 error = xfs_trans_alloc(mp, &M_RES(nmp)->tr_growrtfree, 0, 0, 0, in xfs_growfs_rt_bmblock()
H A Dxfs_extfree_item.c684 error = xfs_trans_alloc(mp, &resv, 0, 0, 0, &tp); in xfs_extent_free_recover_work()
H A Dxfs_attr_item.c779 error = xfs_trans_alloc(mp, &resv, total, 0, XFS_TRANS_RESERVE, &tp); in xfs_attr_recover_work()
H A Dxfs_zone_alloc.c344 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, 0, in xfs_zoned_end_io()
/linux/fs/xfs/scrub/
H A Dnlinks_repair.c137 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, in xrep_nlinks_repair_inode()
H A Dtempfile.c862 error = xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xrep_tempexch_trans_alloc()
H A Dcommon.c892 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate, in xchk_trans_alloc()
/linux/fs/xfs/libxfs/
H A Dxfs_metadir.c208 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create, in xfs_metadir_start_create()
H A Dxfs_rtbitmap.c1339 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growrtalloc, in xfs_rtfile_alloc_blocks()
1388 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growrtzero, 0, 0, 0, &tp); in xfs_rtfile_initialize_block()
H A Dxfs_sb.c1380 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_sb, 0, 0, in xfs_sync_sb()
1474 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_sb, 0, 0, 0, &tp); in xfs_sync_sb_buf()

12