Searched refs:xfs_trans_reserve (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_qmops.c73 if ((error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
H A Dxfs_rw.c63 if ((error = xfs_trans_reserve(tp, 0,
155 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_utils.c245 code = xfs_trans_reserve(tp, 0, log_res, 0,
430 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
H A Dxfs_vnodeops.c362 if ((code = xfs_trans_reserve(tp, 0,
627 if ((code = xfs_trans_reserve(tp, 0,
1151 if ((error = xfs_trans_reserve(tp, 0,
1262 error = xfs_trans_reserve(tp, 0,
1333 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
1423 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
1467 error = xfs_trans_reserve(*tpp, 0,
1515 error = xfs_trans_reserve(tp, 0,
1682 error = xfs_trans_reserve(tp, 0,
1732 error = xfs_trans_reserve(t
[all...]
H A Dxfs_rename.c340 error = xfs_trans_reserve(tp, spaceres, XFS_RENAME_LOG_RES(mp), 0,
344 error = xfs_trans_reserve(tp, 0, XFS_RENAME_LOG_RES(mp), 0,
H A Dxfs_iomap.c505 error = xfs_trans_reserve(tp, resblks,
792 error = xfs_trans_reserve(tp, nres,
797 error = xfs_trans_reserve(tp, 0,
922 error = xfs_trans_reserve(tp, resblks,
H A Dxfs_fsops.c176 if ((error = xfs_trans_reserve(tp, XFS_GROWFS_SPACE_RES(mp),
596 if (xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES(mp), 0, 0, 0)) {
H A Dxfs_dfrag.c271 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_rtalloc.c122 if ((error = xfs_trans_reserve(tp, resblks,
166 if ((error = xfs_trans_reserve(tp, 0,
1967 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_attr.c275 if ((error = xfs_trans_reserve(args.trans, (uint) nblks,
492 if ((error = xfs_trans_reserve(args.trans,
814 if ((error = xfs_trans_reserve(trans, 0, XFS_ATTRINVAL_LOG_RES(mp), 0,
H A Dxfs_trans.c320 xfs_trans_reserve( function
H A Dxfs_trans.h951 int xfs_trans_reserve(xfs_trans_t *, uint, uint, uint,
H A Dxfs_vfsops.c1529 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_mount.c1650 if (xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
H A Dxfs_log_recover.c3006 xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, 0, 0);
3122 xfs_trans_reserve(tp, 0, XFS_CLEAR_AGI_BUCKET_LOG_RES(mp), 0, 0, 0);
H A Dxfs_bmap.c3974 if ((error = xfs_trans_reserve(tp, blks, XFS_ADDAFORK_LOG_RES(mp), 0,
4237 if ((error = xfs_trans_reserve(ntp, 0, logres, 0, XFS_TRANS_PERM_LOG_RES,
H A Dxfs_attr_leaf.c3069 error = xfs_trans_reserve(trans, 0, logres, 0,
H A Dxfs_inode.c1768 error = xfs_trans_reserve(ntp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_syscalls.c604 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_disk_dquot_t) + 128,
793 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_qoff_logitem_t) * 2,
827 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_qm.c1402 if ((error = xfs_trans_reserve(tp,
2396 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_dquot.c727 if ((error = xfs_trans_reserve(tp,

Completed in 384 milliseconds