blob: 36e1cf32f741255e3207a5d34e70ee89134c951d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Nathan Scott4ce31212005-11-02 14:59:41 +11002 * Copyright (c) 2000-2003 Silicon Graphics, Inc.
3 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
Nathan Scott4ce31212005-11-02 14:59:41 +11005 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * published by the Free Software Foundation.
8 *
Nathan Scott4ce31212005-11-02 14:59:41 +11009 * This program is distributed in the hope that it would be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
Nathan Scott4ce31212005-11-02 14:59:41 +110014 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write the Free Software Foundation,
16 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Linus Torvalds1da177e2005-04-16 15:20:36 -070017 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include "xfs.h"
19#include "xfs_fs.h"
Dave Chinner6ca1c902013-08-12 20:49:26 +100020#include "xfs_format.h"
Nathan Scotta844f452005-11-02 14:38:42 +110021#include "xfs_bit.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include "xfs_log.h"
23#include "xfs_trans.h"
24#include "xfs_sb.h"
25#include "xfs_ag.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070026#include "xfs_alloc.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include "xfs_quota.h"
28#include "xfs_mount.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include "xfs_bmap_btree.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include "xfs_inode.h"
31#include "xfs_bmap.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#include "xfs_rtalloc.h"
33#include "xfs_error.h"
34#include "xfs_itable.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include "xfs_attr.h"
36#include "xfs_buf_item.h"
37#include "xfs_trans_space.h"
38#include "xfs_trans_priv.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include "xfs_qm.h"
Christoph Hellwig3fe58f32013-04-03 16:11:16 +110040#include "xfs_cksum.h"
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000041#include "xfs_trace.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070042
Linus Torvalds1da177e2005-04-16 15:20:36 -070043/*
Christoph Hellwigbf72de32011-12-06 21:58:19 +000044 * Lock order:
45 *
46 * ip->i_lock
Christoph Hellwig9f920f12012-03-13 08:52:35 +000047 * qi->qi_tree_lock
Christoph Hellwigb84a3a92012-03-14 11:53:34 -050048 * dquot->q_qlock (xfs_dqlock() and friends)
49 * dquot->q_flush (xfs_dqflock() and friends)
50 * qi->qi_lru_lock
Christoph Hellwigbf72de32011-12-06 21:58:19 +000051 *
52 * If two dquots need to be locked the order is user before group/project,
53 * otherwise by the lowest id first, see xfs_dqlock2.
54 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
Linus Torvalds1da177e2005-04-16 15:20:36 -070056#ifdef DEBUG
57xfs_buftarg_t *xfs_dqerror_target;
58int xfs_do_dqerror;
59int xfs_dqreq_num;
60int xfs_dqerror_mod = 33;
61#endif
62
Christoph Hellwiga05931c2012-03-13 08:52:37 +000063struct kmem_zone *xfs_qm_dqtrxzone;
64static struct kmem_zone *xfs_qm_dqzone;
65
Christoph Hellwig98b8c7a2009-01-19 02:03:25 +010066static struct lock_class_key xfs_dquot_other_class;
67
Linus Torvalds1da177e2005-04-16 15:20:36 -070068/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 * This is called to free all the memory associated with a dquot
70 */
71void
72xfs_qm_dqdestroy(
73 xfs_dquot_t *dqp)
74{
Christoph Hellwigf8739c32012-03-13 08:52:34 +000075 ASSERT(list_empty(&dqp->q_lru));
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
77 mutex_destroy(&dqp->q_qlock);
Christoph Hellwiga05931c2012-03-13 08:52:37 +000078 kmem_zone_free(xfs_qm_dqzone, dqp);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +000079
Christoph Hellwig48776fd2012-03-13 08:52:33 +000080 XFS_STATS_DEC(xs_qm_dquot);
Linus Torvalds1da177e2005-04-16 15:20:36 -070081}
82
83/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 * If default limits are in force, push them into the dquot now.
85 * We overwrite the dquot limits only if they are zero and this
86 * is not the root dquot.
87 */
88void
89xfs_qm_adjust_dqlimits(
Brian Foster4b6eae2e2013-03-18 10:51:45 -040090 struct xfs_mount *mp,
91 struct xfs_dquot *dq)
Linus Torvalds1da177e2005-04-16 15:20:36 -070092{
Brian Foster4b6eae2e2013-03-18 10:51:45 -040093 struct xfs_quotainfo *q = mp->m_quotainfo;
94 struct xfs_disk_dquot *d = &dq->q_core;
Brian Fosterb1366452013-03-18 10:51:46 -040095 int prealloc = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -070096
97 ASSERT(d->d_id);
98
Brian Fosterb1366452013-03-18 10:51:46 -040099 if (q->qi_bsoftlimit && !d->d_blk_softlimit) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100100 d->d_blk_softlimit = cpu_to_be64(q->qi_bsoftlimit);
Brian Fosterb1366452013-03-18 10:51:46 -0400101 prealloc = 1;
102 }
103 if (q->qi_bhardlimit && !d->d_blk_hardlimit) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100104 d->d_blk_hardlimit = cpu_to_be64(q->qi_bhardlimit);
Brian Fosterb1366452013-03-18 10:51:46 -0400105 prealloc = 1;
106 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 if (q->qi_isoftlimit && !d->d_ino_softlimit)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100108 d->d_ino_softlimit = cpu_to_be64(q->qi_isoftlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109 if (q->qi_ihardlimit && !d->d_ino_hardlimit)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100110 d->d_ino_hardlimit = cpu_to_be64(q->qi_ihardlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111 if (q->qi_rtbsoftlimit && !d->d_rtb_softlimit)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100112 d->d_rtb_softlimit = cpu_to_be64(q->qi_rtbsoftlimit);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 if (q->qi_rtbhardlimit && !d->d_rtb_hardlimit)
Christoph Hellwig1149d962005-11-02 15:01:12 +1100114 d->d_rtb_hardlimit = cpu_to_be64(q->qi_rtbhardlimit);
Brian Fosterb1366452013-03-18 10:51:46 -0400115
116 if (prealloc)
117 xfs_dquot_set_prealloc_limits(dq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118}
119
120/*
121 * Check the limits and timers of a dquot and start or reset timers
122 * if necessary.
123 * This gets called even when quota enforcement is OFF, which makes our
124 * life a little less complicated. (We just don't reject any quota
125 * reservations in that case, when enforcement is off).
126 * We also return 0 as the values of the timers in Q_GETQUOTA calls, when
127 * enforcement's off.
128 * In contrast, warnings are a little different in that they don't
Nathan Scott754002b2005-06-21 15:49:06 +1000129 * 'automatically' get started when limits get exceeded. They do
130 * get reset to zero, however, when we find the count to be under
131 * the soft limit (they are only ever set non-zero via userspace).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132 */
133void
134xfs_qm_adjust_dqtimers(
135 xfs_mount_t *mp,
136 xfs_disk_dquot_t *d)
137{
138 ASSERT(d->d_id);
139
Christoph Hellwigea15ab32011-07-13 13:43:50 +0200140#ifdef DEBUG
Christoph Hellwig1149d962005-11-02 15:01:12 +1100141 if (d->d_blk_hardlimit)
142 ASSERT(be64_to_cpu(d->d_blk_softlimit) <=
143 be64_to_cpu(d->d_blk_hardlimit));
144 if (d->d_ino_hardlimit)
145 ASSERT(be64_to_cpu(d->d_ino_softlimit) <=
146 be64_to_cpu(d->d_ino_hardlimit));
147 if (d->d_rtb_hardlimit)
148 ASSERT(be64_to_cpu(d->d_rtb_softlimit) <=
149 be64_to_cpu(d->d_rtb_hardlimit));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150#endif
Christoph Hellwigea15ab32011-07-13 13:43:50 +0200151
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152 if (!d->d_btimer) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100153 if ((d->d_blk_softlimit &&
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000154 (be64_to_cpu(d->d_bcount) >
Christoph Hellwig1149d962005-11-02 15:01:12 +1100155 be64_to_cpu(d->d_blk_softlimit))) ||
156 (d->d_blk_hardlimit &&
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000157 (be64_to_cpu(d->d_bcount) >
Christoph Hellwig1149d962005-11-02 15:01:12 +1100158 be64_to_cpu(d->d_blk_hardlimit)))) {
159 d->d_btimer = cpu_to_be32(get_seconds() +
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000160 mp->m_quotainfo->qi_btimelimit);
Nathan Scott754002b2005-06-21 15:49:06 +1000161 } else {
162 d->d_bwarns = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163 }
164 } else {
165 if ((!d->d_blk_softlimit ||
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000166 (be64_to_cpu(d->d_bcount) <=
Christoph Hellwig1149d962005-11-02 15:01:12 +1100167 be64_to_cpu(d->d_blk_softlimit))) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 (!d->d_blk_hardlimit ||
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000169 (be64_to_cpu(d->d_bcount) <=
Christoph Hellwig1149d962005-11-02 15:01:12 +1100170 be64_to_cpu(d->d_blk_hardlimit)))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171 d->d_btimer = 0;
172 }
173 }
174
175 if (!d->d_itimer) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100176 if ((d->d_ino_softlimit &&
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000177 (be64_to_cpu(d->d_icount) >
Christoph Hellwig1149d962005-11-02 15:01:12 +1100178 be64_to_cpu(d->d_ino_softlimit))) ||
179 (d->d_ino_hardlimit &&
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000180 (be64_to_cpu(d->d_icount) >
Christoph Hellwig1149d962005-11-02 15:01:12 +1100181 be64_to_cpu(d->d_ino_hardlimit)))) {
182 d->d_itimer = cpu_to_be32(get_seconds() +
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000183 mp->m_quotainfo->qi_itimelimit);
Nathan Scott754002b2005-06-21 15:49:06 +1000184 } else {
185 d->d_iwarns = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186 }
187 } else {
188 if ((!d->d_ino_softlimit ||
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000189 (be64_to_cpu(d->d_icount) <=
Christoph Hellwig1149d962005-11-02 15:01:12 +1100190 be64_to_cpu(d->d_ino_softlimit))) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 (!d->d_ino_hardlimit ||
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000192 (be64_to_cpu(d->d_icount) <=
Christoph Hellwig1149d962005-11-02 15:01:12 +1100193 be64_to_cpu(d->d_ino_hardlimit)))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194 d->d_itimer = 0;
195 }
196 }
197
198 if (!d->d_rtbtimer) {
Christoph Hellwig1149d962005-11-02 15:01:12 +1100199 if ((d->d_rtb_softlimit &&
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000200 (be64_to_cpu(d->d_rtbcount) >
Christoph Hellwig1149d962005-11-02 15:01:12 +1100201 be64_to_cpu(d->d_rtb_softlimit))) ||
202 (d->d_rtb_hardlimit &&
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000203 (be64_to_cpu(d->d_rtbcount) >
Christoph Hellwig1149d962005-11-02 15:01:12 +1100204 be64_to_cpu(d->d_rtb_hardlimit)))) {
205 d->d_rtbtimer = cpu_to_be32(get_seconds() +
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000206 mp->m_quotainfo->qi_rtbtimelimit);
Nathan Scott754002b2005-06-21 15:49:06 +1000207 } else {
208 d->d_rtbwarns = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 }
210 } else {
211 if ((!d->d_rtb_softlimit ||
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000212 (be64_to_cpu(d->d_rtbcount) <=
Christoph Hellwig1149d962005-11-02 15:01:12 +1100213 be64_to_cpu(d->d_rtb_softlimit))) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 (!d->d_rtb_hardlimit ||
Mitsuo Hayasakad0a3fe62012-02-06 12:50:07 +0000215 (be64_to_cpu(d->d_rtbcount) <=
Christoph Hellwig1149d962005-11-02 15:01:12 +1100216 be64_to_cpu(d->d_rtb_hardlimit)))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 d->d_rtbtimer = 0;
218 }
219 }
220}
221
222/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 * initialize a buffer full of dquots and log the whole thing
224 */
225STATIC void
226xfs_qm_init_dquot_blk(
227 xfs_trans_t *tp,
228 xfs_mount_t *mp,
229 xfs_dqid_t id,
230 uint type,
231 xfs_buf_t *bp)
232{
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000233 struct xfs_quotainfo *q = mp->m_quotainfo;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 xfs_dqblk_t *d;
235 int curid, i;
236
237 ASSERT(tp);
Christoph Hellwig0c842ad2011-07-08 14:36:19 +0200238 ASSERT(xfs_buf_islocked(bp));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239
Chandra Seetharaman62926042011-07-22 23:40:15 +0000240 d = bp->b_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
242 /*
243 * ID of the first dquot in the block - id's are zero based.
244 */
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000245 curid = id - (id % q->qi_dqperchunk);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246 ASSERT(curid >= 0);
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000247 memset(d, 0, BBTOB(q->qi_dqchunklen));
Christoph Hellwig49d35a52011-12-06 21:58:23 +0000248 for (i = 0; i < q->qi_dqperchunk; i++, d++, curid++) {
249 d->dd_diskdq.d_magic = cpu_to_be16(XFS_DQUOT_MAGIC);
250 d->dd_diskdq.d_version = XFS_DQUOT_VERSION;
251 d->dd_diskdq.d_id = cpu_to_be32(curid);
252 d->dd_diskdq.d_flags = type;
Dave Chinner6fcdc592013-06-03 15:28:46 +1000253 if (xfs_sb_version_hascrc(&mp->m_sb)) {
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100254 uuid_copy(&d->dd_uuid, &mp->m_sb.sb_uuid);
Dave Chinner6fcdc592013-06-03 15:28:46 +1000255 xfs_update_cksum((char *)d, sizeof(struct xfs_dqblk),
256 XFS_DQUOT_CRC_OFF);
257 }
Christoph Hellwig49d35a52011-12-06 21:58:23 +0000258 }
259
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260 xfs_trans_dquot_buf(tp, bp,
Dave Chinnerc1155412010-05-07 11:05:19 +1000261 (type & XFS_DQ_USER ? XFS_BLF_UDQUOT_BUF :
262 ((type & XFS_DQ_PROJ) ? XFS_BLF_PDQUOT_BUF :
263 XFS_BLF_GDQUOT_BUF)));
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000264 xfs_trans_log_buf(tp, bp, 0, BBTOB(q->qi_dqchunklen) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265}
266
Brian Fosterb1366452013-03-18 10:51:46 -0400267/*
268 * Initialize the dynamic speculative preallocation thresholds. The lo/hi
269 * watermarks correspond to the soft and hard limits by default. If a soft limit
270 * is not specified, we use 95% of the hard limit.
271 */
272void
273xfs_dquot_set_prealloc_limits(struct xfs_dquot *dqp)
274{
275 __uint64_t space;
276
277 dqp->q_prealloc_hi_wmark = be64_to_cpu(dqp->q_core.d_blk_hardlimit);
278 dqp->q_prealloc_lo_wmark = be64_to_cpu(dqp->q_core.d_blk_softlimit);
279 if (!dqp->q_prealloc_lo_wmark) {
280 dqp->q_prealloc_lo_wmark = dqp->q_prealloc_hi_wmark;
281 do_div(dqp->q_prealloc_lo_wmark, 100);
282 dqp->q_prealloc_lo_wmark *= 95;
283 }
284
285 space = dqp->q_prealloc_hi_wmark;
286
287 do_div(space, 100);
288 dqp->q_low_space[XFS_QLOWSP_1_PCNT] = space;
289 dqp->q_low_space[XFS_QLOWSP_3_PCNT] = space * 3;
290 dqp->q_low_space[XFS_QLOWSP_5_PCNT] = space * 5;
291}
292
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100293STATIC bool
294xfs_dquot_buf_verify_crc(
295 struct xfs_mount *mp,
296 struct xfs_buf *bp)
297{
298 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr;
299 int ndquots;
300 int i;
301
302 if (!xfs_sb_version_hascrc(&mp->m_sb))
303 return true;
304
305 /*
306 * if we are in log recovery, the quota subsystem has not been
307 * initialised so we have no quotainfo structure. In that case, we need
308 * to manually calculate the number of dquots in the buffer.
309 */
310 if (mp->m_quotainfo)
311 ndquots = mp->m_quotainfo->qi_dqperchunk;
312 else
313 ndquots = xfs_qm_calc_dquots_per_chunk(mp,
314 XFS_BB_TO_FSB(mp, bp->b_length));
315
316 for (i = 0; i < ndquots; i++, d++) {
317 if (!xfs_verify_cksum((char *)d, sizeof(struct xfs_dqblk),
Dave Chinner6fcdc592013-06-03 15:28:46 +1000318 XFS_DQUOT_CRC_OFF))
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100319 return false;
320 if (!uuid_equal(&d->dd_uuid, &mp->m_sb.sb_uuid))
321 return false;
322 }
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100323 return true;
324}
325
326STATIC bool
327xfs_dquot_buf_verify(
328 struct xfs_mount *mp,
329 struct xfs_buf *bp)
330{
331 struct xfs_dqblk *d = (struct xfs_dqblk *)bp->b_addr;
332 xfs_dqid_t id = 0;
333 int ndquots;
334 int i;
335
336 /*
337 * if we are in log recovery, the quota subsystem has not been
338 * initialised so we have no quotainfo structure. In that case, we need
339 * to manually calculate the number of dquots in the buffer.
340 */
341 if (mp->m_quotainfo)
342 ndquots = mp->m_quotainfo->qi_dqperchunk;
343 else
344 ndquots = xfs_qm_calc_dquots_per_chunk(mp, bp->b_length);
345
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100346 /*
347 * On the first read of the buffer, verify that each dquot is valid.
348 * We don't know what the id of the dquot is supposed to be, just that
349 * they should be increasing monotonically within the buffer. If the
350 * first id is corrupt, then it will fail on the second dquot in the
351 * buffer so corruptions could point to the wrong dquot in this case.
352 */
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100353 for (i = 0; i < ndquots; i++) {
354 struct xfs_disk_dquot *ddq;
355 int error;
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100356
357 ddq = &d[i].dd_diskdq;
358
359 if (i == 0)
360 id = be32_to_cpu(ddq->d_id);
361
362 error = xfs_qm_dqcheck(mp, ddq, id + i, 0, XFS_QMOPT_DOWARN,
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100363 "xfs_dquot_buf_verify");
364 if (error)
365 return false;
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100366 }
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100367 return true;
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100368}
369
370static void
Dave Chinner1813dd62012-11-14 17:54:40 +1100371xfs_dquot_buf_read_verify(
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100372 struct xfs_buf *bp)
373{
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100374 struct xfs_mount *mp = bp->b_target->bt_mount;
375
376 if (!xfs_dquot_buf_verify_crc(mp, bp) || !xfs_dquot_buf_verify(mp, bp)) {
377 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
378 xfs_buf_ioerror(bp, EFSCORRUPTED);
379 }
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100380}
381
Dave Chinner6fcdc592013-06-03 15:28:46 +1000382/*
383 * we don't calculate the CRC here as that is done when the dquot is flushed to
384 * the buffer after the update is done. This ensures that the dquot in the
385 * buffer always has an up-to-date CRC value.
386 */
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100387void
Dave Chinner1813dd62012-11-14 17:54:40 +1100388xfs_dquot_buf_write_verify(
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100389 struct xfs_buf *bp)
390{
Christoph Hellwig3fe58f32013-04-03 16:11:16 +1100391 struct xfs_mount *mp = bp->b_target->bt_mount;
392
393 if (!xfs_dquot_buf_verify(mp, bp)) {
394 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
395 xfs_buf_ioerror(bp, EFSCORRUPTED);
396 return;
397 }
Dave Chinnerb0f539d2012-11-14 17:53:49 +1100398}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399
Dave Chinner1813dd62012-11-14 17:54:40 +1100400const struct xfs_buf_ops xfs_dquot_buf_ops = {
401 .verify_read = xfs_dquot_buf_read_verify,
402 .verify_write = xfs_dquot_buf_write_verify,
403};
404
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405/*
406 * Allocate a block and fill it with dquots.
407 * This is called when the bmapi finds a hole.
408 */
409STATIC int
410xfs_qm_dqalloc(
Tim Shimminefa092f2005-09-05 08:29:01 +1000411 xfs_trans_t **tpp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 xfs_mount_t *mp,
413 xfs_dquot_t *dqp,
414 xfs_inode_t *quotip,
415 xfs_fileoff_t offset_fsb,
416 xfs_buf_t **O_bpp)
417{
418 xfs_fsblock_t firstblock;
419 xfs_bmap_free_t flist;
420 xfs_bmbt_irec_t map;
421 int nmaps, error, committed;
422 xfs_buf_t *bp;
Tim Shimminefa092f2005-09-05 08:29:01 +1000423 xfs_trans_t *tp = *tpp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424
425 ASSERT(tp != NULL);
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000426
427 trace_xfs_dqalloc(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428
429 /*
430 * Initialize the bmap freelist prior to calling bmapi code.
431 */
Eric Sandeen9d87c312009-01-14 23:22:07 -0600432 xfs_bmap_init(&flist, &firstblock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 xfs_ilock(quotip, XFS_ILOCK_EXCL);
434 /*
435 * Return if this type of quotas is turned off while we didn't
436 * have an inode lock
437 */
Chandra Seetharaman6967b962012-01-23 17:31:25 +0000438 if (!xfs_this_quota_on(dqp->q_mount, dqp->dq_flags)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
440 return (ESRCH);
441 }
442
Christoph Hellwigddc34152011-09-19 15:00:54 +0000443 xfs_trans_ijoin(tp, quotip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444 nmaps = 1;
Dave Chinnerc0dc7822011-09-18 20:40:52 +0000445 error = xfs_bmapi_write(tp, quotip, offset_fsb,
446 XFS_DQUOT_CLUSTER_SIZE_FSB, XFS_BMAPI_METADATA,
447 &firstblock, XFS_QM_DQALLOC_SPACE_RES(mp),
448 &map, &nmaps, &flist);
449 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 goto error0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451 ASSERT(map.br_blockcount == XFS_DQUOT_CLUSTER_SIZE_FSB);
452 ASSERT(nmaps == 1);
453 ASSERT((map.br_startblock != DELAYSTARTBLOCK) &&
454 (map.br_startblock != HOLESTARTBLOCK));
455
456 /*
457 * Keep track of the blkno to save a lookup later
458 */
459 dqp->q_blkno = XFS_FSB_TO_DADDR(mp, map.br_startblock);
460
461 /* now we can just get the buffer (there's nothing to read yet) */
462 bp = xfs_trans_get_buf(tp, mp->m_ddev_targp,
463 dqp->q_blkno,
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000464 mp->m_quotainfo->qi_dqchunklen,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 0);
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +0000466
467 error = xfs_buf_geterror(bp);
468 if (error)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 goto error1;
Dave Chinner1813dd62012-11-14 17:54:40 +1100470 bp->b_ops = &xfs_dquot_buf_ops;
Chandra Seetharaman2a30f36d2011-09-20 13:56:55 +0000471
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 /*
473 * Make a chunk of dquots out of this buffer and log
474 * the entire thing.
475 */
Christoph Hellwig1149d962005-11-02 15:01:12 +1100476 xfs_qm_init_dquot_blk(tp, mp, be32_to_cpu(dqp->q_core.d_id),
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000477 dqp->dq_flags & XFS_DQ_ALLTYPES, bp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478
Tim Shimminefa092f2005-09-05 08:29:01 +1000479 /*
480 * xfs_bmap_finish() may commit the current transaction and
481 * start a second transaction if the freelist is not empty.
482 *
483 * Since we still want to modify this buffer, we need to
484 * ensure that the buffer is not released on commit of
485 * the first transaction and ensure the buffer is added to the
486 * second transaction.
487 *
488 * If there is only one transaction then don't stop the buffer
489 * from being released when it commits later on.
490 */
491
492 xfs_trans_bhold(tp, bp);
493
Eric Sandeenf7c99b62007-02-10 18:37:16 +1100494 if ((error = xfs_bmap_finish(tpp, &flist, &committed))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 goto error1;
496 }
497
Tim Shimminefa092f2005-09-05 08:29:01 +1000498 if (committed) {
499 tp = *tpp;
500 xfs_trans_bjoin(tp, bp);
501 } else {
502 xfs_trans_bhold_release(tp, bp);
503 }
504
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 *O_bpp = bp;
506 return 0;
507
508 error1:
509 xfs_bmap_cancel(&flist);
510 error0:
511 xfs_iunlock(quotip, XFS_ILOCK_EXCL);
512
513 return (error);
514}
Dave Chinnerc6319192012-11-14 17:50:13 +1100515STATIC int
516xfs_qm_dqrepair(
517 struct xfs_mount *mp,
518 struct xfs_trans *tp,
519 struct xfs_dquot *dqp,
520 xfs_dqid_t firstid,
521 struct xfs_buf **bpp)
522{
523 int error;
524 struct xfs_disk_dquot *ddq;
525 struct xfs_dqblk *d;
526 int i;
527
528 /*
529 * Read the buffer without verification so we get the corrupted
Dave Chinner612cfbf2012-11-14 17:52:32 +1100530 * buffer returned to us. make sure we verify it on write, though.
Dave Chinnerc6319192012-11-14 17:50:13 +1100531 */
532 error = xfs_trans_read_buf(mp, tp, mp->m_ddev_targp, dqp->q_blkno,
533 mp->m_quotainfo->qi_dqchunklen,
534 0, bpp, NULL);
535
536 if (error) {
537 ASSERT(*bpp == NULL);
538 return XFS_ERROR(error);
539 }
Dave Chinner1813dd62012-11-14 17:54:40 +1100540 (*bpp)->b_ops = &xfs_dquot_buf_ops;
Dave Chinnerc6319192012-11-14 17:50:13 +1100541
542 ASSERT(xfs_buf_islocked(*bpp));
543 d = (struct xfs_dqblk *)(*bpp)->b_addr;
544
545 /* Do the actual repair of dquots in this buffer */
546 for (i = 0; i < mp->m_quotainfo->qi_dqperchunk; i++) {
547 ddq = &d[i].dd_diskdq;
548 error = xfs_qm_dqcheck(mp, ddq, firstid + i,
549 dqp->dq_flags & XFS_DQ_ALLTYPES,
550 XFS_QMOPT_DQREPAIR, "xfs_qm_dqrepair");
551 if (error) {
552 /* repair failed, we're screwed */
553 xfs_trans_brelse(tp, *bpp);
554 return XFS_ERROR(EIO);
555 }
556 }
557
558 return 0;
559}
560
Linus Torvalds1da177e2005-04-16 15:20:36 -0700561/*
562 * Maps a dquot to the buffer containing its on-disk version.
563 * This returns a ptr to the buffer containing the on-disk dquot
564 * in the bpp param, and a ptr to the on-disk dquot within that buffer
565 */
566STATIC int
567xfs_qm_dqtobp(
Tim Shimminefa092f2005-09-05 08:29:01 +1000568 xfs_trans_t **tpp,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 xfs_dquot_t *dqp,
570 xfs_disk_dquot_t **O_ddpp,
571 xfs_buf_t **O_bpp,
572 uint flags)
573{
Chandra Seetharaman113a5682013-06-27 17:25:07 -0500574 struct xfs_bmbt_irec map;
575 int nmaps = 1, error;
576 struct xfs_buf *bp;
Chandra Seetharaman995961c2013-06-27 17:25:06 -0500577 struct xfs_inode *quotip = xfs_dq_to_quota_inode(dqp);
Chandra Seetharaman113a5682013-06-27 17:25:07 -0500578 struct xfs_mount *mp = dqp->q_mount;
579 xfs_dqid_t id = be32_to_cpu(dqp->q_core.d_id);
580 struct xfs_trans *tp = (tpp ? *tpp : NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581
Christoph Hellwigacecf1b2010-09-06 01:44:45 +0000582 dqp->q_fileoffset = (xfs_fileoff_t)id / mp->m_quotainfo->qi_dqperchunk;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583
Christoph Hellwigacecf1b2010-09-06 01:44:45 +0000584 xfs_ilock(quotip, XFS_ILOCK_SHARED);
Chandra Seetharaman6967b962012-01-23 17:31:25 +0000585 if (!xfs_this_quota_on(dqp->q_mount, dqp->dq_flags)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 /*
Christoph Hellwigacecf1b2010-09-06 01:44:45 +0000587 * Return if this type of quotas is turned off while we
588 * didn't have the quota inode lock.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700590 xfs_iunlock(quotip, XFS_ILOCK_SHARED);
Christoph Hellwigacecf1b2010-09-06 01:44:45 +0000591 return ESRCH;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593
594 /*
Christoph Hellwigacecf1b2010-09-06 01:44:45 +0000595 * Find the block map; no allocations yet
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 */
Dave Chinner5c8ed202011-09-18 20:40:45 +0000597 error = xfs_bmapi_read(quotip, dqp->q_fileoffset,
598 XFS_DQUOT_CLUSTER_SIZE_FSB, &map, &nmaps, 0);
Christoph Hellwigacecf1b2010-09-06 01:44:45 +0000599
600 xfs_iunlock(quotip, XFS_ILOCK_SHARED);
601 if (error)
602 return error;
603
604 ASSERT(nmaps == 1);
605 ASSERT(map.br_blockcount == 1);
606
607 /*
608 * Offset of dquot in the (fixed sized) dquot chunk.
609 */
610 dqp->q_bufoffset = (id % mp->m_quotainfo->qi_dqperchunk) *
611 sizeof(xfs_dqblk_t);
612
613 ASSERT(map.br_startblock != DELAYSTARTBLOCK);
614 if (map.br_startblock == HOLESTARTBLOCK) {
615 /*
616 * We don't allocate unless we're asked to
617 */
618 if (!(flags & XFS_QMOPT_DQALLOC))
619 return ENOENT;
620
621 ASSERT(tp);
622 error = xfs_qm_dqalloc(tpp, mp, dqp, quotip,
623 dqp->q_fileoffset, &bp);
624 if (error)
625 return error;
626 tp = *tpp;
627 } else {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000628 trace_xfs_dqtobp_read(dqp);
629
Christoph Hellwigacecf1b2010-09-06 01:44:45 +0000630 /*
631 * store the blkno etc so that we don't have to do the
632 * mapping all the time
633 */
634 dqp->q_blkno = XFS_FSB_TO_DADDR(mp, map.br_startblock);
635
Christoph Hellwig8a7b8a82010-04-20 17:01:30 +1000636 error = xfs_trans_read_buf(mp, tp, mp->m_ddev_targp,
637 dqp->q_blkno,
638 mp->m_quotainfo->qi_dqchunklen,
Dave Chinner1813dd62012-11-14 17:54:40 +1100639 0, &bp, &xfs_dquot_buf_ops);
Dave Chinnerc6319192012-11-14 17:50:13 +1100640
641 if (error == EFSCORRUPTED && (flags & XFS_QMOPT_DQREPAIR)) {
642 xfs_dqid_t firstid = (xfs_dqid_t)map.br_startoff *
643 mp->m_quotainfo->qi_dqperchunk;
644 ASSERT(bp == NULL);
645 error = xfs_qm_dqrepair(mp, tp, dqp, firstid, &bp);
646 }
647
648 if (error) {
649 ASSERT(bp == NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 return XFS_ERROR(error);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 }
653
Dave Chinnerc6319192012-11-14 17:50:13 +1100654 ASSERT(xfs_buf_islocked(bp));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655 *O_bpp = bp;
Dave Chinnerc6319192012-11-14 17:50:13 +1100656 *O_ddpp = bp->b_addr + dqp->q_bufoffset;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657
658 return (0);
659}
660
661
662/*
663 * Read in the ondisk dquot using dqtobp() then copy it to an incore version,
664 * and release the buffer immediately.
665 *
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000666 * If XFS_QMOPT_DQALLOC is set, allocate a dquot on disk if it needed.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667 */
Christoph Hellwig7ae44402011-12-06 21:58:25 +0000668int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669xfs_qm_dqread(
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000670 struct xfs_mount *mp,
671 xfs_dqid_t id,
672 uint type,
673 uint flags,
674 struct xfs_dquot **O_dqpp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675{
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000676 struct xfs_dquot *dqp;
677 struct xfs_disk_dquot *ddqp;
678 struct xfs_buf *bp;
679 struct xfs_trans *tp = NULL;
680 int error;
681 int cancelflags = 0;
Tim Shimminefa092f2005-09-05 08:29:01 +1000682
Christoph Hellwig92b2e5b2012-02-01 13:57:20 +0000683
Christoph Hellwiga05931c2012-03-13 08:52:37 +0000684 dqp = kmem_zone_zalloc(xfs_qm_dqzone, KM_SLEEP);
Christoph Hellwig92b2e5b2012-02-01 13:57:20 +0000685
686 dqp->dq_flags = type;
687 dqp->q_core.d_id = cpu_to_be32(id);
688 dqp->q_mount = mp;
Christoph Hellwigf8739c32012-03-13 08:52:34 +0000689 INIT_LIST_HEAD(&dqp->q_lru);
Christoph Hellwig92b2e5b2012-02-01 13:57:20 +0000690 mutex_init(&dqp->q_qlock);
691 init_waitqueue_head(&dqp->q_pinwait);
692
693 /*
694 * Because we want to use a counting completion, complete
695 * the flush completion once to allow a single access to
696 * the flush completion without blocking.
697 */
698 init_completion(&dqp->q_flush);
699 complete(&dqp->q_flush);
700
701 /*
702 * Make sure group quotas have a different lock class than user
703 * quotas.
704 */
705 if (!(type & XFS_DQ_USER))
706 lockdep_set_class(&dqp->q_qlock, &xfs_dquot_other_class);
707
Christoph Hellwig48776fd2012-03-13 08:52:33 +0000708 XFS_STATS_INC(xs_qm_dquot);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000710 trace_xfs_dqread(dqp);
711
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000712 if (flags & XFS_QMOPT_DQALLOC) {
713 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_DQALLOC);
714 error = xfs_trans_reserve(tp, XFS_QM_DQALLOC_SPACE_RES(mp),
Jeff Liu48001042013-01-28 21:27:04 +0800715 XFS_QM_DQALLOC_LOG_RES(mp), 0,
716 XFS_TRANS_PERM_LOG_RES,
717 XFS_WRITE_LOG_COUNT);
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000718 if (error)
719 goto error1;
720 cancelflags = XFS_TRANS_RELEASE_LOG_RES;
721 }
722
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 /*
724 * get a pointer to the on-disk dquot and the buffer containing it
725 * dqp already knows its own type (GROUP/USER).
726 */
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000727 error = xfs_qm_dqtobp(&tp, dqp, &ddqp, &bp, flags);
728 if (error) {
729 /*
730 * This can happen if quotas got turned off (ESRCH),
731 * or if the dquot didn't exist on disk and we ask to
732 * allocate (ENOENT).
733 */
734 trace_xfs_dqread_fail(dqp);
735 cancelflags |= XFS_TRANS_ABORT;
736 goto error1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 }
738
739 /* copy everything from disk dquot to the incore dquot */
740 memcpy(&dqp->q_core, ddqp, sizeof(xfs_disk_dquot_t));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741 xfs_qm_dquot_logitem_init(dqp);
742
743 /*
744 * Reservation counters are defined as reservation plus current usage
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300745 * to avoid having to add every time.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746 */
Christoph Hellwig1149d962005-11-02 15:01:12 +1100747 dqp->q_res_bcount = be64_to_cpu(ddqp->d_bcount);
748 dqp->q_res_icount = be64_to_cpu(ddqp->d_icount);
749 dqp->q_res_rtbcount = be64_to_cpu(ddqp->d_rtbcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750
Brian Fosterb1366452013-03-18 10:51:46 -0400751 /* initialize the dquot speculative prealloc thresholds */
752 xfs_dquot_set_prealloc_limits(dqp);
753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 /* Mark the buf so that this will stay incore a little longer */
Christoph Hellwig38f23232011-10-10 16:52:45 +0000755 xfs_buf_set_ref(bp, XFS_DQUOT_REF);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756
757 /*
758 * We got the buffer with a xfs_trans_read_buf() (in dqtobp())
759 * So we need to release with xfs_trans_brelse().
760 * The strategy here is identical to that of inodes; we lock
761 * the dquot in xfs_qm_dqget() before making it accessible to
762 * others. This is because dquots, like inodes, need a good level of
763 * concurrency, and we don't want to take locks on the entire buffers
764 * for dquot accesses.
765 * Note also that the dquot buffer may even be dirty at this point, if
766 * this particular dquot was repaired. We still aren't afraid to
767 * brelse it because we have the changes incore.
768 */
Christoph Hellwig0c842ad2011-07-08 14:36:19 +0200769 ASSERT(xfs_buf_islocked(bp));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 xfs_trans_brelse(tp, bp);
771
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772 if (tp) {
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000773 error = xfs_trans_commit(tp, XFS_TRANS_RELEASE_LOG_RES);
774 if (error)
775 goto error0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700776 }
777
778 *O_dqpp = dqp;
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000779 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700780
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000781error1:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782 if (tp)
783 xfs_trans_cancel(tp, cancelflags);
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000784error0:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785 xfs_qm_dqdestroy(dqp);
786 *O_dqpp = NULL;
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000787 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788}
789
790/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791 * Given the file system, inode OR id, and type (UDQUOT/GDQUOT), return a
792 * a locked dquot, doing an allocation (if requested) as needed.
793 * When both an inode and an id are given, the inode's id takes precedence.
794 * That is, if the id changes while we don't hold the ilock inside this
795 * function, the new dquot is returned, not necessarily the one requested
796 * in the id argument.
797 */
798int
799xfs_qm_dqget(
800 xfs_mount_t *mp,
801 xfs_inode_t *ip, /* locked inode (optional) */
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000802 xfs_dqid_t id, /* uid/projid/gid depending on type */
803 uint type, /* XFS_DQ_USER/XFS_DQ_PROJ/XFS_DQ_GROUP */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 uint flags, /* DQALLOC, DQSUSER, DQREPAIR, DOWARN */
805 xfs_dquot_t **O_dqpp) /* OUT : locked incore dquot */
806{
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000807 struct xfs_quotainfo *qi = mp->m_quotainfo;
Chandra Seetharaman329e0872013-06-27 17:25:05 -0500808 struct radix_tree_root *tree = xfs_dquot_tree(qi, type);
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000809 struct xfs_dquot *dqp;
810 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811
812 ASSERT(XFS_IS_QUOTA_RUNNING(mp));
813 if ((! XFS_IS_UQUOTA_ON(mp) && type == XFS_DQ_USER) ||
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000814 (! XFS_IS_PQUOTA_ON(mp) && type == XFS_DQ_PROJ) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815 (! XFS_IS_GQUOTA_ON(mp) && type == XFS_DQ_GROUP)) {
816 return (ESRCH);
817 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818
819#ifdef DEBUG
820 if (xfs_do_dqerror) {
821 if ((xfs_dqerror_target == mp->m_ddev_targp) &&
822 (xfs_dqreq_num++ % xfs_dqerror_mod) == 0) {
Dave Chinner0b932cc2011-03-07 10:08:35 +1100823 xfs_debug(mp, "Returning error in dqget");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824 return (EIO);
825 }
826 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
Nathan Scottc8ad20f2005-06-21 15:38:48 +1000828 ASSERT(type == XFS_DQ_USER ||
829 type == XFS_DQ_PROJ ||
830 type == XFS_DQ_GROUP);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831 if (ip) {
Christoph Hellwig579aa9c2008-04-22 17:34:00 +1000832 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
Chandra Seetharaman36731412012-01-23 17:31:30 +0000833 ASSERT(xfs_inode_dquot(ip, type) == NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834 }
835#endif
Christoph Hellwig92678552011-12-06 21:58:18 +0000836
837restart:
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000838 mutex_lock(&qi->qi_tree_lock);
839 dqp = radix_tree_lookup(tree, id);
840 if (dqp) {
841 xfs_dqlock(dqp);
842 if (dqp->dq_flags & XFS_DQ_FREEING) {
843 xfs_dqunlock(dqp);
844 mutex_unlock(&qi->qi_tree_lock);
845 trace_xfs_dqget_freeing(dqp);
846 delay(1);
847 goto restart;
848 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000850 dqp->q_nrefs++;
851 mutex_unlock(&qi->qi_tree_lock);
852
853 trace_xfs_dqget_hit(dqp);
Christoph Hellwig48776fd2012-03-13 08:52:33 +0000854 XFS_STATS_INC(xs_qm_dqcachehits);
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000855 *O_dqpp = dqp;
856 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 }
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000858 mutex_unlock(&qi->qi_tree_lock);
859 XFS_STATS_INC(xs_qm_dqcachemisses);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700860
861 /*
862 * Dquot cache miss. We don't want to keep the inode lock across
863 * a (potential) disk read. Also we don't want to deal with the lock
864 * ordering between quotainode and this inode. OTOH, dropping the inode
865 * lock here means dealing with a chown that can happen before
866 * we re-acquire the lock.
867 */
868 if (ip)
869 xfs_iunlock(ip, XFS_ILOCK_EXCL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870
Christoph Hellwig97e7ade2011-12-06 21:58:24 +0000871 error = xfs_qm_dqread(mp, id, type, flags, &dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872
Christoph Hellwig7ae44402011-12-06 21:58:25 +0000873 if (ip)
874 xfs_ilock(ip, XFS_ILOCK_EXCL);
875
876 if (error)
877 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700878
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 if (ip) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 /*
881 * A dquot could be attached to this inode by now, since
882 * we had dropped the ilock.
883 */
Chandra Seetharaman36731412012-01-23 17:31:30 +0000884 if (xfs_this_quota_on(mp, type)) {
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000885 struct xfs_dquot *dqp1;
886
Chandra Seetharaman36731412012-01-23 17:31:30 +0000887 dqp1 = xfs_inode_dquot(ip, type);
888 if (dqp1) {
Christoph Hellwig191f8482010-04-20 17:01:53 +1000889 xfs_qm_dqdestroy(dqp);
Chandra Seetharaman36731412012-01-23 17:31:30 +0000890 dqp = dqp1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 xfs_dqlock(dqp);
892 goto dqret;
893 }
894 } else {
Chandra Seetharaman36731412012-01-23 17:31:30 +0000895 /* inode stays locked on return */
896 xfs_qm_dqdestroy(dqp);
897 return XFS_ERROR(ESRCH);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 }
899 }
900
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000901 mutex_lock(&qi->qi_tree_lock);
902 error = -radix_tree_insert(tree, id, dqp);
903 if (unlikely(error)) {
904 WARN_ON(error != EEXIST);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000906 /*
907 * Duplicate found. Just throw away the new dquot and start
908 * over.
909 */
910 mutex_unlock(&qi->qi_tree_lock);
911 trace_xfs_dqget_dup(dqp);
912 xfs_qm_dqdestroy(dqp);
913 XFS_STATS_INC(xs_qm_dquot_dups);
914 goto restart;
915 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916
917 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 * We return a locked dquot to the caller, with a reference taken
919 */
920 xfs_dqlock(dqp);
921 dqp->q_nrefs = 1;
922
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000923 qi->qi_dquots++;
Christoph Hellwig9f920f12012-03-13 08:52:35 +0000924 mutex_unlock(&qi->qi_tree_lock);
925
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926 dqret:
Christoph Hellwig579aa9c2008-04-22 17:34:00 +1000927 ASSERT((ip == NULL) || xfs_isilocked(ip, XFS_ILOCK_EXCL));
Christoph Hellwig0b1b2132009-12-14 23:14:59 +0000928 trace_xfs_dqget_miss(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 *O_dqpp = dqp;
930 return (0);
931}
932
933
Christoph Hellwigf8739c32012-03-13 08:52:34 +0000934STATIC void
935xfs_qm_dqput_final(
Christoph Hellwigbf72de32011-12-06 21:58:19 +0000936 struct xfs_dquot *dqp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937{
Christoph Hellwigf8739c32012-03-13 08:52:34 +0000938 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo;
Christoph Hellwigbf72de32011-12-06 21:58:19 +0000939 struct xfs_dquot *gdqp;
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500940 struct xfs_dquot *pdqp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941
Christoph Hellwigbf72de32011-12-06 21:58:19 +0000942 trace_xfs_dqput_free(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943
Christoph Hellwigf8739c32012-03-13 08:52:34 +0000944 mutex_lock(&qi->qi_lru_lock);
945 if (list_empty(&dqp->q_lru)) {
946 list_add_tail(&dqp->q_lru, &qi->qi_lru_list);
947 qi->qi_lru_count++;
Christoph Hellwig48776fd2012-03-13 08:52:33 +0000948 XFS_STATS_INC(xs_qm_dquot_unused);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 }
Christoph Hellwigf8739c32012-03-13 08:52:34 +0000950 mutex_unlock(&qi->qi_lru_lock);
Christoph Hellwigbf72de32011-12-06 21:58:19 +0000951
952 /*
953 * If we just added a udquot to the freelist, then we want to release
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500954 * the gdquot/pdquot reference that it (probably) has. Otherwise it'll
955 * keep the gdquot/pdquot from getting reclaimed.
Christoph Hellwigbf72de32011-12-06 21:58:19 +0000956 */
957 gdqp = dqp->q_gdquot;
958 if (gdqp) {
959 xfs_dqlock(gdqp);
960 dqp->q_gdquot = NULL;
961 }
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500962
963 pdqp = dqp->q_pdquot;
964 if (pdqp) {
965 xfs_dqlock(pdqp);
966 dqp->q_pdquot = NULL;
967 }
Christoph Hellwigbf72de32011-12-06 21:58:19 +0000968 xfs_dqunlock(dqp);
969
970 /*
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500971 * If we had a group/project quota hint, release it now.
Christoph Hellwigbf72de32011-12-06 21:58:19 +0000972 */
Christoph Hellwigf8739c32012-03-13 08:52:34 +0000973 if (gdqp)
974 xfs_qm_dqput(gdqp);
Chandra Seetharaman92f8ff72013-07-11 00:00:40 -0500975 if (pdqp)
976 xfs_qm_dqput(pdqp);
Christoph Hellwigf8739c32012-03-13 08:52:34 +0000977}
978
979/*
980 * Release a reference to the dquot (decrement ref-count) and unlock it.
981 *
982 * If there is a group quota attached to this dquot, carefully release that
983 * too without tripping over deadlocks'n'stuff.
984 */
985void
986xfs_qm_dqput(
987 struct xfs_dquot *dqp)
988{
989 ASSERT(dqp->q_nrefs > 0);
990 ASSERT(XFS_DQ_IS_LOCKED(dqp));
991
992 trace_xfs_dqput(dqp);
993
994 if (--dqp->q_nrefs > 0)
995 xfs_dqunlock(dqp);
996 else
997 xfs_qm_dqput_final(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998}
999
1000/*
1001 * Release a dquot. Flush it if dirty, then dqput() it.
1002 * dquot must not be locked.
1003 */
1004void
1005xfs_qm_dqrele(
1006 xfs_dquot_t *dqp)
1007{
Christoph Hellwig7d095252009-06-08 15:33:32 +02001008 if (!dqp)
1009 return;
1010
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001011 trace_xfs_dqrele(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012
1013 xfs_dqlock(dqp);
1014 /*
1015 * We don't care to flush it if the dquot is dirty here.
1016 * That will create stutters that we want to avoid.
1017 * Instead we do a delayed write when we try to reclaim
1018 * a dirty dquot. Also xfs_sync will take part of the burden...
1019 */
1020 xfs_qm_dqput(dqp);
1021}
1022
Christoph Hellwigca30b2a2010-06-23 18:11:15 +10001023/*
1024 * This is the dquot flushing I/O completion routine. It is called
1025 * from interrupt level when the buffer containing the dquot is
1026 * flushed to disk. It is responsible for removing the dquot logitem
1027 * from the AIL if it has not been re-logged, and unlocking the dquot's
1028 * flush lock. This behavior is very similar to that of inodes..
1029 */
1030STATIC void
1031xfs_qm_dqflush_done(
1032 struct xfs_buf *bp,
1033 struct xfs_log_item *lip)
1034{
1035 xfs_dq_logitem_t *qip = (struct xfs_dq_logitem *)lip;
1036 xfs_dquot_t *dqp = qip->qli_dquot;
1037 struct xfs_ail *ailp = lip->li_ailp;
1038
1039 /*
1040 * We only want to pull the item from the AIL if its
1041 * location in the log has not changed since we started the flush.
1042 * Thus, we only bother if the dquot's lsn has
1043 * not changed. First we check the lsn outside the lock
1044 * since it's cheaper, and then we recheck while
1045 * holding the lock before removing the dquot from the AIL.
1046 */
1047 if ((lip->li_flags & XFS_LI_IN_AIL) &&
1048 lip->li_lsn == qip->qli_flush_lsn) {
1049
1050 /* xfs_trans_ail_delete() drops the AIL lock. */
1051 spin_lock(&ailp->xa_lock);
1052 if (lip->li_lsn == qip->qli_flush_lsn)
Dave Chinner04913fd2012-04-23 15:58:41 +10001053 xfs_trans_ail_delete(ailp, lip, SHUTDOWN_CORRUPT_INCORE);
Christoph Hellwigca30b2a2010-06-23 18:11:15 +10001054 else
1055 spin_unlock(&ailp->xa_lock);
1056 }
1057
1058 /*
1059 * Release the dq's flush lock since we're done with it.
1060 */
1061 xfs_dqfunlock(dqp);
1062}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063
1064/*
1065 * Write a modified dquot to disk.
1066 * The dquot must be locked and the flush lock too taken by caller.
1067 * The flush lock will not be unlocked until the dquot reaches the disk,
1068 * but the dquot is free to be unlocked and modified by the caller
1069 * in the interim. Dquot is still locked on return. This behavior is
1070 * identical to that of inodes.
1071 */
1072int
1073xfs_qm_dqflush(
Christoph Hellwigfe7257f2012-04-23 15:58:37 +10001074 struct xfs_dquot *dqp,
1075 struct xfs_buf **bpp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076{
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001077 struct xfs_mount *mp = dqp->q_mount;
1078 struct xfs_buf *bp;
1079 struct xfs_disk_dquot *ddqp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081
1082 ASSERT(XFS_DQ_IS_LOCKED(dqp));
David Chinnere1f49cf2008-08-13 16:41:43 +10001083 ASSERT(!completion_done(&dqp->q_flush));
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001084
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001085 trace_xfs_dqflush(dqp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086
Christoph Hellwigfe7257f2012-04-23 15:58:37 +10001087 *bpp = NULL;
1088
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 xfs_qm_dqunpin_wait(dqp);
1090
1091 /*
1092 * This may have been unpinned because the filesystem is shutting
1093 * down forcibly. If that's the case we must not write this dquot
Christoph Hellwigdea96092012-04-23 15:58:31 +10001094 * to disk, because the log record didn't make it to disk.
1095 *
1096 * We also have to remove the log item from the AIL in this case,
1097 * as we wait for an emptry AIL as part of the unmount process.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 */
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001099 if (XFS_FORCED_SHUTDOWN(mp)) {
Christoph Hellwigdea96092012-04-23 15:58:31 +10001100 struct xfs_log_item *lip = &dqp->q_logitem.qli_item;
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001101 dqp->dq_flags &= ~XFS_DQ_DIRTY;
Christoph Hellwigdea96092012-04-23 15:58:31 +10001102
1103 spin_lock(&mp->m_ail->xa_lock);
1104 if (lip->li_flags & XFS_LI_IN_AIL)
Dave Chinner04913fd2012-04-23 15:58:41 +10001105 xfs_trans_ail_delete(mp->m_ail, lip,
1106 SHUTDOWN_CORRUPT_INCORE);
Christoph Hellwigdea96092012-04-23 15:58:31 +10001107 else
1108 spin_unlock(&mp->m_ail->xa_lock);
Christoph Hellwigfe7257f2012-04-23 15:58:37 +10001109 error = XFS_ERROR(EIO);
1110 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111 }
1112
1113 /*
1114 * Get the buffer containing the on-disk dquot
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 */
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001116 error = xfs_trans_read_buf(mp, NULL, mp->m_ddev_targp, dqp->q_blkno,
Dave Chinnerc3f8fc72012-11-12 22:54:01 +11001117 mp->m_quotainfo->qi_dqchunklen, 0, &bp, NULL);
Christoph Hellwigfe7257f2012-04-23 15:58:37 +10001118 if (error)
1119 goto out_unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001121 /*
1122 * Calculate the location of the dquot inside the buffer.
1123 */
Chandra Seetharaman62926042011-07-22 23:40:15 +00001124 ddqp = bp->b_addr + dqp->q_bufoffset;
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001125
1126 /*
1127 * A simple sanity check in case we got a corrupted dquot..
1128 */
Dave Chinnera0fa2b62011-03-07 10:01:35 +11001129 error = xfs_qm_dqcheck(mp, &dqp->q_core, be32_to_cpu(ddqp->d_id), 0,
1130 XFS_QMOPT_DOWARN, "dqflush (incore copy)");
1131 if (error) {
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001132 xfs_buf_relse(bp);
1133 xfs_dqfunlock(dqp);
1134 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135 return XFS_ERROR(EIO);
1136 }
1137
1138 /* This is the only portion of data that needs to persist */
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001139 memcpy(ddqp, &dqp->q_core, sizeof(xfs_disk_dquot_t));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140
1141 /*
1142 * Clear the dirty field and remember the flush lsn for later use.
1143 */
Christoph Hellwigacecf1b2010-09-06 01:44:45 +00001144 dqp->dq_flags &= ~XFS_DQ_DIRTY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145
David Chinner7b2e2a32008-10-30 17:39:12 +11001146 xfs_trans_ail_copy_lsn(mp->m_ail, &dqp->q_logitem.qli_flush_lsn,
1147 &dqp->q_logitem.qli_item.li_lsn);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148
1149 /*
Christoph Hellwig3fe58f32013-04-03 16:11:16 +11001150 * copy the lsn into the on-disk dquot now while we have the in memory
1151 * dquot here. This can't be done later in the write verifier as we
1152 * can't get access to the log item at that point in time.
Dave Chinner6fcdc592013-06-03 15:28:46 +10001153 *
1154 * We also calculate the CRC here so that the on-disk dquot in the
1155 * buffer always has a valid CRC. This ensures there is no possibility
1156 * of a dquot without an up-to-date CRC getting to disk.
Christoph Hellwig3fe58f32013-04-03 16:11:16 +11001157 */
1158 if (xfs_sb_version_hascrc(&mp->m_sb)) {
1159 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddqp;
1160
1161 dqb->dd_lsn = cpu_to_be64(dqp->q_logitem.qli_item.li_lsn);
Dave Chinner6fcdc592013-06-03 15:28:46 +10001162 xfs_update_cksum((char *)dqb, sizeof(struct xfs_dqblk),
1163 XFS_DQUOT_CRC_OFF);
Christoph Hellwig3fe58f32013-04-03 16:11:16 +11001164 }
1165
1166 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167 * Attach an iodone routine so that we can remove this dquot from the
1168 * AIL and release the flush lock once the dquot is synced to disk.
1169 */
Christoph Hellwigca30b2a2010-06-23 18:11:15 +10001170 xfs_buf_attach_iodone(bp, xfs_qm_dqflush_done,
1171 &dqp->q_logitem.qli_item);
1172
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 /*
1174 * If the buffer is pinned then push on the log so we won't
1175 * get stuck waiting in the write for too long.
1176 */
Chandra Seetharaman811e64c2011-07-22 23:40:27 +00001177 if (xfs_buf_ispinned(bp)) {
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001178 trace_xfs_dqflush_force(dqp);
Christoph Hellwiga14a3482010-01-19 09:56:46 +00001179 xfs_log_force(mp, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180 }
1181
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001182 trace_xfs_dqflush_done(dqp);
Christoph Hellwigfe7257f2012-04-23 15:58:37 +10001183 *bpp = bp;
1184 return 0;
Christoph Hellwig0b1b2132009-12-14 23:14:59 +00001185
Christoph Hellwigfe7257f2012-04-23 15:58:37 +10001186out_unlock:
1187 xfs_dqfunlock(dqp);
1188 return XFS_ERROR(EIO);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189}
1190
Christoph Hellwig5bb87a32009-01-19 02:03:19 +01001191/*
1192 * Lock two xfs_dquot structures.
1193 *
1194 * To avoid deadlocks we always lock the quota structure with
1195 * the lowerd id first.
1196 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197void
1198xfs_dqlock2(
1199 xfs_dquot_t *d1,
1200 xfs_dquot_t *d2)
1201{
1202 if (d1 && d2) {
1203 ASSERT(d1 != d2);
Christoph Hellwig1149d962005-11-02 15:01:12 +11001204 if (be32_to_cpu(d1->q_core.d_id) >
1205 be32_to_cpu(d2->q_core.d_id)) {
Christoph Hellwig5bb87a32009-01-19 02:03:19 +01001206 mutex_lock(&d2->q_qlock);
1207 mutex_lock_nested(&d1->q_qlock, XFS_QLOCK_NESTED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 } else {
Christoph Hellwig5bb87a32009-01-19 02:03:19 +01001209 mutex_lock(&d1->q_qlock);
1210 mutex_lock_nested(&d2->q_qlock, XFS_QLOCK_NESTED);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 }
Christoph Hellwig5bb87a32009-01-19 02:03:19 +01001212 } else if (d1) {
1213 mutex_lock(&d1->q_qlock);
1214 } else if (d2) {
1215 mutex_lock(&d2->q_qlock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 }
1217}
1218
Christoph Hellwiga05931c2012-03-13 08:52:37 +00001219int __init
1220xfs_qm_init(void)
1221{
1222 xfs_qm_dqzone =
1223 kmem_zone_init(sizeof(struct xfs_dquot), "xfs_dquot");
1224 if (!xfs_qm_dqzone)
1225 goto out;
1226
1227 xfs_qm_dqtrxzone =
1228 kmem_zone_init(sizeof(struct xfs_dquot_acct), "xfs_dqtrx");
1229 if (!xfs_qm_dqtrxzone)
1230 goto out_free_dqzone;
1231
1232 return 0;
1233
1234out_free_dqzone:
1235 kmem_zone_destroy(xfs_qm_dqzone);
1236out:
1237 return -ENOMEM;
1238}
1239
Gerard Snitselaar1c2ccc62012-03-16 18:36:18 +00001240void
Christoph Hellwiga05931c2012-03-13 08:52:37 +00001241xfs_qm_exit(void)
1242{
1243 kmem_zone_destroy(xfs_qm_dqtrxzone);
1244 kmem_zone_destroy(xfs_qm_dqzone);
1245}