|
|
| version 1.29, 2007/02/07 02:51:56 | version 1.30, 2007/11/05 15:04:07 |
|---|---|
| Line 21 | Line 21 |
| struct xfs_mount; | struct xfs_mount; |
| struct xfs_trans; | struct xfs_trans; |
| #define XFS_IS_REALTIME_INODE(ip) ((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME) | |
| /* Min and max rt extent sizes, specified in bytes */ | /* Min and max rt extent sizes, specified in bytes */ |
| #define XFS_MAX_RTEXTSIZE (1024 * 1024 * 1024) /* 1GB */ | #define XFS_MAX_RTEXTSIZE (1024 * 1024 * 1024) /* 1GB */ |
| #define XFS_DFL_RTEXTSIZE (64 * 1024) /* 64KB */ | #define XFS_DFL_RTEXTSIZE (64 * 1024) /* 64KB */ |