Home
last modified time | relevance | path

Searched refs:inode_fs_paths (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/btrfs/
Dbackref.h14 struct inode_fs_paths { struct
42 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath);
57 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
59 void free_ipath(struct inode_fs_paths *ipath);
Dbackref.c2201 struct inode_fs_paths *ipath = ctx;
2240 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath)
2276 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
2279 struct inode_fs_paths *ifp;
2299 void free_ipath(struct inode_fs_paths *ipath)
Dscrub.c648 struct inode_fs_paths *ipath = NULL; in scrub_print_warning_inode()
Dioctl.c3778 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()