backref.h (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) backref.h (dc046b10c8b7d4f40befe457acb82340bf8b0699)
1/*
2 * Copyright (C) 2011 STRATO. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 57 unchanged lines hidden (view full) ---

66struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
67 struct btrfs_path *path);
68void free_ipath(struct inode_fs_paths *ipath);
69
70int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
71 u64 start_off, struct btrfs_path *path,
72 struct btrfs_inode_extref **ret_extref,
73 u64 *found_off);
1/*
2 * Copyright (C) 2011 STRATO. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 57 unchanged lines hidden (view full) ---

66struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
67 struct btrfs_path *path);
68void free_ipath(struct inode_fs_paths *ipath);
69
70int btrfs_find_one_extref(struct btrfs_root *root, u64 inode_objectid,
71 u64 start_off, struct btrfs_path *path,
72 struct btrfs_inode_extref **ret_extref,
73 u64 *found_off);
74int btrfs_check_shared(struct btrfs_trans_handle *trans,
75 struct btrfs_fs_info *fs_info, u64 root_objectid,
76 u64 inum, u64 bytenr);
74
75int __init btrfs_prelim_ref_init(void);
76void btrfs_prelim_ref_exit(void);
77#endif
77
78int __init btrfs_prelim_ref_init(void);
79void btrfs_prelim_ref_exit(void);
80#endif