]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
progs: clean up all remaining xfs*h includes
authorDave Chinner <dchinner@redhat.com>
Thu, 30 Jul 2015 23:09:58 +0000 (09:09 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 23:09:58 +0000 (09:09 +1000)
Convert all the various ways of including xfs*.h to one standard
way across all libraries and utilities:

#include "xfs/xfs*.h"

This means we are consistently including the local
include/xfs/xfs*h header file in parts of the build.

The exception to this is the libxfs/ directory, which does not use
the "xfs/" prefix in files shared with the kernel to maintain as
much similarity to the kernel code as possible. However, libxfs/ is
the source that include/xfs points back to, so the local include
rule ensures this works just fine.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
60 files changed:
fsr/xfs_fsr.c
growfs/xfs_growfs.c
include/gnukfreebsd.h
include/input.h
include/libxfs.h
include/libxlog.h
include/path.h
include/platform_defs.h.in
include/project.h
include/xfs.h
include/xfs_inode.h
include/xqm.h
io/attr.c
io/bmap.c
io/fadvise.c
io/fiemap.c
io/file.c
io/freeze.c
io/fsync.c
io/getrusage.c
io/imap.c
io/init.c
io/inject.c
io/link.c
io/madvise.c
io/mincore.c
io/mmap.c
io/open.c
io/parent.c
io/pread.c
io/prealloc.c
io/pwrite.c
io/readdir.c
io/resblks.c
io/seek.c
io/sendfile.c
io/shutdown.c
io/sync.c
io/sync_file_range.c
io/truncate.c
libhandle/handle.c
libhandle/jdm.c
libxcmd/command.c
libxcmd/help.c
libxcmd/input.c
libxcmd/paths.c
libxcmd/projects.c
libxcmd/quit.c
libxfs/libxfs_priv.h
libxfs/radix-tree.c
quota/edit.c
quota/free.c
quota/init.c
quota/path.c
quota/project.c
quota/quot.c
quota/quota.c
quota/quota.h
quota/report.c
quota/state.c

index 89fba55847526407fa18ab608bc59da291b4d3ea..efc17a81906afb90ce528454879bd46ae9a752e5 100644 (file)
  */
 
 #include "xfs/libxfs.h"
-#include <xfs/xfs.h>
-#include <xfs/xfs_types.h>
-#include <xfs/jdm.h>
-#include <xfs/xfs_bmap_btree.h>
-#include <xfs/xfs_attr_sf.h>
+#include "xfs/xfs.h"
+#include "xfs/xfs_types.h"
+#include "xfs/jdm.h"
+#include "xfs/xfs_bmap_btree.h"
+#include "xfs/xfs_attr_sf.h"
 
 #include <fcntl.h>
 #include <errno.h>
index 3ff3b5dbffed38cebcc5bb63fbbbc6059b415673..821a87ddd55e9e977f647ac347f1ee69d92e9dd9 100644 (file)
@@ -17,7 +17,7 @@
  */
 
 #include "xfs/libxfs.h"
-#include <xfs/path.h>
+#include "xfs/path.h"
 
 static void
 usage(void)
index 2140acd4e3e343978057fb952ff46cfbd24bc659..d392859251de1b18cbb372ad85bbb4c7ddd33896 100644 (file)
@@ -31,7 +31,7 @@
 #include <ctype.h>
 #include <libgen.h>
 #include <paths.h>
-#include <xfs/swab.h>
+#include "xfs/swab.h"
 
 #define constpp        char * const *
 
index 61b40c846ce2be93287ed2da3c035a4ec5982c59..ae273addc226efca6c29e5e211421ae7621ef4c1 100644 (file)
@@ -21,7 +21,7 @@
 #include <pwd.h>
 #include <grp.h>
 #include <sys/types.h>
-#include <xfs/project.h>
+#include "xfs/project.h"
 #include <stdbool.h>
 
 extern char    **breakline(char *input, int *count);
index 6a59cc02412143978ace8a816c9f029a8384643a..1fd8bda277015a6b74997406bb82fbd75f735648 100644 (file)
 #ifndef __LIBXFS_H__
 #define __LIBXFS_H__
 
-#include <xfs/libxfs_api_defs.h>
-#include <xfs/platform_defs.h>
+#include "xfs/libxfs_api_defs.h"
+#include "xfs/platform_defs.h"
 
-#include <xfs/list.h>
-#include <xfs/hlist.h>
-#include <xfs/cache.h>
-#include <xfs/bitops.h>
-#include <xfs/kmem.h>
-#include <xfs/radix-tree.h>
-#include <xfs/swab.h>
-#include <xfs/atomic.h>
+#include "xfs/list.h"
+#include "xfs/hlist.h"
+#include "xfs/cache.h"
+#include "xfs/bitops.h"
+#include "xfs/kmem.h"
+#include "xfs/radix-tree.h"
+#include "xfs/swab.h"
+#include "xfs/atomic.h"
 
-#include <xfs/xfs_types.h>
-#include <xfs/xfs_fs.h>
-#include <xfs/xfs_arch.h>
+#include "xfs/xfs_types.h"
+#include "xfs/xfs_fs.h"
+#include "xfs/xfs_arch.h"
 
-#include <xfs/xfs_shared.h>
-#include <xfs/xfs_format.h>
-#include <xfs/xfs_log_format.h>
-#include <xfs/xfs_quota_defs.h>
-#include <xfs/xfs_trans_resv.h>
+#include "xfs/xfs_shared.h"
+#include "xfs/xfs_format.h"
+#include "xfs/xfs_log_format.h"
+#include "xfs/xfs_quota_defs.h"
+#include "xfs/xfs_trans_resv.h"
 
 
 /* CRC stuff, buffer API dependent on it */
@@ -49,33 +49,33 @@ extern uint32_t crc32c_le(uint32_t crc, unsigned char const *p, size_t len);
 #define crc32(c,p,l)   crc32_le((c),(unsigned char const *)(p),(l))
 #define crc32c(c,p,l)  crc32c_le((c),(unsigned char const *)(p),(l))
 
-#include <xfs/xfs_cksum.h>
+#include "xfs/xfs_cksum.h"
 
 /*
  * This mirrors the kernel include for xfs_buf.h - it's implicitly included in
  * every files via a similar include in the kernel xfs_linux.h.
  */
-#include <xfs/libxfs_io.h>
-
-#include <xfs/xfs_bit.h>
-#include <xfs/xfs_sb.h>
-#include <xfs/xfs_mount.h>
-#include <xfs/xfs_da_format.h>
-#include <xfs/xfs_da_btree.h>
-#include <xfs/xfs_dir2.h>
-#include <xfs/xfs_bmap_btree.h>
-#include <xfs/xfs_alloc_btree.h>
-#include <xfs/xfs_ialloc_btree.h>
-#include <xfs/xfs_attr_sf.h>
-#include <xfs/xfs_inode_fork.h>
-#include <xfs/xfs_inode_buf.h>
-#include <xfs/xfs_inode.h>
-#include <xfs/xfs_alloc.h>
-#include <xfs/xfs_btree.h>
-#include <xfs/xfs_btree_trace.h>
-#include <xfs/xfs_bmap.h>
-#include <xfs/xfs_trace.h>
-#include <xfs/xfs_trans.h>
+#include "xfs/libxfs_io.h"
+
+#include "xfs/xfs_bit.h"
+#include "xfs/xfs_sb.h"
+#include "xfs/xfs_mount.h"
+#include "xfs/xfs_da_format.h"
+#include "xfs/xfs_da_btree.h"
+#include "xfs/xfs_dir2.h"
+#include "xfs/xfs_bmap_btree.h"
+#include "xfs/xfs_alloc_btree.h"
+#include "xfs/xfs_ialloc_btree.h"
+#include "xfs/xfs_attr_sf.h"
+#include "xfs/xfs_inode_fork.h"
+#include "xfs/xfs_inode_buf.h"
+#include "xfs/xfs_inode.h"
+#include "xfs/xfs_alloc.h"
+#include "xfs/xfs_btree.h"
+#include "xfs/xfs_btree_trace.h"
+#include "xfs/xfs_bmap.h"
+#include "xfs/xfs_trace.h"
+#include "xfs/xfs_trans.h"
 
 #ifndef ARRAY_SIZE
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
@@ -174,11 +174,11 @@ enum ce { CE_DEBUG, CE_CONT, CE_NOTE, CE_WARN, CE_ALERT, CE_PANIC };
 extern int             libxfs_nproc(void);
 extern unsigned long   libxfs_physmem(void);   /* in kilobytes */
 
-#include <xfs/xfs_ialloc.h>
+#include "xfs/xfs_ialloc.h"
 
-#include <xfs/xfs_attr_leaf.h>
-#include <xfs/xfs_attr_remote.h>
-#include <xfs/xfs_trans_space.h>
+#include "xfs/xfs_attr_leaf.h"
+#include "xfs/xfs_attr_remote.h"
+#include "xfs/xfs_trans_space.h"
 
 #define XFS_INOBT_IS_FREE_DISK(rp,i)           \
                        ((be64_to_cpu((rp)->ir_free) & XFS_INOBT_MASK(i)) != 0)
index c6640a86acb994ddc7dc3a489d14efa254d9e66a..e2ab5add4c0beebd3f5878cd70a202c0a2cc3377 100644 (file)
@@ -44,7 +44,7 @@ struct xlog {
        int             l_sectBBsize;   /* size of log sector in 512 byte chunks */
 };
 
-#include <xfs/xfs_log_recover.h>
+#include "xfs/xfs_log_recover.h"
 
 /*
  * macros mapping kernel code to user code
index 757ba49e1a38621dc04f38f0d51f92f93e10bc72..c8746cb9895088bbe282c1f9879adc28fbe15f33 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __PATH_H__
 #define __PATH_H__
 
-#include <xfs/xfs.h>
+#include "xfs/xfs.h"
 
 /*
  * XFS Filesystem Paths
index ac260bcdd319cfe3eefd66b0ae424d9bc9d69086..05a726ac050f71963605e2d8e5dffd70a83bf43c 100644 (file)
@@ -69,15 +69,15 @@ typedef __u64       __bitwise       __be64;
 typedef struct filldir         filldir_t;
 
 #if defined(__linux__)
-#include <xfs/linux.h>
+#include "xfs/linux.h"
 #elif defined(__FreeBSD__)
-#include <xfs/freebsd.h>
+#include "xfs/freebsd.h"
 #elif defined(__FreeBSD_kernel__)
-#include <xfs/gnukfreebsd.h>
+#include "xfs/gnukfreebsd.h"
 #elif defined(__APPLE__)
-#include <xfs/darwin.h>
+#include "xfs/darwin.h"
 #elif defined(__sgi__) || defined(__sgi)
-#include <xfs/irix.h>
+#include "xfs/irix.h"
 #else
 # error unknown platform... have fun porting!
 #endif
index 328e013bca347be323aaac5291c0f37c019cf050..a458a61381db24caa0441c91431149b4f53a34b7 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __PROJECT_H__
 #define __PROJECT_H__
 
-#include <xfs/xfs.h>
+#include "xfs/xfs.h"
 
 extern int setprojid(const char *__name, int __fd, prid_t __id);
 extern int getprojid(const char *__name, int __fd, prid_t *__id);
index e32c4a8db43f434385a23fca63b94df618455eec..0cb4fb8c75dd72a0e517b83e241c61cdb0fe0162 100644 (file)
@@ -33,8 +33,8 @@
 #ifndef __XFS_H__
 #define __XFS_H__
 
-#include <xfs/platform_defs.h>
-#include <xfs/xfs_types.h>
-#include <xfs/xfs_fs.h>
+#include "xfs/platform_defs.h"
+#include "xfs/xfs_types.h"
+#include "xfs/xfs_fs.h"
 
 #endif /* __XFS_H__ */
index 8acff7be4b319c343b59b8358bc1e18ad3317c45..303efe0e4aff81a3abddd1456b1834db52ec77a9 100644 (file)
@@ -20,8 +20,8 @@
 #define __XFS_INODE_H__
 
 /* These match kernel side includes */
-#include <xfs/xfs_inode_buf.h>
-#include <xfs/xfs_inode_fork.h>
+#include "xfs/xfs_inode_buf.h"
+#include "xfs/xfs_inode_fork.h"
 
 struct xfs_trans;
 struct xfs_mount;
index 47f58a049a157387eb75dfbe4733b7631a43e55e..0b5dfa13e61e11e5e46df9d91e596e770ba43d30 100644 (file)
@@ -18,7 +18,7 @@
 #ifndef __XQM_H__
 #define __XQM_H__
 
-#include <xfs/xfs.h>
+#include "xfs/xfs.h"
 
 /*
  * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM).
index 9b26f31e2911c842ed015ce554f8091cf76fd5ec..dfae36ed4f43b6acbec37a1b0c1a40885c128d32 100644 (file)
--- a/io/attr.c
+++ b/io/attr.c
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index a78cbb14baa62da9f25cf803a6670d45f5bd1582..d96f7d4098e1d78ef45bdc628e23e0340ff66066 100644 (file)
--- a/io/bmap.c
+++ b/io/bmap.c
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
 #include "init.h"
 #include "io.h"
 
index a27b8f76414d2d5e1b33a3e3525feefe30ce5774..3b76ab9a7373a94ea8c6426d9af7bd64e3e4cd43 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index e76be9762330f37f83cbdb3cfa58ff128b5bfb15..363d1d9d10e3bd71fc9fd46b3cbb1d78e01312fa 100644 (file)
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
 #include <linux/fiemap.h>
 #include <linux/fs.h>
 #include "init.h"
index 73b893f6d3cf8966aa37da29c72ed3c61742647e..0eadcab6330094bd8de85c602345114d954832ea 100644 (file)
--- a/io/file.c
+++ b/io/file.c
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <sys/mman.h>
 #include "init.h"
 #include "io.h"
index 89cd303c77225aae4053440c8cce1e13a60b8c3d..a12ed67e631456bca73f5cdafe6ac5c9b32e9521 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 5ed8d25a4322e6d7215a717eb5d8a78c44c753d7..d9c45f1c17572573b46ada38bf788f4225a838a2 100644 (file)
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
 #include "init.h"
 #include "io.h"
 
index 32f2a7ee3fded38560a3870e930a2a897fb08de7..35dc4bfe82fb7e41ecf8abffc94829971f6babd5 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <sys/time.h>
 #include <sys/resource.h>
 #include "init.h"
index 4f3f883504a16ef1e4fc7ed5d4e8b0c888c97280..a615467691abe43743cd830e55ae436d746265c7 100644 (file)
--- a/io/imap.c
+++ b/io/imap.c
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 1b0751899de52951f8fba502800b660f64e457a8..78a49b6155d9c2c28749a4c75b49f75d4690b2ca 100644 (file)
--- a/io/init.c
+++ b/io/init.c
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 1e078aead9ce66f67e0d770df07d5696b7e86c2b..f0aaf97a043c9862b49833224599feb45699624c 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 9c2d1f8c6d9f6b464877c6543cef16a21fa1830c..092e0d47f3e777f12f81b93894c6bf1f3b8d15a7 100644 (file)
--- a/io/link.c
+++ b/io/link.c
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 87f619da4aeafc033fe9bd94ed6d5b08b91f0056..4f3f91bf4b73dddf8153e1922a101cf317346a44 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <sys/mman.h>
 #include "init.h"
 #include "io.h"
index eac86996726ec5c105a191738482f4bdcf1f8530..234e0a106e8bc3c28bdeb57053ca76dcb24880d3 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <sys/mman.h>
 #include "init.h"
 #include "io.h"
index 565a54176b05b7cebb10efefb17e3107cfd721ca..06f678f64b1bb949807fffcc2ce8388e647e2a0b 100644 (file)
--- a/io/mmap.c
+++ b/io/mmap.c
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <sys/mman.h>
 #include <signal.h>
 #include "init.h"
index c106fa7d404352d29bc08caa20f2fb74fdac88c4..795adebf3304fb5fc485f04eef58a9f302a1368e 100644 (file)
--- a/io/open.c
+++ b/io/open.c
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 0313119fa1b7837a3dd5df6969e84b9b608e4cef..e883f652039c745eea3a9854b36e415a730b04e1 100644 (file)
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
-#include <xfs/path.h>
-#include <xfs/parent.h>
-#include <xfs/handle.h>
-#include <xfs/jdm.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
+#include "xfs/path.h"
+#include "xfs/parent.h"
+#include "xfs/handle.h"
+#include "xfs/jdm.h"
 #include "init.h"
 #include "io.h"
 
index cff32757544b069e2bae648abe4de6cadd547bab..280cc9d784ae03e29fb76f0fb1d7f47ea204c2c4 100644 (file)
@@ -17,9 +17,9 @@
  */
 
 #include <sys/uio.h>
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <ctype.h>
 #include "init.h"
 #include "io.h"
index 4ab3d8cc1bd5ee8c598e013fc54009299cf3e572..e458a9279aaebc0709520befe4bb80e4de95c1e2 100644 (file)
@@ -19,9 +19,9 @@
 #if defined(HAVE_FALLOCATE)
 #include <linux/falloc.h>
 #endif
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 0674c01b2e01c1f9a5243a6568282363585dc9fb..69f67af933ae38fa8ea3215e11080698add9ca82 100644 (file)
@@ -17,9 +17,9 @@
  */
 
 #include <sys/uio.h>
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 71332045db035986ac11c3237ed079ca82db2f5f..20b8898771d01b658484bed4043f1cc77d0e1414 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 2e54776795f4528e530bf94805698441b199aee8..197f7e8a1d27eec2626bf7e4d7bac2b3a24f212f 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 526b7b82331fbd44ccc255a3cf722276e8149703..9b281d5dffa325c99fb28c06ce61dafb5dd184de 100644 (file)
--- a/io/seek.c
+++ b/io/seek.c
@@ -16,9 +16,9 @@
  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <sys/types.h>
 #include <unistd.h>
 #include "init.h"
index 426b75d11bf853bed5a253df4c7fed70f2d49fd4..22a5a4f519feb8524976b6322bb75a771d725440 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include <sys/sendfile.h>
 #include "init.h"
 #include "io.h"
index 21e162632ae5122974549fac1a9e1cf5a3b86a82..2c86cf9cbadc01ae6f2459017d4e40e8a6f6d635 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 683899baf0f1994fe746b900d23008858f3b19d6..c7bbbf1a640e899793d94c46c432fe4b0ef2a239 100644 (file)
--- a/io/sync.c
+++ b/io/sync.c
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
 #include "init.h"
 #include "io.h"
 
index 35d8cc50d2a6293433e2e1108b8f2407e8a1a908..636633109968895260ecb3dd677c214dad186f3b 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 49ced6f63b321a517055dcaaba8cd017bf379ef9..401d2a5f74c2fcd6ef148efad7670e8b5ff87a0c 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "io.h"
 
index 3c1395a64417810f44b61809a0d113e56d660e76..54e6f717d64cb8a7a781d3c5b1553cd322bf2a1e 100644 (file)
@@ -17,9 +17,9 @@
  */
 
 #include <libgen.h>
-#include <xfs/xfs.h>
-#include <xfs/handle.h>
-#include <xfs/parent.h>
+#include "xfs/xfs.h"
+#include "xfs/handle.h"
+#include "xfs/parent.h"
 
 /* just pick a value we know is more than big enough */
 #define        MAXHANSIZ       64
index 070407bc7ad6af50b769df949e636d9bbf8d2a09..a18dcd4c1ca32765c6f9a86e71f71222b3031948 100644 (file)
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/handle.h>
-#include <xfs/jdm.h>
-#include <xfs/parent.h>
+#include "xfs/xfs.h"
+#include "xfs/handle.h"
+#include "xfs/jdm.h"
+#include "xfs/parent.h"
 
 /* internal fshandle - typecast to a void for external use */
 #define FSHANDLE_SZ            8
index ebf14134591bf206f52f1dffc4864cb9c5d7f0f6..148e58b0a93f306c9187929eb5899a0a5d269445 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 
 cmdinfo_t      *cmdtab;
 int            ncmds;
index 54d34d88a9167dca77fecec7b464b68e31f1585e..bcd5641a1bee573146ea56f9f584099a817d51d1 100644 (file)
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
 
 static cmdinfo_t help_cmd;
 static void help_onecmd(const char *cmd, const cmdinfo_t *ct);
index c06b5b8fd95859c6afb59b94178caaa2ebbb6e93..83aeeb5325531984b168c6e9b36b93fa5a17aba2 100644 (file)
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/input.h>
+#include "xfs/xfs.h"
+#include "xfs/input.h"
 #include <ctype.h>
 #include <stdbool.h>
 
index 443adbb4ce34fef15393144a34476fd6b3d4f7ff..c0b1ddb978b197afd3e63d6eaf6a96bebe69bbd2 100644 (file)
@@ -24,9 +24,9 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <xfs/path.h>
-#include <xfs/input.h>
-#include <xfs/project.h>
+#include "xfs/path.h"
+#include "xfs/input.h"
+#include "xfs/project.h"
 #include <limits.h>
 
 extern char *progname;
index a0f5bc989a1146da08c60dfd2d1a9dcc66d69fd8..b00e4c8de0df629fea78b92e85e6da6f4e08fe1e 100644 (file)
@@ -19,7 +19,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <xfs/project.h>
+#include "xfs/project.h"
 
 #define PROJID         "/etc/projid"
 #define PROJECT_PATHS  "/etc/projects"
index faba4d119e03831c8935736af87e23f4f2dde28d..0921bbb75416e69acb11d0ebc5cc01a92e52e05b 100644 (file)
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xfs.h>
-#include <xfs/command.h>
+#include "xfs/xfs.h"
+#include "xfs/command.h"
 
 static cmdinfo_t quit_cmd;
 
index 72fc4b3af0fce42df33c4cfb192b66abddada7d9..e0d0dc666b573d3b7a5f6384ec78a492b034a39b 100644 (file)
                                 (ip)->d_ops, hdr, loghead)
 
 #include "libxfs_api_defs.h"
-#include <xfs/platform_defs.h>
+#include "xfs/platform_defs.h"
 
-#include <xfs/list.h>
-#include <xfs/hlist.h>
-#include <xfs/cache.h>
-#include <xfs/bitops.h>
-#include <xfs/kmem.h>
-#include <xfs/radix-tree.h>
-#include <xfs/swab.h>
-#include <xfs/atomic.h>
+#include "xfs/list.h"
+#include "xfs/hlist.h"
+#include "xfs/cache.h"
+#include "xfs/bitops.h"
+#include "xfs/kmem.h"
+#include "xfs/radix-tree.h"
+#include "xfs/swab.h"
+#include "xfs/atomic.h"
 
-#include <xfs/xfs_types.h>
-#include <xfs/xfs_arch.h>
+#include "xfs/xfs_types.h"
+#include "xfs/xfs_arch.h"
 
-#include <xfs/xfs_fs.h>
+#include "xfs/xfs_fs.h"
 
 /* CRC stuff, buffer API dependent on it */
 extern uint32_t crc32_le(uint32_t crc, unsigned char const *p, size_t len);
@@ -81,13 +81,13 @@ extern uint32_t crc32c_le(uint32_t crc, unsigned char const *p, size_t len);
 #define crc32(c,p,l)   crc32_le((c),(unsigned char const *)(p),(l))
 #define crc32c(c,p,l)  crc32c_le((c),(unsigned char const *)(p),(l))
 
-#include <xfs/xfs_cksum.h>
+#include "xfs/xfs_cksum.h"
 
 /*
  * This mirrors the kernel include for xfs_buf.h - it's implicitly included in
  * every files via a similar include in the kernel xfs_linux.h.
  */
-#include <xfs/libxfs_io.h>
+#include "libxfs_io.h"
 
 /* for all the support code that uses progname in error messages */
 extern char    *progname;
index c4b69711bc1dcba5f1e8333f0bf4689a3da1040a..c859f286854031cd6dbb4087448eb422499a8690 100644 (file)
@@ -18,7 +18,7 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-#include <xfs/platform_defs.h>
+#include "xfs/platform_defs.h"
 #include "radix-tree.h"
 
 #ifndef ARRAY_SIZE
index cad3aeece20df16e6ad62adc4ce6e6d883c0b0af..0170d51a69e5a3e785573b6d01e615ff28cd8208 100644 (file)
@@ -19,8 +19,8 @@
 #include <pwd.h>
 #include <grp.h>
 #include <ctype.h>
-#include <xfs/input.h>
-#include <xfs/command.h>
+#include "xfs/input.h"
+#include "xfs/command.h"
 #include "init.h"
 #include "quota.h"
 
index 79b52e910901ef8fe4fc9640cc506e2578edeb7a..72ab503293761f1999e7984267a0c776ead4e853 100644 (file)
@@ -16,7 +16,7 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/command.h>
+#include "xfs/command.h"
 #include "init.h"
 #include "quota.h"
 
index 639e9e7f54462fb225fdb6c31116effba6be6013..019e2c56f9a4c18fa5d47bcb5af809046282f836 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/path.h>
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/path.h"
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 
 char   *progname;
index 0c204ede0106c0e5b83ed683e4b417539393cef3..9a35332d342911d3f43c19aeef514e17e6e608b7 100644 (file)
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "quota.h"
 
index a2c7046dacdf5270b3c29558176d77584a3bfb4f..f30c6c645603d7422c4d7ff2134767942b7730a7 100644 (file)
@@ -16,8 +16,8 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/command.h>
-#include <xfs/input.h>
+#include "xfs/command.h"
+#include "xfs/input.h"
 #include "init.h"
 #include "quota.h"
 
index 96d449ea71f3b9faf58acaa6ad28779aa89ded2d..be41026361a51d5e1fd60a673103626b81ee2add 100644 (file)
@@ -16,7 +16,7 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/command.h>
+#include "xfs/command.h"
 #include <ctype.h>
 #include <pwd.h>
 #include <grp.h>
index 367da8ca16b179d35ab78528f5bfa6fbd636f4cf..d24974056dd8a3690000a511d1572a2eb6575959 100644 (file)
@@ -16,7 +16,7 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/command.h>
+#include "xfs/command.h"
 #include <ctype.h>
 #include <pwd.h>
 #include <grp.h>
index 618bb49eca71620f5c8a039ca12f0d837ca46831..974747f5add363269a85ac95583939dc8518b32a 100644 (file)
@@ -16,9 +16,9 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/xqm.h>
-#include <xfs/path.h>
-#include <xfs/project.h>
+#include "xfs/xqm.h"
+#include "xfs/path.h"
+#include "xfs/project.h"
 #include <stdbool.h>
 
 /*
index 8e3316ed4298d478f3e48fa8d429dd761d586b43..7c3cf451ee1a602d2396f745dfc7c6a45de3c95c 100644 (file)
@@ -16,7 +16,7 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/command.h>
+#include "xfs/command.h"
 #include <sys/types.h>
 #include <pwd.h>
 #include <grp.h>
index 42bffc0179157422daafb86e383bf384a8c9ff99..b1827b6f5c20f94729467357e4942cd918774847 100644 (file)
@@ -16,7 +16,7 @@
  * Inc.,  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <xfs/command.h>
+#include "xfs/command.h"
 #include "init.h"
 #include "quota.h"