Searched refs:last_ref (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
H A D | extent-tree.c | 1265 int refs_to_drop, int *last_ref) remove_extent_data_ref() 1301 *last_ref = 1; remove_extent_data_ref() 1760 int *last_ref) update_inline_extent_backref() 1804 *last_ref = 1; update_inline_extent_backref() 1869 int refs_to_drop, int is_data, int *last_ref) remove_extent_backref() 1876 -refs_to_drop, NULL, last_ref); remove_extent_backref() 1879 last_ref); remove_extent_backref() 1881 *last_ref = 1; remove_extent_backref() 6121 int last_ref = 0; __btrfs_free_extent() local 6176 is_data, &last_ref); __btrfs_free_extent() 6319 is_data, &last_ref); __btrfs_free_extent() 6340 last_ref = 1; __btrfs_free_extent() 6366 if (!ret && last_ref && !no_quota) { __btrfs_free_extent() 6457 u64 parent, int last_ref) btrfs_free_tree_block() 6471 if (!last_ref) btrfs_free_tree_block() 1262 remove_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, int refs_to_drop, int *last_ref) remove_extent_data_ref() argument 1755 update_inline_extent_backref(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, int refs_to_mod, struct btrfs_delayed_extent_op *extent_op, int *last_ref) update_inline_extent_backref() argument 1865 remove_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, int refs_to_drop, int is_data, int *last_ref) remove_extent_backref() argument 6454 btrfs_free_tree_block(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *buf, u64 parent, int last_ref) btrfs_free_tree_block() argument
|
H A D | ctree.c | 981 int *last_ref) update_ref_for_cow() 1076 *last_ref = 1; update_ref_for_cow() 1103 int last_ref = 0; __btrfs_cow_block() local 1154 ret = update_ref_for_cow(trans, root, buf, cow, &last_ref); __btrfs_cow_block() 1179 last_ref); __btrfs_cow_block() 1196 if (last_ref) { __btrfs_cow_block() 1204 last_ref); __btrfs_cow_block() 977 update_ref_for_cow(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *buf, struct extent_buffer *cow, int *last_ref) update_ref_for_cow() argument
|
H A D | ctree.h | 3385 u64 parent, int last_ref);
|
Completed in 164 milliseconds