Searched refs:M_RES (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_rlimit.c36 return M_RES(mp)->tr_attrsetm.tr_logres +
37 M_RES(mp)->tr_attrsetrt.tr_logres * nblks;
H A Dxfs_trans_resv.h54 #define M_RES(mp) (&(mp)->m_resv) macro
H A Dxfs_attr.c327 tres->tr_logres = M_RES(mp)->tr_attrsetm.tr_logres +
328 M_RES(mp)->tr_attrsetrt.tr_logres *
334 *tres = M_RES(mp)->tr_attrrm;
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);
/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_reflink.c404 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, 0,
467 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, 0, 0,
682 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);
1193 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write,
1197 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write,
1662 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_write, 0, 0, 0, &tp);
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_symlink.c141 error = xfs_trans_alloc_icreate(mp, &M_RES(mp)->tr_symlink, udqp, gdqp,
276 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 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_bmap_util.c590 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_itruncate, 0, 0, 0, &tp);
711 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write,
773 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks, 0,
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_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_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.c40 res = (struct xfs_trans_res *)M_RES(mp);
41 end_res = (struct xfs_trans_res *)(M_RES(mp) + 1);
57 xfs_trans_resv_calc(mp, M_RES(mp));
1367 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_ichange, 0, 0, 0, &tp);
H A Dxfs_inode.c1050 tres = &M_RES(mp)->tr_mkdir;
1053 tres = &M_RES(mp)->tr_create;
1204 tres = &M_RES(mp)->tr_create_tmpfile;
1292 error = xfs_trans_alloc_dir(tdp, &M_RES(mp)->tr_link, sip, &resblks,
1570 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);
2639 error = xfs_trans_alloc_dir(dp, &M_RES(mp)->tr_remove, ip, &resblks,
3018 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_rename, spaceres, 0, 0, &tp);
3022 error = xfs_trans_alloc(mp, &M_RES(m
[all...]
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.c483 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_aops.c58 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_fsyncts, 0, 0, 0, &tp);
H A Dxfs_iops.c903 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_bmap_item.c507 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_extfree_item.c627 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_rmap_item.c537 resv = xlog_recover_resv(&M_RES(mp)->tr_itruncate);
H A Dxfs_iomap.c296 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, dblocks,
604 error = xfs_trans_alloc_inode(ip, &M_RES(mp)->tr_write, resblks,
H A Dxfs_dquot.c327 error = xfs_trans_alloc(mp, &M_RES(mp)->tr_qm_dqalloc,

Completed in 290 milliseconds

12