search for: min_generation

Displaying 1 result from an estimated 1 matches for "min_generation".

Did you mean: ih_generation
2008 Oct 27
0
[PATCH 3/4] update nodatacow code
...c --- 3/fs/btrfs/extent-tree.c 2008-10-27 16:31:54.000000000 +0800 +++ 4/fs/btrfs/extent-tree.c 2008-10-27 21:12:49.000000000 +0800 @@ -848,9 +848,8 @@ out: return 0; } -static int get_reference_status(struct btrfs_root *root, u64 bytenr, - u64 parent_gen, u64 ref_objectid, - u64 *min_generation, u32 *ref_count) +int btrfs_cross_ref_exist(struct btrfs_trans_handle *trans, + struct btrfs_root *root, u64 bytenr) { struct btrfs_root *extent_root = root->fs_info->extent_root; struct btrfs_path *path; @@ -858,8 +857,8 @@ static int get_reference_status(struct b struct btrfs_ext...