]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - scrub/phase5.c
misc: convert xfrog_bulkstat functions to have v5 semantics
[thirdparty/xfsprogs-dev.git] / scrub / phase5.c
index 3ff342514737d7865c87fa0d27af0075c5eaf4a5..99cd51b287b66125eb672fbd4d66b6a99068a237 100644 (file)
@@ -80,7 +80,7 @@ xfs_scrub_scan_dirents(
        struct scrub_ctx        *ctx,
        const char              *descr,
        int                     *fd,
-       struct xfs_bstat        *bstat)
+       struct xfs_bulkstat     *bstat)
 {
        struct unicrash         *uc = NULL;
        DIR                     *dir;
@@ -140,7 +140,7 @@ xfs_scrub_scan_fhandle_namespace_xattrs(
        struct scrub_ctx                *ctx,
        const char                      *descr,
        struct xfs_handle               *handle,
-       struct xfs_bstat                *bstat,
+       struct xfs_bulkstat             *bstat,
        const struct attrns_decode      *attr_ns)
 {
        struct attrlist_cursor          cur;
@@ -200,7 +200,7 @@ xfs_scrub_scan_fhandle_xattrs(
        struct scrub_ctx                *ctx,
        const char                      *descr,
        struct xfs_handle               *handle,
-       struct xfs_bstat                *bstat)
+       struct xfs_bulkstat             *bstat)
 {
        const struct attrns_decode      *ns;
        bool                            moveon = true;
@@ -228,7 +228,7 @@ static int
 xfs_scrub_connections(
        struct scrub_ctx        *ctx,
        struct xfs_handle       *handle,
-       struct xfs_bstat        *bstat,
+       struct xfs_bulkstat     *bstat,
        void                    *arg)
 {
        bool                    *pmoveon = arg;