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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_vnodeops.c134 code = xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES(mp),
260 code = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
637 error = xfs_trans_reserve(tp, 0,
705 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
799 if ((error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
843 error = xfs_trans_reserve(*tpp, 0,
890 error = xfs_trans_reserve(tp, 0,
1070 error = xfs_trans_reserve(tp, 0,
1118 error = xfs_trans_reserve(tp, 0,
1308 error = xfs_trans_reserve(t
[all...]
H A Dxfs_rename.c139 error = xfs_trans_reserve(tp, spaceres, XFS_RENAME_LOG_RES(mp), 0,
143 error = xfs_trans_reserve(tp, 0, XFS_RENAME_LOG_RES(mp), 0,
H A Dxfs_utils.c177 code = xfs_trans_reserve(tp, 0, log_res, 0,
H A Dxfs_iomap.c314 error = xfs_trans_reserve(tp, resblks,
590 error = xfs_trans_reserve(tp, nres,
756 error = xfs_trans_reserve(tp, resblks,
H A Dxfs_fsops.c176 if ((error = xfs_trans_reserve(tp, XFS_GROWFS_SPACE_RES(mp),
625 error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
H A Dxfs_dfrag.c319 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_trans.h455 int xfs_trans_reserve(xfs_trans_t *, uint, uint, uint,
H A Dxfs_attr.c305 if ((error = xfs_trans_reserve(args.trans, args.total,
524 if ((error = xfs_trans_reserve(args.trans,
802 if ((error = xfs_trans_reserve(trans, 0, XFS_ATTRINVAL_LOG_RES(mp), 0,
H A Dxfs_mount.c1068 error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
1568 error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
2033 error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0,
H A Dxfs_rtalloc.c105 if ((error = xfs_trans_reserve(tp, resblks,
151 if ((error = xfs_trans_reserve(tp, 0,
1968 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_trans.c678 xfs_trans_reserve( function
1884 error = xfs_trans_reserve(trans, 0, logres, 0,
H A Dxfs_log_recover.c3040 error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0, 0, 0);
3146 error = xfs_trans_reserve(tp, 0, XFS_CLEAR_AGI_BUCKET_LOG_RES(mp),
H A Dxfs_bmap.c3576 if ((error = xfs_trans_reserve(tp, blks, XFS_ADDAFORK_LOG_RES(mp), 0,
3850 if ((error = xfs_trans_reserve(ntp, 0, logres, 0, XFS_TRANS_PERM_LOG_RES,
H A Dxfs_inode.c1647 error = xfs_trans_reserve(ntp, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_syscalls.c259 error = xfs_trans_reserve(tp, 0, XFS_ITRUNCATE_LOG_RES(mp), 0,
500 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_disk_dquot_t) + 128,
686 if ((error = xfs_trans_reserve(tp, 0, sizeof(xfs_qoff_logitem_t) * 2,
719 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_qm.c1292 if ((error = xfs_trans_reserve(tp,
2196 if ((error = xfs_trans_reserve(tp, 0,
H A Dxfs_dquot.c673 error = xfs_trans_reserve(tp, XFS_QM_DQALLOC_SPACE_RES(mp),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_file.c144 error = xfs_trans_reserve(tp, 0,
H A Dxfs_ioctl.c939 code = xfs_trans_reserve(tp, 0, XFS_ICHANGE_LOG_RES(mp), 0, 0, 0);
H A Dxfs_super.c1005 error = xfs_trans_reserve(tp, 0, XFS_FSYNC_TS_LOG_RES(mp), 0, 0, 0);

Completed in 292 milliseconds