xfs_qm.c (aeb8f932080d62cdc305a7ccca9d60de34908b30) xfs_qm.c (6d3ebaae7c20128bfa6965a8d5cee0d1deea8486)
1/*
2 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

--- 24 unchanged lines hidden (view full) ---

33#include "xfs_bmap.h"
34#include "xfs_bmap_btree.h"
35#include "xfs_trans.h"
36#include "xfs_trans_space.h"
37#include "xfs_qm.h"
38#include "xfs_trace.h"
39#include "xfs_icache.h"
40#include "xfs_cksum.h"
1/*
2 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
3 * All Rights Reserved.
4 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation.
8 *

--- 24 unchanged lines hidden (view full) ---

33#include "xfs_bmap.h"
34#include "xfs_bmap_btree.h"
35#include "xfs_trans.h"
36#include "xfs_trans_space.h"
37#include "xfs_qm.h"
38#include "xfs_trace.h"
39#include "xfs_icache.h"
40#include "xfs_cksum.h"
41#include "xfs_dinode.h"
42
43/*
44 * The global quota manager. There is only one of these for the entire
45 * system, _not_ one per file system. XQM keeps track of the overall
46 * quota functionality, including maintaining the freelist and hash
47 * tables of dquots.
48 */
49STATIC int xfs_qm_init_quotainos(xfs_mount_t *);

--- 1923 unchanged lines hidden ---
41
42/*
43 * The global quota manager. There is only one of these for the entire
44 * system, _not_ one per file system. XQM keeps track of the overall
45 * quota functionality, including maintaining the freelist and hash
46 * tables of dquots.
47 */
48STATIC int xfs_qm_init_quotainos(xfs_mount_t *);

--- 1923 unchanged lines hidden ---