udfdecl.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:8k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef __UDF_DECL_H
  2. #define __UDF_DECL_H
  3. #include <linux/udf_fs.h>
  4. #include "ecma_167.h"
  5. #include "osta_udf.h"
  6. #include <linux/fs.h>
  7. #include <linux/config.h>
  8. #include <linux/types.h>
  9. #ifndef LINUX_VERSION_CODE
  10. #include <linux/version.h>
  11. #endif
  12. #if !defined(CONFIG_UDF_FS) && !defined(CONFIG_UDF_FS_MODULE)
  13. #define CONFIG_UDF_FS_MODULE
  14. #include <linux/udf_fs_i.h>
  15. #include <linux/udf_fs_sb.h>
  16. #endif
  17. #include "udfend.h"
  18. #define udf_fixed_to_variable(x) ( ( ( (x) >> 5 ) * 39 ) + ( (x) & 0x0000001F ) )
  19. #define udf_variable_to_fixed(x) ( ( ( (x) / 39 ) << 5 ) + ( (x) % 39 ) )
  20. #define UDF_EXTENT_LENGTH_MASK 0x3FFFFFFF
  21. #define UDF_EXTENT_FLAG_MASK 0xC0000000
  22. #define UDF_NAME_PAD 4
  23. #define UDF_NAME_LEN 255
  24. #define UDF_PATH_LEN 1023
  25. #define CURRENT_UTIME (xtime.tv_usec)
  26. #define udf_file_entry_alloc_offset(inode)
  27. ((UDF_I_EXTENDED_FE(inode) ?
  28. sizeof(struct extendedFileEntry) :
  29. sizeof(struct fileEntry)) + UDF_I_LENEATTR(inode))
  30. #define udf_ext0_offset(inode)
  31. (UDF_I_ALLOCTYPE(inode) == ICBTAG_FLAG_AD_IN_ICB ?
  32. udf_file_entry_alloc_offset(inode) : 0)
  33. #define udf_get_lb_pblock(sb,loc,offset) udf_get_pblock((sb), (loc).logicalBlockNum, (loc).partitionReferenceNum, (offset))
  34. struct dentry;
  35. struct inode;
  36. struct task_struct;
  37. struct buffer_head;
  38. struct super_block;
  39. extern struct inode_operations udf_dir_inode_operations;
  40. extern struct file_operations udf_dir_operations;
  41. extern struct inode_operations udf_file_inode_operations;
  42. extern struct file_operations udf_file_operations;
  43. extern struct address_space_operations udf_aops;
  44. extern struct address_space_operations udf_adinicb_aops;
  45. extern struct address_space_operations udf_symlink_aops;
  46. struct udf_fileident_bh
  47. {
  48. struct buffer_head *sbh;
  49. struct buffer_head *ebh;
  50. int soffset;
  51. int eoffset;
  52. };
  53. struct udf_directory_record
  54. {
  55. uint32_t d_parent;
  56. uint32_t d_inode;
  57. uint32_t d_name[255];
  58. };
  59. struct udf_vds_record
  60. {
  61. uint32_t block;
  62. uint32_t volDescSeqNum;
  63. };
  64. struct generic_desc
  65. {
  66. tag descTag;
  67. uint32_t volDescSeqNum;
  68. };
  69. struct ustr
  70. {
  71. uint8_t u_cmpID;
  72. uint8_t u_name[UDF_NAME_LEN];
  73. uint8_t u_len;
  74. };
  75. /* super.c */
  76. extern void udf_error(struct super_block *, const char *, const char *, ...);
  77. extern void udf_warning(struct super_block *, const char *, const char *, ...);
  78. /* namei.c */
  79. extern int udf_write_fi(struct inode *inode, struct fileIdentDesc *, struct fileIdentDesc *, struct udf_fileident_bh *, uint8_t *, uint8_t *);
  80. /* file.c */
  81. extern int udf_ioctl(struct inode *, struct file *, unsigned int, unsigned long);
  82. /* inode.c */
  83. extern struct inode *udf_iget(struct super_block *, lb_addr);
  84. extern int udf_sync_inode(struct inode *);
  85. extern void udf_expand_file_adinicb(struct inode *, int, int *);
  86. extern struct buffer_head * udf_expand_dir_adinicb(struct inode *, int *, int *);
  87. extern struct buffer_head * udf_getblk(struct inode *, long, int, int *);
  88. extern struct buffer_head * udf_bread(struct inode *, int, int, int *);
  89. extern void udf_truncate(struct inode *);
  90. extern void udf_read_inode(struct inode *);
  91. extern void udf_put_inode(struct inode *);
  92. extern void udf_delete_inode(struct inode *);
  93. extern void udf_write_inode(struct inode *, int);
  94. extern long udf_block_map(struct inode *, long);
  95. extern int8_t inode_bmap(struct inode *, int, lb_addr *, uint32_t *, lb_addr *, uint32_t *, uint32_t *, struct buffer_head **);
  96. extern int8_t udf_add_aext(struct inode *, lb_addr *, int *, lb_addr, uint32_t, struct buffer_head **, int);
  97. extern int8_t udf_write_aext(struct inode *, lb_addr, int *, lb_addr, uint32_t, struct buffer_head *, int);
  98. extern int8_t udf_insert_aext(struct inode *, lb_addr, int, lb_addr, uint32_t, struct buffer_head *);
  99. extern int8_t udf_delete_aext(struct inode *, lb_addr, int, lb_addr, uint32_t, struct buffer_head *);
  100. extern int8_t udf_next_aext(struct inode *, lb_addr *, int *, lb_addr *, uint32_t *, struct buffer_head **, int);
  101. extern int8_t udf_current_aext(struct inode *, lb_addr *, int *, lb_addr *, uint32_t *, struct buffer_head **, int);
  102. extern void udf_discard_prealloc(struct inode *);
  103. /* misc.c */
  104. extern int udf_read_tagged_data(char *, int size, int fd, int block, int partref);
  105. extern struct buffer_head *udf_tgetblk(struct super_block *, int);
  106. extern struct buffer_head *udf_tread(struct super_block *, int);
  107. extern struct genericFormat *udf_add_extendedattr(struct inode *, uint32_t, uint32_t, uint8_t, struct buffer_head **);
  108. extern struct genericFormat *udf_get_extendedattr(struct inode *, uint32_t, uint8_t, struct buffer_head **);
  109. extern struct buffer_head *udf_read_tagged(struct super_block *, uint32_t, uint32_t, uint16_t *);
  110. extern struct buffer_head *udf_read_ptagged(struct super_block *, lb_addr, uint32_t, uint16_t *);
  111. extern void udf_release_data(struct buffer_head *);
  112. /* lowlevel.c */
  113. extern unsigned int udf_get_last_session(struct super_block *);
  114. extern unsigned long udf_get_last_block(struct super_block *);
  115. /* partition.c */
  116. extern uint32_t udf_get_pblock(struct super_block *, uint32_t, uint16_t, uint32_t);
  117. extern uint32_t udf_get_pblock_virt15(struct super_block *, uint32_t, uint16_t, uint32_t);
  118. extern uint32_t udf_get_pblock_virt20(struct super_block *, uint32_t, uint16_t, uint32_t);
  119. extern uint32_t udf_get_pblock_spar15(struct super_block *, uint32_t, uint16_t, uint32_t);
  120. extern int udf_relocate_blocks(struct super_block *, long, long *);
  121. /* unicode.c */
  122. extern int udf_get_filename(struct super_block *, uint8_t *, uint8_t *, int);
  123. /* ialloc.c */
  124. extern void udf_free_inode(struct inode *);
  125. extern struct inode * udf_new_inode (struct inode *, int, int *);
  126. /* truncate.c */
  127. extern void udf_truncate_extents(struct inode *);
  128. /* balloc.c */
  129. extern void udf_free_blocks(struct super_block *, struct inode *, lb_addr, uint32_t, uint32_t);
  130. extern int udf_prealloc_blocks(struct super_block *, struct inode *, uint16_t, uint32_t, uint32_t);
  131. extern int udf_new_block(struct super_block *, struct inode *, uint16_t, uint32_t, int *);
  132. /* fsync.c */
  133. extern int udf_fsync_file(struct file *, struct dentry *, int);
  134. extern int udf_fsync_inode(struct inode *, int);
  135. /* directory.c */
  136. extern uint8_t * udf_filead_read(struct inode *, uint8_t *, uint8_t, lb_addr, int *, int *, struct buffer_head **, int *);
  137. extern struct fileIdentDesc * udf_fileident_read(struct inode *, loff_t *, struct udf_fileident_bh *, struct fileIdentDesc *, lb_addr *, uint32_t *, lb_addr *, uint32_t *, uint32_t *, struct buffer_head **);
  138. /* unicode.c */
  139. extern int udf_ustr_to_dchars(uint8_t *, const struct ustr *, int);
  140. extern int udf_ustr_to_char(uint8_t *, const struct ustr *, int);
  141. extern int udf_ustr_to_dstring(dstring *, const struct ustr *, int);
  142. extern int udf_dchars_to_ustr(struct ustr *, const uint8_t *, int);
  143. extern int udf_char_to_ustr(struct ustr *, const uint8_t *, int);
  144. extern int udf_dstring_to_ustr(struct ustr *, const dstring *, int);
  145. extern int udf_translate_to_linux(uint8_t *, uint8_t *, int, uint8_t *, int);
  146. extern int udf_build_ustr(struct ustr *, dstring *, int);
  147. extern int udf_build_ustr_exact(struct ustr *, dstring *, int);
  148. extern int udf_CS0toUTF8(struct ustr *, struct ustr *);
  149. extern int udf_UTF8toCS0(dstring *, struct ustr *, int);
  150. extern int udf_CS0toNLS(struct nls_table *, struct ustr *, struct ustr *);
  151. extern int udf_NLStoCS0(struct nls_table *, dstring *, struct ustr *, int);
  152. /* crc.c */
  153. extern uint16_t udf_crc(uint8_t *, uint32_t, uint16_t);
  154. /* misc.c */
  155. extern uint32_t udf64_low32(uint64_t);
  156. extern uint32_t udf64_high32(uint64_t);
  157. extern void udf_update_tag(char *, int);
  158. extern void udf_new_tag(char *, uint16_t, uint16_t, uint16_t, uint32_t, int);
  159. /* udftime.c */
  160. extern time_t *udf_stamp_to_time(time_t *, long *, timestamp);
  161. extern timestamp *udf_time_to_stamp(timestamp *, time_t, long);
  162. /* directory.c */
  163. extern struct fileIdentDesc * udf_get_fileident(void * buffer, int bufsize, int * offset);
  164. extern extent_ad * udf_get_fileextent(void * buffer, int bufsize, int * offset);
  165. extern long_ad * udf_get_filelongad(void * buffer, int bufsize, int * offset, int);
  166. extern short_ad * udf_get_fileshortad(void * buffer, int bufsize, int * offset, int);
  167. extern uint8_t * udf_get_filead(struct fileEntry *, uint8_t *, int, int, int, int *);
  168. #endif /* __UDF_DECL_H */