blob: 1558cf22ef8a8ba7197a0df2f557b3cb0d088576 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Andrew Mortona0892212005-06-21 17:16:48 -07002/*
3 * These structs are used by the system-use-sharing protocol, in which the
4 * Rock Ridge extensions are embedded. It is quite possible that other
5 * extensions are present on the disk, and this is fine as long as they
6 * all use SUSP
7 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Andrew Morton642217c2005-06-21 17:16:51 -07009struct SU_SP_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020010 __u8 magic[2];
11 __u8 skip;
Andrew Mortona0892212005-06-21 17:16:48 -070012} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Andrew Morton642217c2005-06-21 17:16:51 -070014struct SU_CE_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020015 __u8 extent[8];
16 __u8 offset[8];
17 __u8 size[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -070018};
19
Andrew Morton642217c2005-06-21 17:16:51 -070020struct SU_ER_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020021 __u8 len_id;
22 __u8 len_des;
23 __u8 len_src;
24 __u8 ext_ver;
25 __u8 data[0];
Andrew Mortona0892212005-06-21 17:16:48 -070026} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070027
Andrew Morton642217c2005-06-21 17:16:51 -070028struct RR_RR_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020029 __u8 flags[1];
Andrew Mortona0892212005-06-21 17:16:48 -070030} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Andrew Morton642217c2005-06-21 17:16:51 -070032struct RR_PX_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020033 __u8 mode[8];
34 __u8 n_links[8];
35 __u8 uid[8];
36 __u8 gid[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -070037};
38
Andrew Morton642217c2005-06-21 17:16:51 -070039struct RR_PN_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020040 __u8 dev_high[8];
41 __u8 dev_low[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -070042};
43
Andrew Mortona0892212005-06-21 17:16:48 -070044struct SL_component {
Arnd Bergmanncb917752017-10-19 16:47:49 +020045 __u8 flags;
46 __u8 len;
47 __u8 text[0];
Andrew Mortona0892212005-06-21 17:16:48 -070048} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Andrew Morton642217c2005-06-21 17:16:51 -070050struct RR_SL_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020051 __u8 flags;
Andrew Mortona0892212005-06-21 17:16:48 -070052 struct SL_component link;
53} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070054
Andrew Morton642217c2005-06-21 17:16:51 -070055struct RR_NM_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020056 __u8 flags;
Andrew Mortona0892212005-06-21 17:16:48 -070057 char name[0];
58} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070059
Andrew Morton642217c2005-06-21 17:16:51 -070060struct RR_CL_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020061 __u8 location[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -070062};
63
Andrew Morton642217c2005-06-21 17:16:51 -070064struct RR_PL_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020065 __u8 location[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -070066};
67
Andrew Mortona0892212005-06-21 17:16:48 -070068struct stamp {
Arnd Bergmann34be4db2017-10-19 16:47:48 +020069 __u8 time[7]; /* actually 6 unsigned, 1 signed */
Andrew Mortona0892212005-06-21 17:16:48 -070070} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070071
Andrew Morton642217c2005-06-21 17:16:51 -070072struct RR_TF_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020073 __u8 flags;
Andrew Mortona0892212005-06-21 17:16:48 -070074 struct stamp times[0]; /* Variable number of these beasts */
75} __attribute__ ((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
77/* Linux-specific extension for transparent decompression */
Andrew Morton642217c2005-06-21 17:16:51 -070078struct RR_ZF_s {
Arnd Bergmanncb917752017-10-19 16:47:49 +020079 __u8 algorithm[2];
80 __u8 parms[2];
81 __u8 real_size[8];
Linus Torvalds1da177e2005-04-16 15:20:36 -070082};
83
Andrew Mortona0892212005-06-21 17:16:48 -070084/*
85 * These are the bits and their meanings for flags in the TF structure.
86 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070087#define TF_CREATE 1
88#define TF_MODIFY 2
89#define TF_ACCESS 4
90#define TF_ATTRIBUTES 8
91#define TF_BACKUP 16
92#define TF_EXPIRATION 32
93#define TF_EFFECTIVE 64
94#define TF_LONG_FORM 128
95
Andrew Mortona0892212005-06-21 17:16:48 -070096struct rock_ridge {
Arnd Bergmanncb917752017-10-19 16:47:49 +020097 __u8 signature[2];
98 __u8 len;
99 __u8 version;
Andrew Mortona0892212005-06-21 17:16:48 -0700100 union {
Andrew Morton642217c2005-06-21 17:16:51 -0700101 struct SU_SP_s SP;
102 struct SU_CE_s CE;
103 struct SU_ER_s ER;
104 struct RR_RR_s RR;
105 struct RR_PX_s PX;
106 struct RR_PN_s PN;
107 struct RR_SL_s SL;
108 struct RR_NM_s NM;
109 struct RR_CL_s CL;
110 struct RR_PL_s PL;
111 struct RR_TF_s TF;
112 struct RR_ZF_s ZF;
Andrew Mortona0892212005-06-21 17:16:48 -0700113 } u;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114};
115
Andrew Mortona0892212005-06-21 17:16:48 -0700116#define RR_PX 1 /* POSIX attributes */
117#define RR_PN 2 /* POSIX devices */
118#define RR_SL 4 /* Symbolic link */
119#define RR_NM 8 /* Alternate Name */
120#define RR_CL 16 /* Child link */
121#define RR_PL 32 /* Parent link */
122#define RR_RE 64 /* Relocation directory */
123#define RR_TF 128 /* Timestamps */