@@ -6,9 +6,9 @@ xfsctl \- control XFS filesystems and individual files
.HP
.BI "int\ xfsctl(const char *" path ", int " fd ", int " cmd ", void *" ptr );
.PP
-.BI "int platform_test_xfs_fd(int " fd );
+.BI "int test_xfs_fd(int " fd );
.br
-.BI "int platform_test_xfs_path(const char *" path );
+.BI "int test_xfs_path(const char *" path );
.SH DESCRIPTION
Some functionality specific to the XFS filesystem is accessible to
applications through platform-specific system call interfaces.
@@ -24,11 +24,6 @@ and
.BR fstatfs (2)
system calls can be used to determine whether or not an arbitrary
path or file descriptor belong to an XFS filesystem.
-These are not portable however, so the routines
-.BR platform_test_xfs_fd ()
-and
-.BR platform_test_xfs_path ()
-provide a platform-independent mechanism.
.SS File Operations
In order to effect an operation on an individual file, the pathname
and descriptor arguments passed to