btrfs: added helper functions to iterate backrefs

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 <list.btrfs@jan-o-sch.net>
此提交包含在:
Jan Schmidt
2011-06-13 19:52:59 +02:00
父節點 0a7a0519d1
當前提交 a542ad1baf
共有 4 個檔案被更改,包括 851 行新增1 行删除

查看文件

@@ -7,6 +7,7 @@ btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
extent_map.o sysfs.o struct-funcs.o xattr.o ordered-data.o \
extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
export.o tree-log.o free-space-cache.o zlib.o lzo.o \
compression.o delayed-ref.o relocation.o delayed-inode.o scrub.o
compression.o delayed-ref.o relocation.o delayed-inode.o backref.o \
scrub.o
btrfs-$(CONFIG_BTRFS_FS_POSIX_ACL) += acl.o