Go to the documentation of this file.
4 #include <linux/types.h>
5 #include <linux/magic.h>
12 #define ISODCL(from, to) (to - from + 1)
22 #define ISO_VD_PRIMARY 1
23 #define ISO_VD_SUPPLEMENTARY 2
24 #define ISO_VD_END 255
26 #define ISO_STANDARD_ID "CD001"
102 #define HS_STANDARD_ID "CDROM"
159 #define ISOFS_BLOCK_BITS 11
160 #define ISOFS_BLOCK_SIZE 2048
162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
163 #define ISOFS_BUFFER_BITS(INODE) ((INODE)->i_sb->s_blocksize_bits)