Searched refs:inode_fs_paths (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/ |
H A D | backref.h | 150 struct inode_fs_paths { struct 232 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); 243 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, 245 void free_ipath(struct inode_fs_paths *ipath);
|
H A D | backref.c | 2580 struct extent_buffer *eb, struct inode_fs_paths *ipath); 2582 static int iterate_inode_refs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_refs() 2643 static int iterate_inode_extrefs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_extrefs() 2710 struct extent_buffer *eb, struct inode_fs_paths *ipath) in inode_to_path() 2750 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath) in paths_from_inode() 2792 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, in init_ipath() 2795 struct inode_fs_paths *ifp; in init_ipath() 2815 void free_ipath(struct inode_fs_paths *ipath) in free_ipath()
|
H A D | scrub.c | 399 struct inode_fs_paths *ipath = NULL; in scrub_print_warning_inode()
|
H A D | ioctl.c | 3386 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()
|
H A D | inode.c | 130 struct inode_fs_paths *ipath = NULL; in data_reloc_print_warning_inode()
|