Whamcloud - gitweb
LU-9555 quota: df should return projid-specific values
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_disk.h
1 /*
2  * GPL HEADER START
3  *
4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 only,
8  * as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful, but
11  * WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * General Public License version 2 for more details (a copy is included
14  * in the LICENSE file that accompanied this code).
15  *
16  * You should have received a copy of the GNU General Public License
17  * version 2 along with this program; If not, see
18  * http://www.gnu.org/licenses/gpl-2.0.html
19  *
20  * GPL HEADER END
21  */
22 /*
23  * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
24  * Use is subject to license terms.
25  *
26  * Copyright (c) 2011, 2016, Intel Corporation.
27  */
28 /*
29  * This file is part of Lustre, http://www.lustre.org/
30  * Lustre is a trademark of Sun Microsystems, Inc.
31  *
32  * Lustre disk format definitions.
33  *
34  * Author: Nathan Rutman <nathan.rutman@seagate.com>
35  */
36
37 #ifndef _UAPI_LUSTRE_DISK_H
38 #define _UAPI_LUSTRE_DISK_H
39
40 /** \defgroup disk disk
41  *
42  * @{
43  */
44 #include <linux/types.h>
45
46 /****************** on-disk files ********************/
47
48 #define MDT_LOGS_DIR            "LOGS"  /* COMPAT_146 */
49 #define MOUNT_CONFIGS_DIR       "CONFIGS"
50 #define CONFIGS_FILE            "mountdata"
51 /** Persistent mount data are stored on the disk in this file. */
52 #define MOUNT_DATA_FILE         MOUNT_CONFIGS_DIR"/"CONFIGS_FILE
53 #define LAST_RCVD               "last_rcvd"
54 #define REPLY_DATA              "reply_data"
55 #define LOV_OBJID               "lov_objid"
56 #define LOV_OBJSEQ              "lov_objseq"
57 #define HEALTH_CHECK            "health_check"
58 #define CAPA_KEYS               "capa_keys"
59 #define CHANGELOG_USERS         "changelog_users"
60 #define MGS_NIDTBL_DIR          "NIDTBL_VERSIONS"
61 #define QMT_DIR                 "quota_master"
62 #define QSD_DIR                 "quota_slave"
63 #define QSD_DIR_DT              "quota_slave_dt"
64 #define QSD_DIR_MD              "quota_slave_md"
65 #define HSM_ACTIONS             "hsm_actions"
66 #define LFSCK_DIR               "LFSCK"
67 #define LFSCK_BOOKMARK          "lfsck_bookmark"
68 #define LFSCK_LAYOUT            "lfsck_layout"
69 #define LFSCK_NAMESPACE         "lfsck_namespace"
70 #define REMOTE_PARENT_DIR       "REMOTE_PARENT_DIR"
71 #define INDEX_BACKUP_DIR        "index_backup"
72 #define MDT_ORPHAN_DIR          "PENDING"
73
74 /****************** persistent mount data *********************/
75
76 #define LDD_F_SV_TYPE_MDT       0x0001
77 #define LDD_F_SV_TYPE_OST       0x0002
78 #define LDD_F_SV_TYPE_MGS       0x0004
79 #define LDD_F_SV_TYPE_MASK      (LDD_F_SV_TYPE_MDT  | \
80                                  LDD_F_SV_TYPE_OST  | \
81                                  LDD_F_SV_TYPE_MGS)
82 #define LDD_F_SV_ALL            0x0008
83 /** need an index assignment */
84 #define LDD_F_NEED_INDEX        0x0010
85 /** never registered */
86 #define LDD_F_VIRGIN            0x0020
87 /** update the config logs for this server */
88 #define LDD_F_UPDATE            0x0040
89 /** rewrite the LDD */
90 #define LDD_F_REWRITE_LDD       0x0080
91 /** regenerate config logs for this fs or server */
92 #define LDD_F_WRITECONF         0x0100
93 /** COMPAT_14 */
94 /*#define LDD_F_UPGRADE14               0x0200 deprecated since 1.8 */
95 /** process as lctl conf_param */
96 #define LDD_F_PARAM             0x0400
97 /** all nodes are specified as service nodes */
98 #define LDD_F_NO_PRIMNODE       0x1000
99 /** IR enable flag */
100 #define LDD_F_IR_CAPABLE        0x2000
101 /** the MGS refused to register the target. */
102 #define LDD_F_ERROR             0x4000
103 /** process at lctl conf_param */
104 #define LDD_F_PARAM2            0x8000
105
106 #define LDD_MAGIC 0x1dd00001
107
108 #define XATTR_TARGET_RENAME "trusted.rename_tgt"
109
110 enum ldd_mount_type {
111         LDD_MT_EXT3 = 0,
112         LDD_MT_LDISKFS,
113         LDD_MT_SMFS,
114         LDD_MT_REISERFS,
115         LDD_MT_LDISKFS2,
116         LDD_MT_ZFS,
117         LDD_MT_LAST
118 };
119
120 /****************** last_rcvd file *********************/
121
122 #define LR_EXPIRE_INTERVALS 16  /**< number of intervals to track transno */
123 #define LR_SERVER_SIZE  512
124 #define LR_CLIENT_START 8192
125 #define LR_CLIENT_SIZE  128
126 #if LR_CLIENT_START < LR_SERVER_SIZE
127 #error "Can't have LR_CLIENT_START < LR_SERVER_SIZE"
128 #endif
129
130 /*
131  * Data stored per server at the head of the last_rcvd file. In le32 order.
132  */
133 struct lr_server_data {
134         __u8  lsd_uuid[40];        /* server UUID */
135         __u64 lsd_last_transno;    /* last completed transaction ID */
136         __u64 lsd_compat14;        /* reserved - compat with old last_rcvd */
137         __u64 lsd_mount_count;     /* incarnation number */
138         __u32 lsd_feature_compat;  /* compatible feature flags */
139         __u32 lsd_feature_rocompat;/* read-only compatible feature flags */
140         __u32 lsd_feature_incompat;/* incompatible feature flags */
141         __u32 lsd_server_size;     /* size of server data area */
142         __u32 lsd_client_start;    /* start of per-client data area */
143         __u16 lsd_client_size;     /* size of per-client data area */
144         __u16 lsd_subdir_count;    /* number of subdirectories for objects */
145         __u64 lsd_catalog_oid;     /* recovery catalog object id */
146         __u32 lsd_catalog_ogen;    /* recovery catalog inode generation */
147         __u8  lsd_peeruuid[40];    /* UUID of MDS associated with this OST */
148         __u32 lsd_osd_index;       /* index number of OST in LOV */
149         __u32 lsd_padding1;        /* was lsd_mdt_index, unused in 2.4.0 */
150         __u32 lsd_start_epoch;     /* VBR: start epoch from last boot */
151         /** transaction values since lsd_trans_table_time */
152         __u64 lsd_trans_table[LR_EXPIRE_INTERVALS];
153         /** start point of transno table below */
154         __u32 lsd_trans_table_time; /* time of first slot in table above */
155         __u32 lsd_expire_intervals; /* LR_EXPIRE_INTERVALS */
156         __u8  lsd_padding[LR_SERVER_SIZE - 288];
157 };
158
159 /* Data stored per client in the last_rcvd file. In le32 order. */
160 struct lsd_client_data {
161         __u8  lcd_uuid[40];             /* client UUID */
162         __u64 lcd_last_transno;         /* last completed transaction ID */
163         __u64 lcd_last_xid;             /* xid for the last transaction */
164         __u32 lcd_last_result;          /* result from last RPC */
165         __u32 lcd_last_data;            /* per-op data (disposition for
166                                          * open &c.)
167                                          */
168         /* for MDS_CLOSE requests */
169         __u64 lcd_last_close_transno;   /* last completed transaction ID */
170         __u64 lcd_last_close_xid;       /* xid for the last transaction */
171         __u32 lcd_last_close_result;    /* result from last RPC */
172         __u32 lcd_last_close_data;      /* per-op data */
173         /* VBR: last versions */
174         __u64 lcd_pre_versions[4];
175         __u32 lcd_last_epoch;
176         /* generation counter of client slot in last_rcvd */
177         __u32 lcd_generation;
178         __u8  lcd_padding[LR_CLIENT_SIZE - 128];
179 };
180
181 /* Data stored in each slot of the reply_data file.
182  *
183  * The lrd_client_gen field is assigned with lcd_generation value
184  * to allow identify which client the reply data belongs to.
185  */
186 struct lsd_reply_data {
187         __u64 lrd_transno;      /* transaction number */
188         __u64 lrd_xid;          /* transmission id */
189         __u64 lrd_data;         /* per-operation data */
190         __u32 lrd_result;       /* request result */
191         __u32 lrd_client_gen;   /* client generation */
192 };
193
194 /* Header of the reply_data file */
195 #define LRH_MAGIC 0xbdabda01
196 struct lsd_reply_header {
197         __u32   lrh_magic;
198         __u32   lrh_header_size;
199         __u32   lrh_reply_size;
200         __u8    lrh_pad[sizeof(struct lsd_reply_data) - 12];
201 };
202
203 /** @} disk */
204
205 #endif /* _UAPI_LUSTRE_DISK_H */