fs/btrfs/backref.c
2592
struct extent_buffer *eb, struct inode_fs_paths *ipath);
fs/btrfs/backref.c
2594
static int iterate_inode_refs(u64 inum, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2655
static int iterate_inode_extrefs(u64 inum, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2722
struct extent_buffer *eb, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2762
int paths_from_inode(u64 inum, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2804
struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
fs/btrfs/backref.c
2807
struct inode_fs_paths *ifp;
fs/btrfs/backref.h
231
int paths_from_inode(u64 inum, struct inode_fs_paths *ipath);
fs/btrfs/backref.h
242
struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
fs/btrfs/backref.h
245
DEFINE_FREE(inode_fs_paths, struct inode_fs_paths *,
fs/btrfs/inode.c
134
struct inode_fs_paths *ipath __free(inode_fs_paths) = NULL;
fs/btrfs/ioctl.c
3177
struct inode_fs_paths *ipath __free(inode_fs_paths) = NULL;
fs/btrfs/scrub.c
506
struct inode_fs_paths *ipath __free(inode_fs_paths) = NULL;