aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_attr.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/libxfs/xfs_attr.h')
-rw-r--r--fs/xfs/libxfs/xfs_attr.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_attr.h b/fs/xfs/libxfs/xfs_attr.h
index 3b0dce06e454..ff28ebf3b635 100644
--- a/fs/xfs/libxfs/xfs_attr.h
+++ b/fs/xfs/libxfs/xfs_attr.h
@@ -112,7 +112,13 @@ typedef struct xfs_attr_list_context {
112 struct xfs_inode *dp; /* inode */ 112 struct xfs_inode *dp; /* inode */
113 struct attrlist_cursor_kern *cursor; /* position in list */ 113 struct attrlist_cursor_kern *cursor; /* position in list */
114 char *alist; /* output buffer */ 114 char *alist; /* output buffer */
115 int seen_enough; /* T/F: seen enough of list? */ 115
116 /*
117 * Abort attribute list iteration if non-zero. Can be used to pass
118 * error values to the xfs_attr_list caller.
119 */
120 int seen_enough;
121
116 ssize_t count; /* num used entries */ 122 ssize_t count; /* num used entries */
117 int dupcnt; /* count dup hashvals seen */ 123 int dupcnt; /* count dup hashvals seen */
118 int bufsize; /* total buffer size */ 124 int bufsize; /* total buffer size */