Home
last modified time | relevance | path

Searched refs:must_insert_reserved (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
H A Ddelayed-ref.c655 if (update->must_insert_reserved) { in update_existing_head_ref()
663 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
731 bool must_insert_reserved = false; in init_delayed_ref_head() local
763 must_insert_reserved = true; in init_delayed_ref_head()
772 head_ref->must_insert_reserved = must_insert_reserved; in init_delayed_ref_head()
1276 if (head->must_insert_reserved) in btrfs_destroy_delayed_refs()
H A Ddelayed-ref.h186 bool must_insert_reserved; member
H A Dextent-tree.c1803 if (head->must_insert_reserved) { in cleanup_extent_op()
1850 if (head->must_insert_reserved) in btrfs_cleanup_ref_head_accounting()
1892 if (head->must_insert_reserved) { in cleanup_ref_head()
1919 bool must_insert_reserved; in btrfs_run_delayed_refs_for_head() local
1959 must_insert_reserved = locked_ref->must_insert_reserved; in btrfs_run_delayed_refs_for_head()
1966 locked_ref->must_insert_reserved = false; in btrfs_run_delayed_refs_for_head()
1973 must_insert_reserved); in btrfs_run_delayed_refs_for_head()
3422 if (head->must_insert_reserved) in check_ref_cleanup()
/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c97 if (head->must_insert_reserved != check->must_insert) { in validate_ref_head()
99 head->must_insert_reserved, check->must_insert); in validate_ref_head()