]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - copy/xfs_copy.h
xfs: print specific dqblk that failed verifiers
[thirdparty/xfsprogs-dev.git] / copy / xfs_copy.h
index e76b937a3da77fd09a2264226c6d3f8ffae36e98..53c6e42ce29efe9f4a5dead4ee8ed919735830e3 100644 (file)
@@ -54,6 +54,7 @@ typedef struct {
        int             id;             /* buffer ID */
        size_t          size;           /* size of buffer -- fixed */
        size_t          min_io_size;    /* for direct I/O */
+       int             data_align;     /* data buffer alignment */
        xfs_off_t       position;       /* requested position (bytes) */
        size_t          length;         /* requested length (bytes) */
        char            *data;          /* pointer to data buffer */
@@ -75,7 +76,7 @@ typedef struct {
 
 typedef int thread_id;
 typedef int tm_index;                  /* index into thread mask array */
-typedef __uint32_t thread_mask;                /* a thread mask */
+typedef uint32_t thread_mask;          /* a thread mask */
 
 typedef struct {
        char            *name;
@@ -86,4 +87,3 @@ typedef struct {
        int             error;
        int             err_type;
 } target_control;
-