summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.h
diff options
context:
space:
mode:
authorDarrick J. Wong2019-07-04 05:36:26 +0200
committerDarrick J. Wong2019-07-04 05:36:26 +0200
commit8bfe9d1810e657aaa1b4137f43fae83560e6d71d (patch)
treef0fb302e489b7186b7d2f30a6100e3a26c8bdb1f /fs/xfs/xfs_ioctl.h
parentxfs: remove various bulk request typedef usage (diff)
downloadkernel-qcow2-linux-8bfe9d1810e657aaa1b4137f43fae83560e6d71d.tar.gz
kernel-qcow2-linux-8bfe9d1810e657aaa1b4137f43fae83560e6d71d.tar.xz
kernel-qcow2-linux-8bfe9d1810e657aaa1b4137f43fae83560e6d71d.zip
xfs: rename bulkstat functions
Rename the bulkstat functions to 'fsbulkstat' so that they match the ioctl names. We will be introducing a new set of bulkstat/inumbers ioctls soon, and it will be important to keep the names straight. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Allison Collins <allison.henderson@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_ioctl.h')
-rw-r--r--fs/xfs/xfs_ioctl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/xfs/xfs_ioctl.h b/fs/xfs/xfs_ioctl.h
index fb303eaa8863..cb34bc821201 100644
--- a/fs/xfs/xfs_ioctl.h
+++ b/fs/xfs/xfs_ioctl.h
@@ -81,7 +81,8 @@ struct xfs_ibulk;
struct xfs_bstat;
struct xfs_inogrp;
-int xfs_bulkstat_one_fmt(struct xfs_ibulk *breq, const struct xfs_bstat *bstat);
-int xfs_inumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inogrp *igrp);
+int xfs_fsbulkstat_one_fmt(struct xfs_ibulk *breq,
+ const struct xfs_bstat *bstat);
+int xfs_fsinumbers_fmt(struct xfs_ibulk *breq, const struct xfs_inogrp *igrp);
#endif