aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_attr.h')
-rw-r--r--fs/xfs/xfs_attr.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/fs/xfs/xfs_attr.h b/fs/xfs/xfs_attr.h
index 3115dcc67236..8b2d31c19e4d 100644
--- a/fs/xfs/xfs_attr.h
+++ b/fs/xfs/xfs_attr.h
@@ -85,22 +85,6 @@ typedef struct attrlist_ent { /* data from attr_list() */
85 &((char *)buffer)[ ((attrlist_t *)(buffer))->al_offset[index] ]) 85 &((char *)buffer)[ ((attrlist_t *)(buffer))->al_offset[index] ])
86 86
87/* 87/*
88 * Multi-attribute operation vector.
89 */
90typedef struct attr_multiop {
91 int am_opcode; /* operation to perform (ATTR_OP_GET, etc.) */
92 int am_error; /* [out arg] result of this sub-op (an errno) */
93 char *am_attrname; /* attribute name to work with */
94 char *am_attrvalue; /* [in/out arg] attribute value (raw bytes) */
95 int am_length; /* [in/out arg] length of value */
96 int am_flags; /* bitwise OR of attr API flags defined above */
97} attr_multiop_t;
98
99#define ATTR_OP_GET 1 /* return the indicated attr's value */
100#define ATTR_OP_SET 2 /* set/create the indicated attr/value pair */
101#define ATTR_OP_REMOVE 3 /* remove the indicated attr */
102
103/*
104 * Kernel-internal version of the attrlist cursor. 88 * Kernel-internal version of the attrlist cursor.
105 */ 89 */
106typedef struct attrlist_cursor_kern { 90typedef struct attrlist_cursor_kern {