aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_ioctl32.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_ioctl32.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_ioctl32.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_ioctl32.h b/fs/xfs/linux-2.6/xfs_ioctl32.h
index bbf3a2cd8a7d..785e7ec318cf 100644
--- a/fs/xfs/linux-2.6/xfs_ioctl32.h
+++ b/fs/xfs/linux-2.6/xfs_ioctl32.h
@@ -135,6 +135,26 @@ typedef struct compat_xfs_fsop_attrlist_handlereq {
135#define XFS_IOC_ATTRLIST_BY_HANDLE_32 \ 135#define XFS_IOC_ATTRLIST_BY_HANDLE_32 \
136 _IOW('X', 122, struct compat_xfs_fsop_attrlist_handlereq) 136 _IOW('X', 122, struct compat_xfs_fsop_attrlist_handlereq)
137 137
138/* am_opcodes defined in xfs_fs.h */
139typedef struct compat_xfs_attr_multiop {
140 __u32 am_opcode;
141 __s32 am_error;
142 compat_uptr_t am_attrname;
143 compat_uptr_t am_attrvalue;
144 __u32 am_length;
145 __u32 am_flags;
146} compat_xfs_attr_multiop_t;
147
148typedef struct compat_xfs_fsop_attrmulti_handlereq {
149 struct compat_xfs_fsop_handlereq hreq; /* handle interface structure */
150 __u32 opcount;/* count of following multiop */
151 /* ptr to compat_xfs_attr_multiop */
152 compat_uptr_t ops; /* attr_multi data */
153} compat_xfs_fsop_attrmulti_handlereq_t;
154
155#define XFS_IOC_ATTRMULTI_BY_HANDLE_32 \
156 _IOW('X', 123, struct compat_xfs_fsop_attrmulti_handlereq)
157
138#ifdef BROKEN_X86_ALIGNMENT 158#ifdef BROKEN_X86_ALIGNMENT
139/* on ia32 l_start is on a 32-bit boundary */ 159/* on ia32 l_start is on a 32-bit boundary */
140typedef struct compat_xfs_flock64 { 160typedef struct compat_xfs_flock64 {