Searched refs:xfs_trans_alloc (Results 1 - 25 of 29) sorted by relevance

12

/linux-master/fs/xfs/scrub/
H A Dnlinks_repair.c58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_link, 0, 0, 0, &sc->tp);
H A Dcommon.c716 return xfs_trans_alloc(sc->mp, &M_RES(sc->mp)->tr_itruncate,
/linux-master/fs/xfs/
H A Dxfs_pnfs.c89 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_writeid,
316 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
H A Dxfs_trans.c244 xfs_trans_alloc( function
334 return xfs_trans_alloc(mp, &resv, 0, 0, XFS_TRANS_NO_WRITECOUNT, tpp);
1203 error = xfs_trans_alloc(mp, resv, dblocks,
1320 error = xfs_trans_alloc(mp, resv, dblocks, 0, 0, &tp);
1367 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
1452 error = xfs_trans_alloc(mp, resv, resblks, 0, 0, &tp);
1456 error = xfs_trans_alloc(mp, resv, resblks, 0, 0, &tp);
H A Dxfs_fsops.c153 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata,
157 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata, -delta, 0,
274 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growdata,
H A Dxfs_reflink.c682 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_write,
741 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, 0,
1034 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
1093 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
1662 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, 0, 0, 0, &tp);
H A Dxfs_qm_syscalls.c71 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
309 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_setqlim, 0, 0, 0, &tp);
H A Dxfs_symlink.c276 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
H A Dxfs_attr_inactive.c348 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_attrinval, 0, 0, 0, &trans);
H A Dxfs_acl.c229 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
H A Dxfs_trans.h164 int xfs_trans_alloc(struct xfs_mount *mp, struct xfs_trans_res *resp,
H A Dxfs_bmap_util.c590 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
980 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, 0, 0, 0, &tp);
1049 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write,
1570 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, resblks, 0, flags,
H A Dxfs_rtalloc.c688 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growrtalloc, resblks,
732 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growrtzero,
952 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_growrtfree, 0, 0, 0,
H A Dxfs_refcount_item.c484 error = xfs_trans_alloc(mp, &resv, mp->m_refc_maxlevels * 2, 0,
H A Dxfs_aops.c58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
H A Dxfs_iops.c875 * Hence a truncate can fail with ENOMEM from xfs_trans_alloc(), but
903 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
1058 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
H A Dxfs_inode.c1570 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
1631 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree,
1635 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ifree, 0, 0, 0, &tp);
3018 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, spaceres, 0, 0, &tp);
3022 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, 0, 0, 0,
H A Dxfs_bmap_item.c508 error = xfs_trans_alloc(mp, &resv,
H A Dxfs_extfree_item.c628 error = xfs_trans_alloc(mp, &resv, 0, 0, 0, &tp);
H A Dxfs_attr_item.c604 error = xfs_trans_alloc(mp, &resv, total, 0, XFS_TRANS_RESERVE, &tp);
H A Dxfs_rmap_item.c538 error = xfs_trans_alloc(mp, &resv, mp->m_rmap_maxlevels, 0,
H A Dxfs_dquot.c327 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_dqalloc,
H A Dxfs_log_recover.c2497 error = xfs_trans_alloc(mp, &resv, dfc->dfc_blkres,
2655 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_clearagi, 0, 0, 0, &tp);
H A Dxfs_qm.c789 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_create,
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c1067 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_sb, 0, 0,
1164 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_sb, 0, 0, 0, &tp);

Completed in 265 milliseconds

12