vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / file_systems / iso9660 / rock_ridge.h
blob3cdc1cd316cc334faf86335fcca2f1633a3dc33b
1 /*
2 Copyright 1999, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
4 */
5 #ifndef ROCK_RIDGE_H
6 #define ROCK_RIDGE_H
9 // Altername name field flags.
10 enum NMFLAGS {
11 NM_CONTINUE = 1,
12 NM_CURRENT = 2,
13 NM_PARENT = 4,
14 NM_HOST = 32
17 // Symbolic link field flags
18 enum SLFLAGS {
19 SL_CONTINUE = 1
22 // Symbolic link field component flags
23 enum SLCPFLAGS {
24 SLCP_CONTINUE = 1,
25 SLCP_CURRENT = 2,
26 SLCP_PARENT = 4,
27 SLCP_ROOT = 8,
28 SLCP_VOLROOT = 16,
29 SLCP_HOST = 32
32 #endif // ROCK_RIDGE_H