Searched refs:last_ref (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | extent-tree.c | 1327 int refs_to_drop, int *last_ref) in remove_extent_data_ref() argument 1363 *last_ref = 1; in remove_extent_data_ref() 1821 int *last_ref) in update_inline_extent_backref() argument 1865 *last_ref = 1; in update_inline_extent_backref() 1930 int refs_to_drop, int is_data, int *last_ref) in remove_extent_backref() argument 1937 -refs_to_drop, NULL, last_ref); in remove_extent_backref() 1940 last_ref); in remove_extent_backref() 1942 *last_ref = 1; in remove_extent_backref() 6436 int last_ref = 0; in __btrfs_free_extent() local 6487 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() 1181 last_ref); in __btrfs_cow_block() 1198 if (last_ref) { in __btrfs_cow_block() 1206 last_ref); in __btrfs_cow_block()
|
D | ctree.h | 3430 u64 parent, int last_ref);
|