xfs_mount.h (035e00acb5c719bd003639b90716a7e94e023b73) | xfs_mount.h (525488520ac69a3612dbceefa573b255a83005e9) |
---|---|
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 * --- 109 unchanged lines hidden (view full) --- 118 uint m_inobt_mnr[2]; /* min inobt btree records */ 119 uint m_rmap_mxr[2]; /* max rmap btree records */ 120 uint m_rmap_mnr[2]; /* min rmap btree records */ 121 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ 122 uint m_bm_maxlevels[2]; /* XFS_BM_MAXLEVELS */ 123 uint m_in_maxlevels; /* max inobt btree levels. */ 124 uint m_rmap_maxlevels; /* max rmap btree levels */ 125 xfs_extlen_t m_ag_prealloc_blocks; /* reserved ag blocks */ | 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 * --- 109 unchanged lines hidden (view full) --- 118 uint m_inobt_mnr[2]; /* min inobt btree records */ 119 uint m_rmap_mxr[2]; /* max rmap btree records */ 120 uint m_rmap_mnr[2]; /* min rmap btree records */ 121 uint m_ag_maxlevels; /* XFS_AG_MAXLEVELS */ 122 uint m_bm_maxlevels[2]; /* XFS_BM_MAXLEVELS */ 123 uint m_in_maxlevels; /* max inobt btree levels. */ 124 uint m_rmap_maxlevels; /* max rmap btree levels */ 125 xfs_extlen_t m_ag_prealloc_blocks; /* reserved ag blocks */ |
126 uint m_alloc_set_aside; /* space we can't use */ 127 uint m_ag_max_usable; /* max space per AG */ |
|
126 struct radix_tree_root m_perag_tree; /* per-ag accounting info */ 127 spinlock_t m_perag_lock; /* lock for m_perag_tree */ 128 struct mutex m_growlock; /* growfs mutex */ 129 int m_fixedfsid[2]; /* unchanged for life of FS */ 130 uint m_dmevmask; /* DMI events for this FS */ 131 __uint64_t m_flags; /* global mount flags */ 132 int m_ialloc_inos; /* inodes in inode allocation */ 133 int m_ialloc_blks; /* blocks in inode allocation */ --- 272 unchanged lines hidden --- | 128 struct radix_tree_root m_perag_tree; /* per-ag accounting info */ 129 spinlock_t m_perag_lock; /* lock for m_perag_tree */ 130 struct mutex m_growlock; /* growfs mutex */ 131 int m_fixedfsid[2]; /* unchanged for life of FS */ 132 uint m_dmevmask; /* DMI events for this FS */ 133 __uint64_t m_flags; /* global mount flags */ 134 int m_ialloc_inos; /* inodes in inode allocation */ 135 int m_ialloc_blks; /* blocks in inode allocation */ --- 272 unchanged lines hidden --- |