aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/backref.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-06Btrfs: fix the new inspection ioctls for 32 bit compatChris Mason1-4/+4
The new ioctls to follow backrefs are not clean for 32/64 bit compat. This reworks them for u64s everywhere. They are brand new, so there are no problems with changing the interface now. Signed-off-by: Chris Mason <[email protected]>
2011-09-29btrfs: added helper functions to iterate backrefsJan Schmidt1-0/+776
These helper functions iterate back references and call a function for each backref. There is also a function to resolve an inode to a path in the file system. Signed-off-by: Jan Schmidt <[email protected]>