udf: replace all adds to little endians variables with le*_add_cpu
[safe/jmp/linux-2.6] / fs / udf / udfdecl.h
1 #ifndef __UDF_DECL_H
2 #define __UDF_DECL_H
3
4 #include "ecma_167.h"
5 #include "osta_udf.h"
6
7 #include <linux/fs.h>
8 #include <linux/types.h>
9 #include <linux/buffer_head.h>
10 #include <linux/udf_fs_i.h>
11
12 #include "udf_sb.h"
13 #include "udfend.h"
14
15 #define UDF_PREALLOCATE
16 #define UDF_DEFAULT_PREALLOC_BLOCKS     8
17
18 #undef UDFFS_DEBUG
19
20 #ifdef UDFFS_DEBUG
21 #define udf_debug(f, a...) \
22 do { \
23         printk(KERN_DEBUG "UDF-fs DEBUG %s:%d:%s: ", \
24                 __FILE__, __LINE__, __func__); \
25         printk(f, ##a); \
26 } while (0)
27 #else
28 #define udf_debug(f, a...) /**/
29 #endif
30
31 #define udf_info(f, a...) \
32         printk(KERN_INFO "UDF-fs INFO " f, ##a);
33
34
35 #define udf_fixed_to_variable(x) ( ( ( (x) >> 5 ) * 39 ) + ( (x) & 0x0000001F ) )
36 #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) )
37
38 #define UDF_EXTENT_LENGTH_MASK  0x3FFFFFFF
39 #define UDF_EXTENT_FLAG_MASK    0xC0000000
40
41 #define UDF_NAME_PAD            4
42 #define UDF_NAME_LEN            256
43 #define UDF_PATH_LEN            1023
44
45 #define udf_file_entry_alloc_offset(inode)\
46         (UDF_I(inode)->i_use ?\
47                 sizeof(struct unallocSpaceEntry) :\
48                 ((UDF_I(inode)->i_efe ?\
49                         sizeof(struct extendedFileEntry) :\
50                         sizeof(struct fileEntry)) + UDF_I(inode)->i_lenEAttr))
51
52 #define udf_ext0_offset(inode)\
53         (UDF_I(inode)->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB ?\
54                 udf_file_entry_alloc_offset(inode) : 0)
55
56 #define udf_get_lb_pblock(sb,loc,offset) udf_get_pblock((sb), (loc).logicalBlockNum, (loc).partitionReferenceNum, (offset))
57
58 /* computes tag checksum */
59 u8 udf_tag_checksum(const tag *t);
60
61 struct dentry;
62 struct inode;
63 struct task_struct;
64 struct buffer_head;
65 struct super_block;
66
67 extern const struct inode_operations udf_dir_inode_operations;
68 extern const struct file_operations udf_dir_operations;
69 extern const struct inode_operations udf_file_inode_operations;
70 extern const struct file_operations udf_file_operations;
71 extern const struct address_space_operations udf_aops;
72 extern const struct address_space_operations udf_adinicb_aops;
73 extern const struct address_space_operations udf_symlink_aops;
74
75 struct udf_fileident_bh {
76         struct buffer_head *sbh;
77         struct buffer_head *ebh;
78         int soffset;
79         int eoffset;
80 };
81
82 struct udf_vds_record {
83         uint32_t block;
84         uint32_t volDescSeqNum;
85 };
86
87 struct generic_desc {
88         tag             descTag;
89         __le32          volDescSeqNum;
90 };
91
92 struct ustr {
93         uint8_t u_cmpID;
94         uint8_t u_name[UDF_NAME_LEN - 2];
95         uint8_t u_len;
96 };
97
98 struct extent_position {
99         struct buffer_head *bh;
100         uint32_t offset;
101         kernel_lb_addr block;
102 };
103
104 /* super.c */
105 extern void udf_warning(struct super_block *, const char *, const char *, ...);
106
107 /* namei.c */
108 extern int udf_write_fi(struct inode *inode, struct fileIdentDesc *,
109                         struct fileIdentDesc *, struct udf_fileident_bh *,
110                         uint8_t *, uint8_t *);
111
112 /* file.c */
113 extern int udf_ioctl(struct inode *, struct file *, unsigned int,
114                      unsigned long);
115
116 /* inode.c */
117 extern struct inode *udf_iget(struct super_block *, kernel_lb_addr);
118 extern int udf_sync_inode(struct inode *);
119 extern void udf_expand_file_adinicb(struct inode *, int, int *);
120 extern struct buffer_head *udf_expand_dir_adinicb(struct inode *, int *, int *);
121 extern struct buffer_head *udf_bread(struct inode *, int, int, int *);
122 extern void udf_truncate(struct inode *);
123 extern void udf_read_inode(struct inode *);
124 extern void udf_delete_inode(struct inode *);
125 extern void udf_clear_inode(struct inode *);
126 extern int udf_write_inode(struct inode *, int);
127 extern long udf_block_map(struct inode *, sector_t);
128 extern int udf_extend_file(struct inode *, struct extent_position *,
129                            kernel_long_ad *, sector_t);
130 extern int8_t inode_bmap(struct inode *, sector_t, struct extent_position *,
131                          kernel_lb_addr *, uint32_t *, sector_t *);
132 extern int8_t udf_add_aext(struct inode *, struct extent_position *,
133                            kernel_lb_addr, uint32_t, int);
134 extern int8_t udf_write_aext(struct inode *, struct extent_position *,
135                              kernel_lb_addr, uint32_t, int);
136 extern int8_t udf_delete_aext(struct inode *, struct extent_position,
137                               kernel_lb_addr, uint32_t);
138 extern int8_t udf_next_aext(struct inode *, struct extent_position *,
139                             kernel_lb_addr *, uint32_t *, int);
140 extern int8_t udf_current_aext(struct inode *, struct extent_position *,
141                                kernel_lb_addr *, uint32_t *, int);
142
143 /* misc.c */
144 extern struct buffer_head *udf_tgetblk(struct super_block *, int);
145 extern struct buffer_head *udf_tread(struct super_block *, int);
146 extern struct genericFormat *udf_add_extendedattr(struct inode *, uint32_t,
147                                                   uint32_t, uint8_t);
148 extern struct genericFormat *udf_get_extendedattr(struct inode *, uint32_t,
149                                                   uint8_t);
150 extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t,
151                                            uint32_t, uint16_t *);
152 extern struct buffer_head *udf_read_ptagged(struct super_block *,
153                                             kernel_lb_addr, uint32_t,
154                                             uint16_t *);
155 extern void udf_update_tag(char *, int);
156 extern void udf_new_tag(char *, uint16_t, uint16_t, uint16_t, uint32_t, int);
157
158 /* lowlevel.c */
159 extern unsigned int udf_get_last_session(struct super_block *);
160 extern unsigned long udf_get_last_block(struct super_block *);
161
162 /* partition.c */
163 extern uint32_t udf_get_pblock(struct super_block *, uint32_t, uint16_t,
164                                uint32_t);
165 extern uint32_t udf_get_pblock_virt15(struct super_block *, uint32_t, uint16_t,
166                                       uint32_t);
167 extern uint32_t udf_get_pblock_virt20(struct super_block *, uint32_t, uint16_t,
168                                       uint32_t);
169 extern uint32_t udf_get_pblock_spar15(struct super_block *, uint32_t, uint16_t,
170                                       uint32_t);
171 extern int udf_relocate_blocks(struct super_block *, long, long *);
172
173 /* unicode.c */
174 extern int udf_get_filename(struct super_block *, uint8_t *, uint8_t *, int);
175 extern int udf_put_filename(struct super_block *, const uint8_t *, uint8_t *,
176                             int);
177 extern int udf_build_ustr(struct ustr *, dstring *, int);
178 extern int udf_CS0toUTF8(struct ustr *, const struct ustr *);
179
180 /* ialloc.c */
181 extern void udf_free_inode(struct inode *);
182 extern struct inode *udf_new_inode(struct inode *, int, int *);
183
184 /* truncate.c */
185 extern void udf_truncate_tail_extent(struct inode *);
186 extern void udf_discard_prealloc(struct inode *);
187 extern void udf_truncate_extents(struct inode *);
188
189 /* balloc.c */
190 extern void udf_free_blocks(struct super_block *, struct inode *,
191                             kernel_lb_addr, uint32_t, uint32_t);
192 extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t,
193                                uint32_t, uint32_t);
194 extern int udf_new_block(struct super_block *, struct inode *, uint16_t,
195                          uint32_t, int *);
196
197 /* fsync.c */
198 extern int udf_fsync_file(struct file *, struct dentry *, int);
199
200 /* directory.c */
201 extern struct fileIdentDesc *udf_fileident_read(struct inode *, loff_t *,
202                                                 struct udf_fileident_bh *,
203                                                 struct fileIdentDesc *,
204                                                 struct extent_position *,
205                                                 kernel_lb_addr *, uint32_t *,
206                                                 sector_t *);
207 extern struct fileIdentDesc *udf_get_fileident(void *buffer, int bufsize,
208                                                int *offset);
209 extern long_ad *udf_get_filelongad(uint8_t *, int, uint32_t *, int);
210 extern short_ad *udf_get_fileshortad(uint8_t *, int, uint32_t *, int);
211
212 /* crc.c */
213 extern uint16_t udf_crc(const uint8_t *, uint32_t, uint16_t);
214
215 /* udftime.c */
216 extern time_t *udf_stamp_to_time(time_t *, long *, kernel_timestamp);
217 extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *, struct timespec);
218
219 #endif                          /* __UDF_DECL_H */