Home
last modified time | relevance | path

Searched refs:ninos (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_trans_dquot.c815 long ninos, in xfs_trans_dqresv() argument
855 quota_nl = xfs_dqresv_check(&dqp->q_ino, &defq->ino, ninos, in xfs_trans_dqresv()
869 dqp->q_ino.reserved += (xfs_qcnt_t)ninos; in xfs_trans_dqresv()
882 xfs_trans_mod_dquot(tp, dqp, XFS_TRANS_DQ_RES_INOS, ninos); in xfs_trans_dqresv()
926 long ninos, in xfs_trans_reserve_quota_bydquots() argument
937 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
943 error = xfs_trans_dqresv(tp, mp, gdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
949 error = xfs_trans_dqresv(tp, mp, pdqp, nblks, ninos, flags); in xfs_trans_reserve_quota_bydquots()
962 xfs_trans_dqresv(tp, mp, gdqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()
966 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); in xfs_trans_reserve_quota_bydquots()