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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_dquot.h135 extern int xfs_qm_dqget(xfs_mount_t *, xfs_inode_t *,
H A Dxfs_qm_bhv.c84 if (!xfs_qm_dqget(mp, NULL, ip->i_d.di_projid, XFS_DQ_PROJ, 0, &dqp)) {
H A Dxfs_qm.c676 * lookup by dqid (xfs_qm_dqget) by caching a group dquot inside
706 * and we may drop and reacquire the ilock in xfs_qm_dqget().
718 error = xfs_qm_dqget(ip->i_mount, ip, id, type, XFS_QMOPT_DOWARN, &dqp);
1081 error = xfs_qm_dqget(mp, NULL, (xfs_dqid_t)0,
1221 if ((error = xfs_qm_dqget(mp, ip, ip->i_d.di_uid, XFS_DQ_USER,
1239 xfs_qm_dqget(mp, ip,
1243 xfs_qm_dqget(mp, ip,
1641 * We don't _need_ to take the ilock EXCL. However, the xfs_qm_dqget
2273 if ((error = xfs_qm_dqget(mp, NULL, (xfs_dqid_t) uid,
2302 if ((error = xfs_qm_dqget(m
[all...]
H A Dxfs_qm_syscalls.c518 if ((error = xfs_qm_dqget(mp, NULL, id, type, XFS_QMOPT_DQALLOC, &dqp))) {
652 if ((error = xfs_qm_dqget(mp, NULL, id, type, 0, &dqp))) {
1066 if ((error = xfs_qm_dqget(d->q_mount, NULL, d->d_id, d->dq_flags, 0,
H A Dxfs_dquot.c634 * the dquot in xfs_qm_dqget() before making it accessible to
824 xfs_qm_dqget( function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.h135 extern int xfs_qm_dqget(xfs_mount_t *, xfs_inode_t *,
H A Dxfs_qm_bhv.c84 if (!xfs_qm_dqget(mp, NULL, ip->i_d.di_projid, XFS_DQ_PROJ, 0, &dqp)) {
H A Dxfs_qm.c676 * lookup by dqid (xfs_qm_dqget) by caching a group dquot inside
706 * and we may drop and reacquire the ilock in xfs_qm_dqget().
718 error = xfs_qm_dqget(ip->i_mount, ip, id, type, XFS_QMOPT_DOWARN, &dqp);
1081 error = xfs_qm_dqget(mp, NULL, (xfs_dqid_t)0,
1221 if ((error = xfs_qm_dqget(mp, ip, ip->i_d.di_uid, XFS_DQ_USER,
1239 xfs_qm_dqget(mp, ip,
1243 xfs_qm_dqget(mp, ip,
1641 * We don't _need_ to take the ilock EXCL. However, the xfs_qm_dqget
2273 if ((error = xfs_qm_dqget(mp, NULL, (xfs_dqid_t) uid,
2302 if ((error = xfs_qm_dqget(m
[all...]
H A Dxfs_qm_syscalls.c518 if ((error = xfs_qm_dqget(mp, NULL, id, type, XFS_QMOPT_DQALLOC, &dqp))) {
652 if ((error = xfs_qm_dqget(mp, NULL, id, type, 0, &dqp))) {
1066 if ((error = xfs_qm_dqget(d->q_mount, NULL, d->d_id, d->dq_flags, 0,
H A Dxfs_dquot.c634 * the dquot in xfs_qm_dqget() before making it accessible to
824 xfs_qm_dqget( function

Completed in 302 milliseconds