Searched refs:inode_fs_paths (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | backref.h | 132 struct inode_fs_paths { struct 214 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); 225 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, 227 void free_ipath(struct inode_fs_paths *ipath);
|
A D | backref.c | 2537 struct extent_buffer *eb, struct inode_fs_paths *ipath); 2539 static int iterate_inode_refs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_refs() 2600 static int iterate_inode_extrefs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_extrefs() 2667 struct extent_buffer *eb, struct inode_fs_paths *ipath) in inode_to_path() 2707 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath) in paths_from_inode() 2755 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, in init_ipath() 2758 struct inode_fs_paths *ifp; in init_ipath() 2778 void free_ipath(struct inode_fs_paths *ipath) in free_ipath()
|
A D | ioctl.c | 3308 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()
|
A D | scrub.c | 822 struct inode_fs_paths *ipath = NULL; in scrub_print_warning_inode()
|
Completed in 27 milliseconds