Searched refs:inode_fs_paths (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/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 | 2284 struct extent_buffer *eb, struct inode_fs_paths *ipath); 2286 static int iterate_inode_refs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_refs() 2347 static int iterate_inode_extrefs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_extrefs() 2414 struct extent_buffer *eb, struct inode_fs_paths *ipath) in inode_to_path() 2454 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath) in paths_from_inode() 2502 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, in init_ipath() 2505 struct inode_fs_paths *ifp; in init_ipath() 2525 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 | 4197 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()
|