xfs: create simplified inode walk function
Create a new iterator function to simplify walking inodes in an XFS filesystem. This new iterator will replace the existing open-coded walking that goes on in various places. Signed-off-by:Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by:
Brian Foster <bfoster@redhat.com>
Showing
- fs/xfs/Makefile 1 addition, 0 deletionsfs/xfs/Makefile
- fs/xfs/libxfs/xfs_ialloc_btree.c 33 additions, 4 deletionsfs/xfs/libxfs/xfs_ialloc_btree.c
- fs/xfs/libxfs/xfs_ialloc_btree.h 3 additions, 0 deletionsfs/xfs/libxfs/xfs_ialloc_btree.h
- fs/xfs/xfs_itable.c 3 additions, 2 deletionsfs/xfs/xfs_itable.c
- fs/xfs/xfs_itable.h 8 additions, 0 deletionsfs/xfs/xfs_itable.h
- fs/xfs/xfs_iwalk.c 389 additions, 0 deletionsfs/xfs/xfs_iwalk.c
- fs/xfs/xfs_iwalk.h 19 additions, 0 deletionsfs/xfs/xfs_iwalk.h
- fs/xfs/xfs_trace.h 40 additions, 0 deletionsfs/xfs/xfs_trace.h
Loading
Please register or sign in to comment