Searched refs:inode_fs_paths (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | backref.h | 14 struct inode_fs_paths { struct 41 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); 56 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, 58 void free_ipath(struct inode_fs_paths *ipath);
|
H A D | backref.c | 2267 struct inode_fs_paths *ipath = ctx; 2306 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath) 2339 * information will be total_bytes - sizeof(struct inode_fs_paths). 2342 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, 2345 struct inode_fs_paths *ifp; 2365 void free_ipath(struct inode_fs_paths *ipath)
|
H A D | scrub.c | 648 struct inode_fs_paths *ipath = NULL; in scrub_print_warning_inode()
|
H A D | ioctl.c | 3871 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | backref.h | 138 struct inode_fs_paths { struct 220 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath); 231 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, 233 void free_ipath(struct inode_fs_paths *ipath);
|
H A D | backref.c | 2579 struct extent_buffer *eb, struct inode_fs_paths *ipath); 2581 static int iterate_inode_refs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_refs() 2642 static int iterate_inode_extrefs(u64 inum, struct inode_fs_paths *ipath) in iterate_inode_extrefs() 2709 struct extent_buffer *eb, struct inode_fs_paths *ipath) in inode_to_path() 2749 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath) in paths_from_inode() 2794 * information will be total_bytes - sizeof(struct inode_fs_paths). 2797 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root, in init_ipath() 2800 struct inode_fs_paths *ifp; in init_ipath() 2820 void free_ipath(struct inode_fs_paths *ipath) in free_ipath()
|
H A D | scrub.c | 400 struct inode_fs_paths *ipath = NULL; in scrub_print_warning_inode()
|
H A D | ioctl.c | 3342 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()
|
H A D | inode.c | 145 struct inode_fs_paths *ipath = NULL; in data_reloc_print_warning_inode()
|
Completed in 41 milliseconds