diff options
Diffstat (limited to 'fs/udf/udfdecl.h')
-rw-r--r-- | fs/udf/udfdecl.h | 106 |
1 files changed, 65 insertions, 41 deletions
diff --git a/fs/udf/udfdecl.h b/fs/udf/udfdecl.h index f581f2f69c0f..76f2b82a39dc 100644 --- a/fs/udf/udfdecl.h +++ b/fs/udf/udfdecl.h | |||
@@ -50,30 +50,26 @@ extern const struct address_space_operations udf_aops; | |||
50 | extern const struct address_space_operations udf_adinicb_aops; | 50 | extern const struct address_space_operations udf_adinicb_aops; |
51 | extern const struct address_space_operations udf_symlink_aops; | 51 | extern const struct address_space_operations udf_symlink_aops; |
52 | 52 | ||
53 | struct udf_fileident_bh | 53 | struct udf_fileident_bh { |
54 | { | ||
55 | struct buffer_head *sbh; | 54 | struct buffer_head *sbh; |
56 | struct buffer_head *ebh; | 55 | struct buffer_head *ebh; |
57 | int soffset; | 56 | int soffset; |
58 | int eoffset; | 57 | int eoffset; |
59 | }; | 58 | }; |
60 | 59 | ||
61 | struct udf_vds_record | 60 | struct udf_vds_record { |
62 | { | ||
63 | uint32_t block; | 61 | uint32_t block; |
64 | uint32_t volDescSeqNum; | 62 | uint32_t volDescSeqNum; |
65 | }; | 63 | }; |
66 | 64 | ||
67 | struct generic_desc | 65 | struct generic_desc { |
68 | { | 66 | tag descTag; |
69 | tag descTag; | 67 | __le32 volDescSeqNum; |
70 | __le32 volDescSeqNum; | ||
71 | }; | 68 | }; |
72 | 69 | ||
73 | struct ustr | 70 | struct ustr { |
74 | { | ||
75 | uint8_t u_cmpID; | 71 | uint8_t u_cmpID; |
76 | uint8_t u_name[UDF_NAME_LEN-2]; | 72 | uint8_t u_name[UDF_NAME_LEN - 2]; |
77 | uint8_t u_len; | 73 | uint8_t u_len; |
78 | }; | 74 | }; |
79 | 75 | ||
@@ -83,44 +79,58 @@ struct extent_position { | |||
83 | kernel_lb_addr block; | 79 | kernel_lb_addr block; |
84 | }; | 80 | }; |
85 | 81 | ||
86 | |||
87 | /* super.c */ | 82 | /* super.c */ |
88 | extern void udf_error(struct super_block *, const char *, const char *, ...); | 83 | extern void udf_error(struct super_block *, const char *, const char *, ...); |
89 | extern void udf_warning(struct super_block *, const char *, const char *, ...); | 84 | extern void udf_warning(struct super_block *, const char *, const char *, ...); |
90 | 85 | ||
91 | /* namei.c */ | 86 | /* namei.c */ |
92 | extern int udf_write_fi(struct inode *inode, struct fileIdentDesc *, struct fileIdentDesc *, struct udf_fileident_bh *, uint8_t *, uint8_t *); | 87 | extern int udf_write_fi(struct inode *inode, struct fileIdentDesc *, |
88 | struct fileIdentDesc *, struct udf_fileident_bh *, | ||
89 | uint8_t *, uint8_t *); | ||
93 | 90 | ||
94 | /* file.c */ | 91 | /* file.c */ |
95 | extern int udf_ioctl(struct inode *, struct file *, unsigned int, unsigned long); | 92 | extern int udf_ioctl(struct inode *, struct file *, unsigned int, |
93 | unsigned long); | ||
96 | 94 | ||
97 | /* inode.c */ | 95 | /* inode.c */ |
98 | extern struct inode *udf_iget(struct super_block *, kernel_lb_addr); | 96 | extern struct inode *udf_iget(struct super_block *, kernel_lb_addr); |
99 | extern int udf_sync_inode(struct inode *); | 97 | extern int udf_sync_inode(struct inode *); |
100 | extern void udf_expand_file_adinicb(struct inode *, int, int *); | 98 | extern void udf_expand_file_adinicb(struct inode *, int, int *); |
101 | extern struct buffer_head * udf_expand_dir_adinicb(struct inode *, int *, int *); | 99 | extern struct buffer_head *udf_expand_dir_adinicb(struct inode *, int *, int *); |
102 | extern struct buffer_head * udf_bread(struct inode *, int, int, int *); | 100 | extern struct buffer_head *udf_bread(struct inode *, int, int, int *); |
103 | extern void udf_truncate(struct inode *); | 101 | extern void udf_truncate(struct inode *); |
104 | extern void udf_read_inode(struct inode *); | 102 | extern void udf_read_inode(struct inode *); |
105 | extern void udf_delete_inode(struct inode *); | 103 | extern void udf_delete_inode(struct inode *); |
106 | extern void udf_clear_inode(struct inode *); | 104 | extern void udf_clear_inode(struct inode *); |
107 | extern int udf_write_inode(struct inode *, int); | 105 | extern int udf_write_inode(struct inode *, int); |
108 | extern long udf_block_map(struct inode *, sector_t); | 106 | extern long udf_block_map(struct inode *, sector_t); |
109 | extern int udf_extend_file(struct inode *, struct extent_position *, kernel_long_ad *, sector_t); | 107 | extern int udf_extend_file(struct inode *, struct extent_position *, |
110 | extern int8_t inode_bmap(struct inode *, sector_t, struct extent_position *, kernel_lb_addr *, uint32_t *, sector_t *); | 108 | kernel_long_ad *, sector_t); |
111 | extern int8_t udf_add_aext(struct inode *, struct extent_position *, kernel_lb_addr, uint32_t, int); | 109 | extern int8_t inode_bmap(struct inode *, sector_t, struct extent_position *, |
112 | extern int8_t udf_write_aext(struct inode *, struct extent_position *, kernel_lb_addr, uint32_t, int); | 110 | kernel_lb_addr *, uint32_t *, sector_t *); |
113 | extern int8_t udf_delete_aext(struct inode *, struct extent_position, kernel_lb_addr, uint32_t); | 111 | extern int8_t udf_add_aext(struct inode *, struct extent_position *, |
114 | extern int8_t udf_next_aext(struct inode *, struct extent_position *, kernel_lb_addr *, uint32_t *, int); | 112 | kernel_lb_addr, uint32_t, int); |
115 | extern int8_t udf_current_aext(struct inode *, struct extent_position *, kernel_lb_addr *, uint32_t *, int); | 113 | extern int8_t udf_write_aext(struct inode *, struct extent_position *, |
114 | kernel_lb_addr, uint32_t, int); | ||
115 | extern int8_t udf_delete_aext(struct inode *, struct extent_position, | ||
116 | kernel_lb_addr, uint32_t); | ||
117 | extern int8_t udf_next_aext(struct inode *, struct extent_position *, | ||
118 | kernel_lb_addr *, uint32_t *, int); | ||
119 | extern int8_t udf_current_aext(struct inode *, struct extent_position *, | ||
120 | kernel_lb_addr *, uint32_t *, int); | ||
116 | 121 | ||
117 | /* misc.c */ | 122 | /* misc.c */ |
118 | extern struct buffer_head *udf_tgetblk(struct super_block *, int); | 123 | extern struct buffer_head *udf_tgetblk(struct super_block *, int); |
119 | extern struct buffer_head *udf_tread(struct super_block *, int); | 124 | extern struct buffer_head *udf_tread(struct super_block *, int); |
120 | extern struct genericFormat *udf_add_extendedattr(struct inode *, uint32_t, uint32_t, uint8_t); | 125 | extern struct genericFormat *udf_add_extendedattr(struct inode *, uint32_t, |
121 | extern struct genericFormat *udf_get_extendedattr(struct inode *, uint32_t, uint8_t); | 126 | uint32_t, uint8_t); |
122 | extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t, uint32_t, uint16_t *); | 127 | extern struct genericFormat *udf_get_extendedattr(struct inode *, uint32_t, |
123 | extern struct buffer_head *udf_read_ptagged(struct super_block *, kernel_lb_addr, uint32_t, uint16_t *); | 128 | uint8_t); |
129 | extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t, | ||
130 | uint32_t, uint16_t *); | ||
131 | extern struct buffer_head *udf_read_ptagged(struct super_block *, | ||
132 | kernel_lb_addr, uint32_t, | ||
133 | uint16_t *); | ||
124 | extern void udf_update_tag(char *, int); | 134 | extern void udf_update_tag(char *, int); |
125 | extern void udf_new_tag(char *, uint16_t, uint16_t, uint16_t, uint32_t, int); | 135 | extern void udf_new_tag(char *, uint16_t, uint16_t, uint16_t, uint32_t, int); |
126 | 136 | ||
@@ -129,21 +139,26 @@ extern unsigned int udf_get_last_session(struct super_block *); | |||
129 | extern unsigned long udf_get_last_block(struct super_block *); | 139 | extern unsigned long udf_get_last_block(struct super_block *); |
130 | 140 | ||
131 | /* partition.c */ | 141 | /* partition.c */ |
132 | extern uint32_t udf_get_pblock(struct super_block *, uint32_t, uint16_t, uint32_t); | 142 | extern uint32_t udf_get_pblock(struct super_block *, uint32_t, uint16_t, |
133 | extern uint32_t udf_get_pblock_virt15(struct super_block *, uint32_t, uint16_t, uint32_t); | 143 | uint32_t); |
134 | extern uint32_t udf_get_pblock_virt20(struct super_block *, uint32_t, uint16_t, uint32_t); | 144 | extern uint32_t udf_get_pblock_virt15(struct super_block *, uint32_t, uint16_t, |
135 | extern uint32_t udf_get_pblock_spar15(struct super_block *, uint32_t, uint16_t, uint32_t); | 145 | uint32_t); |
146 | extern uint32_t udf_get_pblock_virt20(struct super_block *, uint32_t, uint16_t, | ||
147 | uint32_t); | ||
148 | extern uint32_t udf_get_pblock_spar15(struct super_block *, uint32_t, uint16_t, | ||
149 | uint32_t); | ||
136 | extern int udf_relocate_blocks(struct super_block *, long, long *); | 150 | extern int udf_relocate_blocks(struct super_block *, long, long *); |
137 | 151 | ||
138 | /* unicode.c */ | 152 | /* unicode.c */ |
139 | extern int udf_get_filename(struct super_block *, uint8_t *, uint8_t *, int); | 153 | extern int udf_get_filename(struct super_block *, uint8_t *, uint8_t *, int); |
140 | extern int udf_put_filename(struct super_block *, const uint8_t *, uint8_t *, int); | 154 | extern int udf_put_filename(struct super_block *, const uint8_t *, uint8_t *, |
155 | int); | ||
141 | extern int udf_build_ustr(struct ustr *, dstring *, int); | 156 | extern int udf_build_ustr(struct ustr *, dstring *, int); |
142 | extern int udf_CS0toUTF8(struct ustr *, struct ustr *); | 157 | extern int udf_CS0toUTF8(struct ustr *, struct ustr *); |
143 | 158 | ||
144 | /* ialloc.c */ | 159 | /* ialloc.c */ |
145 | extern void udf_free_inode(struct inode *); | 160 | extern void udf_free_inode(struct inode *); |
146 | extern struct inode * udf_new_inode (struct inode *, int, int *); | 161 | extern struct inode *udf_new_inode(struct inode *, int, int *); |
147 | 162 | ||
148 | /* truncate.c */ | 163 | /* truncate.c */ |
149 | extern void udf_truncate_tail_extent(struct inode *); | 164 | extern void udf_truncate_tail_extent(struct inode *); |
@@ -151,18 +166,27 @@ extern void udf_discard_prealloc(struct inode *); | |||
151 | extern void udf_truncate_extents(struct inode *); | 166 | extern void udf_truncate_extents(struct inode *); |
152 | 167 | ||
153 | /* balloc.c */ | 168 | /* balloc.c */ |
154 | extern void udf_free_blocks(struct super_block *, struct inode *, kernel_lb_addr, uint32_t, uint32_t); | 169 | extern void udf_free_blocks(struct super_block *, struct inode *, |
155 | extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t, uint32_t, uint32_t); | 170 | kernel_lb_addr, uint32_t, uint32_t); |
156 | extern int udf_new_block(struct super_block *, struct inode *, uint16_t, uint32_t, int *); | 171 | extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t, |
172 | uint32_t, uint32_t); | ||
173 | extern int udf_new_block(struct super_block *, struct inode *, uint16_t, | ||
174 | uint32_t, int *); | ||
157 | 175 | ||
158 | /* fsync.c */ | 176 | /* fsync.c */ |
159 | extern int udf_fsync_file(struct file *, struct dentry *, int); | 177 | extern int udf_fsync_file(struct file *, struct dentry *, int); |
160 | 178 | ||
161 | /* directory.c */ | 179 | /* directory.c */ |
162 | extern struct fileIdentDesc * udf_fileident_read(struct inode *, loff_t *, struct udf_fileident_bh *, struct fileIdentDesc *, struct extent_position *, kernel_lb_addr *, uint32_t *, sector_t *); | 180 | extern struct fileIdentDesc *udf_fileident_read(struct inode *, loff_t *, |
163 | extern struct fileIdentDesc * udf_get_fileident(void * buffer, int bufsize, int * offset); | 181 | struct udf_fileident_bh *, |
164 | extern long_ad * udf_get_filelongad(uint8_t *, int, int *, int); | 182 | struct fileIdentDesc *, |
165 | extern short_ad * udf_get_fileshortad(uint8_t *, int, int *, int); | 183 | struct extent_position *, |
184 | kernel_lb_addr *, uint32_t *, | ||
185 | sector_t *); | ||
186 | extern struct fileIdentDesc *udf_get_fileident(void *buffer, int bufsize, | ||
187 | int *offset); | ||
188 | extern long_ad *udf_get_filelongad(uint8_t *, int, int *, int); | ||
189 | extern short_ad *udf_get_fileshortad(uint8_t *, int, int *, int); | ||
166 | 190 | ||
167 | /* crc.c */ | 191 | /* crc.c */ |
168 | extern uint16_t udf_crc(uint8_t *, uint32_t, uint16_t); | 192 | extern uint16_t udf_crc(uint8_t *, uint32_t, uint16_t); |
@@ -171,4 +195,4 @@ extern uint16_t udf_crc(uint8_t *, uint32_t, uint16_t); | |||
171 | extern time_t *udf_stamp_to_time(time_t *, long *, kernel_timestamp); | 195 | extern time_t *udf_stamp_to_time(time_t *, long *, kernel_timestamp); |
172 | extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *, struct timespec); | 196 | extern kernel_timestamp *udf_time_to_stamp(kernel_timestamp *, struct timespec); |
173 | 197 | ||
174 | #endif /* __UDF_DECL_H */ | 198 | #endif /* __UDF_DECL_H */ |