Searched refs:inode_fs_paths (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/fs/btrfs/ |
D | backref.h | 14 struct inode_fs_paths { struct 56 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); 72 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, 74 void free_ipath(struct inode_fs_paths *ipath);
|
D | backref.c | 2280 struct extent_buffer *eb, struct inode_fs_paths *ipath); 2282 static int iterate_inode_refs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_refs() 2343 static int iterate_inode_extrefs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_extrefs() 2410 struct extent_buffer *eb, struct inode_fs_paths *ipath) in inode_to_path() 2450 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath) in paths_from_inode() 2498 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, in init_ipath() 2501 struct inode_fs_paths *ifp; in init_ipath() 2521 void free_ipath(struct inode_fs_paths *ipath) in free_ipath()
|
D | scrub.c | 808 struct inode_fs_paths *ipath = NULL; in scrub_print_warning_inode()
|
D | ioctl.c | 4200 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()
|