Go to the documentation of this file.
67 #define ISO_ROCK_IRUSR 000400
68 #define ISO_ROCK_IWUSR 000200
69 #define ISO_ROCK_IXUSR 000100
70 #define ISO_ROCK_IRGRP 000040
71 #define ISO_ROCK_IWGRP 000020
72 #define ISO_ROCK_IXGRP 000010
73 #define ISO_ROCK_IROTH 000004
74 #define ISO_ROCK_IWOTH 000002
75 #define ISO_ROCK_IXOTH 000001
77 #define ISO_ROCK_ISUID 004000
78 #define ISO_ROCK_ISGID 002000
79 #define ISO_ROCK_ISVTX 001000
81 #define ISO_ROCK_ISSOCK 0140000
82 #define ISO_ROCK_ISLNK 0120000
83 #define ISO_ROCK_ISREG 0100000
84 #define ISO_ROCK_ISBLK 060000
85 #define ISO_ROCK_ISCHR 020000
86 #define ISO_ROCK_ISDIR 040000
87 #define ISO_ROCK_ISFIFO 010000
90 #define ISO_ROCK_ENFMT ISO_ROCK_ISGID
155 #define ISO_ROCK_SL_CONTINUE 1
156 #define ISO_ROCK_SL_CURRENT 2
157 #define ISO_ROCK_SL_PARENT 4
158 #define ISO_ROCK_SL_ROOT 8
181 #define ISO_ROCK_NM_CONTINUE 1
182 #define ISO_ROCK_NM_CURRENT 2
183 #define ISO_ROCK_NM_PARENT 4
214 #define ISO_ROCK_TF_CREATE 1
215 #define ISO_ROCK_TF_MODIFY 2
216 #define ISO_ROCK_TF_ACCESS 4
217 #define ISO_ROCK_TF_ATTRIBUTES 8
218 #define ISO_ROCK_TF_BACKUP 16
219 #define ISO_ROCK_TF_EXPIRATION 32
220 #define ISO_ROCK_TF_EFFECTIVE 64
221 #define ISO_ROCK_TF_LONG_FORM 128
Generated for libcdio by
1.8.3.1