Searched refs:last_ref (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 1265 int refs_to_drop, int *last_ref) in remove_extent_data_ref() argument 1301 *last_ref = 1; in remove_extent_data_ref() 1760 int *last_ref) in update_inline_extent_backref() argument 1804 *last_ref = 1; in update_inline_extent_backref() 1869 int refs_to_drop, int is_data, int *last_ref) in remove_extent_backref() argument 1876 -refs_to_drop, NULL, last_ref); in remove_extent_backref() 1879 last_ref); in remove_extent_backref() 1881 *last_ref = 1; in remove_extent_backref() 6121 int last_ref = 0; in __btrfs_free_extent() local 6176 is_data, &last_ref); in __btrfs_free_extent() [all …]
|
D | ctree.c | 981 int *last_ref) in update_ref_for_cow() argument 1076 *last_ref = 1; in update_ref_for_cow() 1103 int last_ref = 0; in __btrfs_cow_block() local 1154 ret = update_ref_for_cow(trans, root, buf, cow, &last_ref); in __btrfs_cow_block() 1179 last_ref); in __btrfs_cow_block() 1196 if (last_ref) { in __btrfs_cow_block() 1204 last_ref); in __btrfs_cow_block()
|
D | ctree.h | 3385 u64 parent, int last_ref);
|