fs/btrfs/backref.c
2582
struct extent_buffer *eb, struct inode_fs_paths *ipath);
fs/btrfs/backref.c
2584
static int iterate_inode_refs(u64 inum, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2645
static int iterate_inode_extrefs(u64 inum, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2712
struct extent_buffer *eb, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2752
int paths_from_inode(u64 inum, struct inode_fs_paths *ipath)
fs/btrfs/backref.c
2794
struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
fs/btrfs/backref.c
2797
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
133
struct inode_fs_paths *ipath __free(inode_fs_paths) = NULL;
fs/btrfs/ioctl.c
3216
struct inode_fs_paths *ipath __free(inode_fs_paths) = NULL;
fs/btrfs/scrub.c
507
struct inode_fs_paths *ipath __free(inode_fs_paths) = NULL;