|
@@ -101,6 +101,8 @@ typedef struct xfs_mount {
|
|
__uint64_t m_flags; /* global mount flags */
|
|
__uint64_t m_flags; /* global mount flags */
|
|
int m_ialloc_inos; /* inodes in inode allocation */
|
|
int m_ialloc_inos; /* inodes in inode allocation */
|
|
int m_ialloc_blks; /* blocks in inode allocation */
|
|
int m_ialloc_blks; /* blocks in inode allocation */
|
|
|
|
+ int m_ialloc_min_blks;/* min blocks in sparse inode
|
|
|
|
+ * allocation */
|
|
int m_inoalign_mask;/* mask sb_inoalignmt if used */
|
|
int m_inoalign_mask;/* mask sb_inoalignmt if used */
|
|
uint m_qflags; /* quota status flags */
|
|
uint m_qflags; /* quota status flags */
|
|
struct xfs_trans_resv m_resv; /* precomputed res values */
|
|
struct xfs_trans_resv m_resv; /* precomputed res values */
|