diff options
Diffstat (limited to 'fs/xfs/xfs_icreate_item.h')
-rw-r--r-- | fs/xfs/xfs_icreate_item.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/fs/xfs/xfs_icreate_item.h b/fs/xfs/xfs_icreate_item.h index 88ba8aa0bc41..59e89f87c09b 100644 --- a/fs/xfs/xfs_icreate_item.h +++ b/fs/xfs/xfs_icreate_item.h | |||
@@ -18,24 +18,6 @@ | |||
18 | #ifndef XFS_ICREATE_ITEM_H | 18 | #ifndef XFS_ICREATE_ITEM_H |
19 | #define XFS_ICREATE_ITEM_H 1 | 19 | #define XFS_ICREATE_ITEM_H 1 |
20 | 20 | ||
21 | /* | ||
22 | * on disk log item structure | ||
23 | * | ||
24 | * Log recovery assumes the first two entries are the type and size and they fit | ||
25 | * in 32 bits. Also in host order (ugh) so they have to be 32 bit aligned so | ||
26 | * decoding can be done correctly. | ||
27 | */ | ||
28 | struct xfs_icreate_log { | ||
29 | __uint16_t icl_type; /* type of log format structure */ | ||
30 | __uint16_t icl_size; /* size of log format structure */ | ||
31 | __be32 icl_ag; /* ag being allocated in */ | ||
32 | __be32 icl_agbno; /* start block of inode range */ | ||
33 | __be32 icl_count; /* number of inodes to initialise */ | ||
34 | __be32 icl_isize; /* size of inodes */ | ||
35 | __be32 icl_length; /* length of extent to initialise */ | ||
36 | __be32 icl_gen; /* inode generation number to use */ | ||
37 | }; | ||
38 | |||
39 | /* in memory log item structure */ | 21 | /* in memory log item structure */ |
40 | struct xfs_icreate_item { | 22 | struct xfs_icreate_item { |
41 | struct xfs_log_item ic_item; | 23 | struct xfs_log_item ic_item; |