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

/linux-master/fs/xfs/
H A Dxfs_trans_dquot.c780 xfs_trans_dqresv( function
907 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags);
913 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags);
919 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags);
932 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags);
936 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags);

Completed in 99 milliseconds