xfs_qm.c (df9b42963f2d010ae3163a894ce22cf6b27cd344) xfs_qm.c (33479e0542df066fb0b47df18780e93bfe6e0dc5)
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 *

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

35#include "xfs_error.h"
36#include "xfs_bmap.h"
37#include "xfs_attr.h"
38#include "xfs_buf_item.h"
39#include "xfs_trans_space.h"
40#include "xfs_utils.h"
41#include "xfs_qm.h"
42#include "xfs_trace.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 *

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

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

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

--- 1876 unchanged lines hidden ---