Whamcloud - gitweb
e949fe11294a6230386ae97e3ac06604bf445df0
[fs/lustre-release.git] / lustre / include / lustre / lustre_user.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  * GPL HEADER START
5  *
6  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 only,
10  * as published by the Free Software Foundation.
11  *
12  * This program is distributed in the hope that it will be useful, but
13  * WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15  * General Public License version 2 for more details (a copy is included
16  * in the LICENSE file that accompanied this code).
17  *
18  * You should have received a copy of the GNU General Public License
19  * version 2 along with this program; If not, see
20  * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf
21  *
22  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
23  * CA 95054 USA or visit www.sun.com if you need additional information or
24  * have any questions.
25  *
26  * GPL HEADER END
27  */
28 /*
29  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
30  * Use is subject to license terms.
31  */
32 /*
33  * This file is part of Lustre, http://www.lustre.org/
34  * Lustre is a trademark of Sun Microsystems, Inc.
35  *
36  * lustre/include/lustre/lustre_user.h
37  *
38  * Lustre public user-space interface definitions.
39  */
40
41 #ifndef _LUSTRE_USER_H
42 #define _LUSTRE_USER_H
43
44 /** \defgroup lustreuser lustreuser
45  *
46  * @{
47  */
48
49 #include <lustre/ll_fiemap.h>
50 #if defined(__linux__)
51 #include <linux/lustre_user.h>
52 #elif defined(__APPLE__)
53 #include <darwin/lustre_user.h>
54 #elif defined(__WINNT__)
55 #include <winnt/lustre_user.h>
56 #else
57 #error Unsupported operating system.
58 #endif
59
60 /* for statfs() */
61 #define LL_SUPER_MAGIC 0x0BD00BD0
62
63 #ifndef FSFILT_IOC_GETFLAGS
64 #define FSFILT_IOC_GETFLAGS               _IOR('f', 1, long)
65 #define FSFILT_IOC_SETFLAGS               _IOW('f', 2, long)
66 #define FSFILT_IOC_GETVERSION             _IOR('f', 3, long)
67 #define FSFILT_IOC_SETVERSION             _IOW('f', 4, long)
68 #define FSFILT_IOC_GETVERSION_OLD         _IOR('v', 1, long)
69 #define FSFILT_IOC_SETVERSION_OLD         _IOW('v', 2, long)
70 #define FSFILT_IOC_FIEMAP                 _IOWR('f', 11, struct ll_user_fiemap)
71 #endif
72
73 /* FIEMAP flags supported by Lustre */
74 #define LUSTRE_FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_DEVICE_ORDER)
75
76 enum obd_statfs_state {
77         OS_STATE_DEGRADED       = 0x00000001, /**< RAID degraded/rebuilding */
78         OS_STATE_READONLY       = 0x00000002, /**< filesystem is read-only */
79         OS_STATE_RDONLY_1       = 0x00000004, /**< obsolete 1.6, was EROFS=30 */
80         OS_STATE_RDONLY_2       = 0x00000008, /**< obsolete 1.6, was EROFS=30 */
81         OS_STATE_RDONLY_3       = 0x00000010, /**< obsolete 1.6, was EROFS=30 */
82 };
83
84 struct obd_statfs {
85         __u64           os_type;
86         __u64           os_blocks;
87         __u64           os_bfree;
88         __u64           os_bavail;
89         __u64           os_files;
90         __u64           os_ffree;
91         __u8            os_fsid[40];
92         __u32           os_bsize;
93         __u32           os_namelen;
94         __u64           os_maxbytes;
95         __u32           os_state;       /**< obd_statfs_state OS_STATE_* flag */
96         __u32           os_spare1;
97         __u32           os_spare2;
98         __u32           os_spare3;
99         __u32           os_spare4;
100         __u32           os_spare5;
101         __u32           os_spare6;
102         __u32           os_spare7;
103         __u32           os_spare8;
104         __u32           os_spare9;
105 };
106
107
108 /*
109  * The ioctl naming rules:
110  * LL_*     - works on the currently opened filehandle instead of parent dir
111  * *_OBD_*  - gets data for both OSC or MDC (LOV, LMV indirectly)
112  * *_MDC_*  - gets/sets data related to MDC
113  * *_LOV_*  - gets/sets data related to OSC/LOV
114  * *FILE*   - called on parent dir and passes in a filename
115  * *STRIPE* - set/get lov_user_md
116  * *INFO    - set/get lov_user_mds_data
117  */
118 #define LL_IOC_GETFLAGS                 _IOR ('f', 151, long)
119 #define LL_IOC_SETFLAGS                 _IOW ('f', 152, long)
120 #define LL_IOC_CLRFLAGS                 _IOW ('f', 153, long)
121 #define LL_IOC_LOV_SETSTRIPE            _IOW ('f', 154, long)
122 #define LL_IOC_LOV_GETSTRIPE            _IOW ('f', 155, long)
123 #define LL_IOC_LOV_SETEA                _IOW ('f', 156, long)
124 #define LL_IOC_RECREATE_OBJ             _IOW ('f', 157, long)
125 #define LL_IOC_GROUP_LOCK               _IOW ('f', 158, long)
126 #define LL_IOC_GROUP_UNLOCK             _IOW ('f', 159, long)
127 #define LL_IOC_QUOTACHECK               _IOW ('f', 160, int)
128 #define LL_IOC_POLL_QUOTACHECK          _IOR ('f', 161, struct if_quotacheck *)
129 #define LL_IOC_QUOTACTL                 _IOWR('f', 162, struct if_quotactl *)
130 #define IOC_OBD_STATFS                  _IOWR('f', 164, struct obd_statfs *)
131 #define IOC_LOV_GETINFO                 _IOWR('f', 165, struct lov_user_mds_data *)
132 #define LL_IOC_FLUSHCTX                 _IOW ('f', 166, long)
133 #define LL_IOC_RMTACL                   _IOW ('f', 167, long)
134
135 #define LL_IOC_GETOBDCOUNT              _IOR ('f', 168, long)
136
137 #define LL_IOC_LLOOP_ATTACH             _IOWR('f', 169, long)
138 #define LL_IOC_LLOOP_DETACH             _IOWR('f', 170, long)
139 #define LL_IOC_LLOOP_INFO               _IOWR('f', 171, long)
140 #define LL_IOC_LLOOP_DETACH_BYDEV       _IOWR('f', 172, long)
141 #define LL_IOC_PATH2FID                 _IOR ('f', 173, long)
142 #define LL_IOC_GET_CONNECT_FLAGS        _IOWR('f', 174, __u64 *)
143 #define LL_IOC_GET_MDTIDX               _IOR ('f', 175, int)
144
145 #define LL_IOC_HSM_CT_START             _IOW ('f', 178, struct lustre_kernelcomm *)
146
147 #define LL_STATFS_MDC           1
148 #define LL_STATFS_LOV           2
149
150 #define IOC_MDC_TYPE            'i'
151 #define IOC_MDC_LOOKUP          _IOWR(IOC_MDC_TYPE, 20, struct obd_device *)
152 #define IOC_MDC_GETFILESTRIPE   _IOWR(IOC_MDC_TYPE, 21, struct lov_user_md *)
153 #define IOC_MDC_GETFILEINFO     _IOWR(IOC_MDC_TYPE, 22, struct lov_user_mds_data *)
154 #define LL_IOC_MDC_GETINFO      _IOWR(IOC_MDC_TYPE, 23, struct lov_user_mds_data *)
155
156 /* Keep these for backward compartability. */
157 #define LL_IOC_OBD_STATFS       IOC_OBD_STATFS
158 #define IOC_MDC_GETSTRIPE       IOC_MDC_GETFILESTRIPE
159
160 #define O_LOV_DELAY_CREATE 0100000000  /* hopefully this does not conflict */
161
162 #define LL_FILE_IGNORE_LOCK             0x00000001
163 #define LL_FILE_GROUP_LOCKED            0x00000002
164 #define LL_FILE_READAHEAD               0x00000004
165 #define LL_FILE_RMTACL                  0x00000008
166
167 #define LOV_USER_MAGIC_V1 0x0BD10BD0
168 #define LOV_USER_MAGIC    LOV_USER_MAGIC_V1
169 #define LOV_USER_MAGIC_JOIN_V1 0x0BD20BD0
170 #define LOV_USER_MAGIC_V3 0x0BD30BD0
171
172 #define LOV_PATTERN_RAID0 0x001
173 #define LOV_PATTERN_RAID1 0x002
174 #define LOV_PATTERN_FIRST 0x100
175
176 #define LOV_MAXPOOLNAME 16
177 #define LOV_POOLNAMEF "%.16s"
178
179 #define lov_user_ost_data lov_user_ost_data_v1
180 struct lov_user_ost_data_v1 {     /* per-stripe data structure */
181         __u64 l_object_id;        /* OST object ID */
182         __u64 l_object_seq;       /* OST object seq number */
183         __u32 l_ost_gen;          /* generation of this OST index */
184         __u32 l_ost_idx;          /* OST index in LOV */
185 } __attribute__((packed));
186
187 #define lov_user_md lov_user_md_v1
188 struct lov_user_md_v1 {           /* LOV EA user data (host-endian) */
189         __u32 lmm_magic;          /* magic number = LOV_USER_MAGIC_V1 */
190         __u32 lmm_pattern;        /* LOV_PATTERN_RAID0, LOV_PATTERN_RAID1 */
191         __u64 lmm_object_id;      /* LOV object ID */
192         __u64 lmm_object_seq;     /* LOV object seq */
193         __u32 lmm_stripe_size;    /* size of stripe in bytes */
194         __u16 lmm_stripe_count;   /* num stripes in use for this object */
195         __u16 lmm_stripe_offset;  /* starting stripe offset in lmm_objects */
196         struct lov_user_ost_data_v1 lmm_objects[0]; /* per-stripe data */
197 } __attribute__((packed));
198
199 struct lov_user_md_v3 {           /* LOV EA user data (host-endian) */
200         __u32 lmm_magic;          /* magic number = LOV_USER_MAGIC_V3 */
201         __u32 lmm_pattern;        /* LOV_PATTERN_RAID0, LOV_PATTERN_RAID1 */
202         __u64 lmm_object_id;      /* LOV object ID */
203         __u64 lmm_object_seq;     /* LOV object seq */
204         __u32 lmm_stripe_size;    /* size of stripe in bytes */
205         __u16 lmm_stripe_count;   /* num stripes in use for this object */
206         __u16 lmm_stripe_offset;  /* starting stripe offset in lmm_objects */
207         char  lmm_pool_name[LOV_MAXPOOLNAME]; /* pool name */
208         struct lov_user_ost_data_v1 lmm_objects[0]; /* per-stripe data */
209 } __attribute__((packed));
210
211 /* Compile with -D_LARGEFILE64_SOURCE or -D_GNU_SOURCE (or #define) to
212  * use this.  It is unsafe to #define those values in this header as it
213  * is possible the application has already #included <sys/stat.h>. */
214 #ifdef HAVE_LOV_USER_MDS_DATA
215 #define lov_user_mds_data lov_user_mds_data_v1
216 struct lov_user_mds_data_v1 {
217         lstat_t lmd_st;                 /* MDS stat struct */
218         struct lov_user_md_v1 lmd_lmm;  /* LOV EA V1 user data */
219 } __attribute__((packed));
220
221 struct lov_user_mds_data_v3 {
222         lstat_t lmd_st;                 /* MDS stat struct */
223         struct lov_user_md_v3 lmd_lmm;  /* LOV EA V3 user data */
224 } __attribute__((packed));
225 #endif
226
227 struct ll_recreate_obj {
228         __u64 lrc_id;
229         __u64 lrc_seq;
230         __u32 lrc_ost_idx;
231 };
232
233 struct ll_fid {
234         __u64 id;         /* holds object id */
235         __u32 generation; /* holds object generation */
236         __u32 f_type;     /* holds object type or stripe idx when passing it to
237                            * OST for saving into EA. */
238 };
239
240 struct obd_uuid {
241         char uuid[40];
242 };
243
244 static inline int obd_uuid_equals(struct obd_uuid *u1, struct obd_uuid *u2)
245 {
246         return strcmp((char *)u1->uuid, (char *)u2->uuid) == 0;
247 }
248
249 static inline int obd_uuid_empty(struct obd_uuid *uuid)
250 {
251         return uuid->uuid[0] == '\0';
252 }
253
254 static inline void obd_str2uuid(struct obd_uuid *uuid, const char *tmp)
255 {
256         strncpy((char *)uuid->uuid, tmp, sizeof(*uuid));
257         uuid->uuid[sizeof(*uuid) - 1] = '\0';
258 }
259
260 /* For printf's only, make sure uuid is terminated */
261 static inline char *obd_uuid2str(struct obd_uuid *uuid)
262 {
263         if (uuid->uuid[sizeof(*uuid) - 1] != '\0') {
264                 /* Obviously not safe, but for printfs, no real harm done...
265                    we're always null-terminated, even in a race. */
266                 static char temp[sizeof(*uuid)];
267                 memcpy(temp, uuid->uuid, sizeof(*uuid) - 1);
268                 temp[sizeof(*uuid) - 1] = '\0';
269                 return temp;
270         }
271         return (char *)(uuid->uuid);
272 }
273
274 /* Extract fsname from uuid (or target name) of a target
275    e.g. (myfs-OST0007_UUID -> myfs)
276    see also deuuidify. */
277 static inline void obd_uuid2fsname(char *buf, char *uuid, int buflen)
278 {
279         char *p;
280
281         strncpy(buf, uuid, buflen - 1);
282         buf[buflen - 1] = '\0';
283         p = strrchr(buf, '-');
284         if (p)
285            *p = '\0';
286 }
287
288 /**
289  * File IDentifier.
290  *
291  * FID is a cluster-wide unique identifier of a file or an object (stripe).
292  * FIDs are never reused.
293  */
294 struct lu_fid {
295         /**
296          * FID sequence. Sequence is a unit of migration: all files (objects)
297          * with FIDs from a given sequence are stored on the same server.
298          * Lustre should support 2^64 objects, so even if each sequence
299          * has only a single object we can still enumerate 2^64 objects.
300          */
301         __u64 f_seq;
302         /** FID number within sequence. */
303         __u32 f_oid;
304         /**
305          * FID version, used to distinguish different versions (in the sense
306          * of snapshots, etc.) of the same file system object. Not currently
307          * used.
308          */
309         __u32 f_ver;
310 };
311
312 struct filter_fid {
313         struct lu_fid   ff_parent;  /* ff_parent.f_ver == file stripe number */
314         __u64           ff_objid;
315         __u64           ff_seq;
316 };
317
318 /* Userspace should treat lu_fid as opaque, and only use the following methods
319    to print or parse them.  Other functions (e.g. compare, swab) could be moved
320    here from lustre_idl.h if needed. */
321 typedef struct lu_fid lustre_fid;
322
323 /* printf display format
324    e.g. printf("file FID is "DFID"\n", PFID(fid)); */
325 #define DFID "["LPX64":0x%x:0x%x]"
326 #define PFID(fid)     \
327         (fid)->f_seq, \
328         (fid)->f_oid, \
329         (fid)->f_ver
330
331 /* scanf input parse format -- strip '[' first.
332    e.g. sscanf(fidstr, SFID, RFID(&fid)); */
333 /* #define SFID "0x"LPX64i":0x"LPSZX":0x"LPSZX""
334 liblustreapi.c:2893: warning: format '%lx' expects type 'long unsigned int *', but argument 4 has type 'unsigned int *'
335 liblustreapi.c:2893: warning: format '%lx' expects type 'long unsigned int *', but argument 5 has type 'unsigned int *'
336 */
337 #define SFID "0x"LPX64i":0x%x:0x%x"
338 #define RFID(fid)     \
339         &((fid)->f_seq), \
340         &((fid)->f_oid), \
341         &((fid)->f_ver)
342
343
344 /********* Quotas **********/
345
346 /* these must be explicitly translated into linux Q_* in ll_dir_ioctl */
347 #define LUSTRE_Q_QUOTAON    0x800002     /* turn quotas on */
348 #define LUSTRE_Q_QUOTAOFF   0x800003     /* turn quotas off */
349 #define LUSTRE_Q_GETINFO    0x800005     /* get information about quota files */
350 #define LUSTRE_Q_SETINFO    0x800006     /* set information about quota files */
351 #define LUSTRE_Q_GETQUOTA   0x800007     /* get user quota structure */
352 #define LUSTRE_Q_SETQUOTA   0x800008     /* set user quota structure */
353 /* lustre-specific control commands */
354 #define LUSTRE_Q_INVALIDATE  0x80000b     /* invalidate quota data */
355 #define LUSTRE_Q_FINVALIDATE 0x80000c     /* invalidate filter quota data */
356
357 #define UGQUOTA 2       /* set both USRQUOTA and GRPQUOTA */
358
359 struct if_quotacheck {
360         char                    obd_type[16];
361         struct obd_uuid         obd_uuid;
362 };
363
364 #define IDENTITY_DOWNCALL_MAGIC 0x6d6dd620
365
366 /* permission */
367 #define N_PERMS_MAX      64
368
369 struct perm_downcall_data {
370         __u64 pdd_nid;
371         __u32 pdd_perm;
372 };
373
374 struct identity_downcall_data {
375         __u32                            idd_magic;
376         __u32                            idd_err;
377         __u32                            idd_uid;
378         __u32                            idd_gid;
379         __u32                            idd_nperms;
380         struct perm_downcall_data idd_perms[N_PERMS_MAX];
381         __u32                            idd_ngroups;
382         __u32                            idd_groups[0];
383 };
384
385 /* for non-mapped uid/gid */
386 #define NOBODY_UID      99
387 #define NOBODY_GID      99
388
389 #define INVALID_ID      (-1)
390
391 enum {
392         RMT_LSETFACL    = 1,
393         RMT_LGETFACL    = 2,
394         RMT_RSETFACL    = 3,
395         RMT_RGETFACL    = 4
396 };
397
398 #ifdef NEED_QUOTA_DEFS
399 #ifndef QIF_BLIMITS
400 #define QIF_BLIMITS     1
401 #define QIF_SPACE       2
402 #define QIF_ILIMITS     4
403 #define QIF_INODES      8
404 #define QIF_BTIME       16
405 #define QIF_ITIME       32
406 #define QIF_LIMITS      (QIF_BLIMITS | QIF_ILIMITS)
407 #define QIF_USAGE       (QIF_SPACE | QIF_INODES)
408 #define QIF_TIMES       (QIF_BTIME | QIF_ITIME)
409 #define QIF_ALL         (QIF_LIMITS | QIF_USAGE | QIF_TIMES)
410 #endif
411
412 #endif /* !__KERNEL__ */
413
414 typedef enum lustre_quota_version {
415         LUSTRE_QUOTA_V2 = 1
416 } lustre_quota_version_t;
417
418 /* XXX: same as if_dqinfo struct in kernel */
419 struct obd_dqinfo {
420         __u64 dqi_bgrace;
421         __u64 dqi_igrace;
422         __u32 dqi_flags;
423         __u32 dqi_valid;
424 };
425
426 /* XXX: same as if_dqblk struct in kernel, plus one padding */
427 struct obd_dqblk {
428         __u64 dqb_bhardlimit;
429         __u64 dqb_bsoftlimit;
430         __u64 dqb_curspace;
431         __u64 dqb_ihardlimit;
432         __u64 dqb_isoftlimit;
433         __u64 dqb_curinodes;
434         __u64 dqb_btime;
435         __u64 dqb_itime;
436         __u32 dqb_valid;
437         __u32 padding;
438 };
439
440 enum {
441         QC_GENERAL      = 0,
442         QC_MDTIDX       = 1,
443         QC_OSTIDX       = 2,
444         QC_UUID         = 3
445 };
446
447 struct if_quotactl {
448         __u32                   qc_cmd;
449         __u32                   qc_type;
450         __u32                   qc_id;
451         __u32                   qc_stat;
452         __u32                   qc_valid;
453         __u32                   qc_idx;
454         struct obd_dqinfo       qc_dqinfo;
455         struct obd_dqblk        qc_dqblk;
456         char                    obd_type[16];
457         struct obd_uuid         obd_uuid;
458 };
459
460
461 /********* Changelogs **********/
462 /** Changelog record types */
463 enum changelog_rec_type {
464         CL_MARK     = 0,
465         CL_CREATE   = 1,  /* namespace */
466         CL_MKDIR    = 2,  /* namespace */
467         CL_HARDLINK = 3,  /* namespace */
468         CL_SOFTLINK = 4,  /* namespace */
469         CL_MKNOD    = 5,  /* namespace */
470         CL_UNLINK   = 6,  /* namespace */
471         CL_RMDIR    = 7,  /* namespace */
472         CL_RENAME   = 8,  /* namespace */
473         CL_EXT      = 9,  /* namespace extended record (2nd half of rename) */
474         CL_OPEN     = 10, /* not currently used */
475         CL_CLOSE    = 11, /* may be written to log only with mtime change */
476         CL_IOCTL    = 12,
477         CL_TRUNC    = 13,
478         CL_SETATTR  = 14,
479         CL_XATTR    = 15,
480         CL_HSM      = 16, /* HSM specific events, see flags */
481         CL_TIME     = 17, /* mtime, atime, ctime change only */
482         CL_LAST
483 };
484
485 static inline const char *changelog_type2str(int type) {
486         static const char *changelog_str[] = {
487                 "MARK",  "CREAT", "MKDIR", "HLINK", "SLINK", "MKNOD", "UNLNK",
488                 "RMDIR", "RNMFM", "RNMTO", "OPEN",  "CLOSE", "IOCTL", "TRUNC",
489                 "SATTR", "XATTR", "HSM",   "TIME"  };
490         if (type >= 0 && type < CL_LAST)
491                 return changelog_str[type];
492         return NULL;
493 }
494
495 /* per-record flags */
496 #define CLF_VERSION  0x1000
497 #define CLF_FLAGMASK 0x0FFF
498 /* Anything under the flagmask may be per-type (if desired) */
499
500 #define CR_MAXSIZE (PATH_MAX + sizeof(struct changelog_rec))
501 struct changelog_rec {
502         __u16                 cr_namelen;
503         __u16                 cr_flags; /**< (flags&CLF_FLAGMASK)|CLF_VERSION */
504         __u32                 cr_type;  /**< \a changelog_rec_type */
505         __u64                 cr_index; /**< changelog record number */
506         __u64                 cr_prev;  /**< last index for this target fid */
507         __u64                 cr_time;
508         union {
509                 lustre_fid    cr_tfid;        /**< target fid */
510                 __u32         cr_markerflags; /**< CL_MARK flags */
511         };
512         lustre_fid            cr_pfid;        /**< parent fid */
513         char                  cr_name[0];     /**< last element */
514 } __attribute__((packed));
515
516 struct ioc_changelog {
517         __u64 icc_recno;
518         __u32 icc_mdtindex;
519         __u32 icc_id;
520         __u32 icc_flags;
521 };
522
523 enum changelog_message_type {
524         CL_RECORD = 10, /* message is a changelog_rec */
525         CL_EOF    = 11, /* at end of current changelog */
526 };
527
528 /********* Misc **********/
529
530 #ifndef offsetof
531 # define offsetof(typ,memb)     ((unsigned long)((char *)&(((typ *)0)->memb)))
532 #endif
533
534 #define dot_lustre_name ".lustre"
535
536
537 /********* HSM **********/
538
539
540 #define HSM_FLAGS_MASK  0
541
542
543 enum hsm_message_type {
544         HMT_ACTION_LIST = 100, /* message is a hsm_action_list */
545 };
546
547 /* User-generated (ioctl) request types */
548 enum hsm_request {
549         HSMR_ARCHIVE = 10, /* copy to hsm */
550         HSMR_RESTORE = 11, /* prestage */
551         HSMR_RELEASE = 12, /* drop ost objects */
552         HSMR_REMOVE  = 13, /* remove from archive */
553         HSMR_CANCEL  = 14
554 };
555
556 /* Copytool commands */
557 enum hsm_action {
558         HSMA_ARCHIVE = 20, /* arbitrary offset */
559         HSMA_RESTORE = 21,
560         HSMA_REMOVE  = 22,
561         HSMA_CANCEL  = 23
562 };
563
564 /* Copytool item action description */
565 struct hsm_action_item {
566         __u32      hai_len;     /* valid size of this struct */
567         __u32      hai_action;  /* enum actually, but use known size */
568         lustre_fid hai_fid;     /* Lustre FID to operated on */
569         __u64      hai_cookie;  /* action cookie from coordinator */
570         __u64      hai_extent_start;  /* byte range to operate on */
571         __u64      hai_extent_end;
572         __u64      hai_gid;     /* grouplock id */
573         char       hai_data[0]; /* variable length */
574 } __attribute__((packed));
575
576 /* Copytool action list */
577 #define HAL_VERSION 1
578 #define HAL_MAXSIZE 4096 /* bytes, used in userspace only */
579 struct hsm_action_list {
580         __u32 hal_version;
581         __u32 hal_count;       /* number of hai's to follow */
582         __u32 hal_archive_num; /* which archive backend */
583         __u32 padding1;
584         char  hal_fsname[0];   /* null-terminated */
585         /* struct hsm_action_item[hal_count] follows, aligned on 8-byte
586            boundaries. See hai_zero */
587 } __attribute__((packed));
588
589 /* Return pointer to first hai in action list */
590 static __inline__ struct hsm_action_item * hai_zero(struct hsm_action_list *hal)
591 {
592         return (struct hsm_action_item *)(hal->hal_fsname +
593                                           cfs_size_round(strlen(hal-> \
594                                                                 hal_fsname)));
595 }
596 /* Return pointer to next hai */
597 static __inline__ struct hsm_action_item * hai_next(struct hsm_action_item *hai)
598 {
599         return (struct hsm_action_item *)((char *)hai +
600                                           cfs_size_round(hai->hai_len));
601 }
602
603 /** @} lustreuser */
604
605 #endif /* _LUSTRE_USER_H */