Searched refs:last_ref (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/btrfs/
H A Dextent-tree.h133 u64 parent, int last_ref);
H A Dctree.c414 int *last_ref)
515 *last_ref = 1;
544 int last_ref = 0; local
592 ret = update_ref_for_cow(trans, root, buf, cow, &last_ref);
627 parent_start, last_ref);
645 if (last_ref) {
655 parent_start, last_ref);
410 update_ref_for_cow(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct extent_buffer *buf, struct extent_buffer *cow, int *last_ref) argument
H A Dextent-tree.c3458 u64 parent, int last_ref)
3485 if (!last_ref)
3455 btrfs_free_tree_block(struct btrfs_trans_handle *trans, u64 root_id, struct extent_buffer *buf, u64 parent, int last_ref) argument
/linux-master/fs/xfs/
H A Dxfs_log.c575 bool last_ref; local
593 last_ref = atomic_dec_and_test(&iclog->ic_refcnt);
601 if (last_ref)
606 if (!last_ref)

Completed in 139 milliseconds