Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.h14 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 Dbackref.c2263 struct inode_fs_paths *ipath = ctx;
2302 int paths_from_inode(u64 inum, struct inode_fs_paths *ipath)
2338 struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
2341 struct inode_fs_paths *ifp;
2361 void free_ipath(struct inode_fs_paths *ipath)
H A Dscrub.c648 struct inode_fs_paths *ipath = NULL; in scrub_print_warning_inode()
H A Dioctl.c3847 struct inode_fs_paths *ipath = NULL; in btrfs_ioctl_ino_to_path()