Speed up 'zfs list -t snapshot -o name -s name'
[zfs.git] / cmd / zfs / zfs_iter.h
index 8c6b9fd..7f740e7 100644 (file)
@@ -43,11 +43,13 @@ typedef struct zfs_sort_column {
 #define        ZFS_ITER_PROP_LISTSNAPS    (1 << 2)
 #define        ZFS_ITER_DEPTH_LIMIT       (1 << 3)
 #define        ZFS_ITER_RECVD_PROPS       (1 << 4)
+#define        ZFS_ITER_SIMPLE            (1 << 5)
 
 int zfs_for_each(int, char **, int options, zfs_type_t,
     zfs_sort_column_t *, zprop_list_t **, int, zfs_iter_f, void *);
 int zfs_add_sort_column(zfs_sort_column_t **, const char *, boolean_t);
 void zfs_free_sort_columns(zfs_sort_column_t *);
+int zfs_sort_only_by_name(const zfs_sort_column_t *);
 
 #ifdef __cplusplus
 }