Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Ddelayed-ref.c658 if (update->must_insert_reserved) { in update_existing_head_ref()
666 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
734 bool must_insert_reserved = false; in init_delayed_ref_head() local
766 must_insert_reserved = true; in init_delayed_ref_head()
775 head_ref->must_insert_reserved = must_insert_reserved; in init_delayed_ref_head()
1279 if (head->must_insert_reserved) in btrfs_destroy_delayed_refs()
H A Ddelayed-ref.h186 bool must_insert_reserved; member
H A Dextent-tree.c1801 if (head->must_insert_reserved) { in cleanup_extent_op()
1848 if (head->must_insert_reserved) in btrfs_cleanup_ref_head_accounting()
1890 if (head->must_insert_reserved) { in cleanup_ref_head()
1917 bool must_insert_reserved; in btrfs_run_delayed_refs_for_head() local
1957 must_insert_reserved = locked_ref->must_insert_reserved; in btrfs_run_delayed_refs_for_head()
1964 locked_ref->must_insert_reserved = false; in btrfs_run_delayed_refs_for_head()
1971 must_insert_reserved); in btrfs_run_delayed_refs_for_head()
3390 if (head->must_insert_reserved) in check_ref_cleanup()
/linux-6.15/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()