Searched refs:ref_mod (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddelayed-ref.c338 * drop. We decrement the ref_mod, and if it goes
342 existing->ref_mod--;
343 if (existing->ref_mod == 0) {
361 * Bump the ref_mod by one so the backref that
365 existing->ref_mod += update->ref_mod;
423 existing->ref_mod += update->ref_mod;
473 ref->ref_mod = count_mod;
525 ref->ref_mod
[all...]
H A Ddelayed-ref.h48 int ref_mod; member in struct:btrfs_delayed_ref_node
H A Dextent-tree.c54 struct btrfs_key *ins, int ref_mod);
703 num_refs += head->node.ref_mod;
1838 &ins, node->ref_mod);
1843 ref->offset, node->ref_mod,
1849 ref->offset, node->ref_mod,
1955 BUG_ON(node->ref_mod != 1);
4912 struct btrfs_key *ins, int ref_mod)
4941 btrfs_set_extent_refs(leaf, extent_item, ref_mod);
4952 btrfs_set_shared_data_ref_count(leaf, ref, ref_mod);
4959 btrfs_set_extent_data_ref_count(leaf, ref, ref_mod);
4908 alloc_reserved_file_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 parent, u64 root_objectid, u64 flags, u64 owner, u64 offset, struct btrfs_key *ins, int ref_mod) argument
[all...]

Completed in 178 milliseconds