xfs: Add xfs_getfssec() and xfs_next_extent() functions
commit8440ec2a8ea4fda9a3326d53b9e5189163d685d7
authorPaulo Alcantara <pcacjr@zytor.com>
Mon, 16 Jul 2012 17:56:30 +0000 (16 14:56 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Sat, 21 Jul 2012 04:21:46 +0000 (21 01:21 -0300)
tree2082ce71dd75d0759844678dfb2faf33adf2d9d7
parentd5bf0b25e039410a6e9a058ab69c137bc3ef1219
xfs: Add xfs_getfssec() and xfs_next_extent() functions

This is a initial implementation of both and they're not fully functional
yet.

xfs_getfssec() still needs to be modified to handle XFS-specific things
and xfs_next_extent() must handle inodes with different dinode formats
other than _only_ handling dinode format "extents".

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c
core/fs/xfs/xfs.h
core/fs/xfs/xfs_ag.h