summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs/xfs_fs.h
Commit message (Collapse)AuthorAgeFilesLines
* xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak2015-10-121-0/+10
| | | | | | | | | | Remove a hard dependency of Linux XATTR_LIST_MAX value by using a prefixed version. This patch reflects the same change in xfsprogs. Signed-off-by: Jan Tulak <jtulak@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
* xfs: add fs geometry bit for sparse inode chunksBrian Foster2015-05-291-0/+1
| | | | | | | | | | Define an fs geometry bit for sparse inode chunks such that the characteristic of the fs can be identified by userspace. Signed-off-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
* xfs: move xfs_fs.h to libxfsDave Chinner2015-01-091-0/+576
Ioctl API definitions are shared with userspace, so move the header file that defines them all to libxfs along with all the other code shared with userspace. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>
OpenPOWER on IntegriCloud