Home
last modified time | relevance | path

Searched refs:must_insert_reserved (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Ddelayed-ref.c650 if (update->must_insert_reserved) { in update_existing_head_ref()
655 * the must_insert_reserved flag set. in update_existing_head_ref()
658 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
724 bool must_insert_reserved = false; in init_delayed_ref_head() local
746 * ref->must_insert_reserved is the flag used to record that in init_delayed_ref_head()
749 * Once we record must_insert_reserved, switch the action to in init_delayed_ref_head()
753 must_insert_reserved = true; in init_delayed_ref_head()
761 head_ref->must_insert_reserved = must_insert_reserved; in init_delayed_ref_head()
[all...]
H A Ddelayed-ref.h110 * until the delayed ref is processed. must_insert_reserved is
119 bool must_insert_reserved; member
H A Dextent-tree.c1807 if (head->must_insert_reserved) { in cleanup_extent_op()
1886 if (head->must_insert_reserved) { in cleanup_ref_head()
1945 bool must_insert_reserved; in btrfs_run_delayed_refs_for_head() local
1983 * Record the must_insert_reserved flag before we drop the in btrfs_run_delayed_refs_for_head()
1986 must_insert_reserved = locked_ref->must_insert_reserved; in btrfs_run_delayed_refs_for_head()
1987 locked_ref->must_insert_reserved = false; in btrfs_run_delayed_refs_for_head()
1994 must_insert_reserved); in btrfs_run_delayed_refs_for_head()
3266 if (head->must_insert_reserved) in check_ref_cleanup()
H A Ddisk-io.c4630 if (head->must_insert_reserved) in btrfs_destroy_delayed_refs()
/kernel/linux/linux-5.10/fs/btrfs/
H A Ddelayed-ref.c662 if (update->must_insert_reserved) { in update_existing_head_ref()
667 * the must_insert_reserved flag set. in update_existing_head_ref()
670 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
735 * 3. We are now at 0 and have ->must_insert_reserved set, which means in update_existing_head_ref()
743 else if (existing->total_ref_mod == 0 && existing->must_insert_reserved) in update_existing_head_ref()
756 int must_insert_reserved = 0; in init_delayed_ref_head() local
774 * extent into the extent allocation tree. ref->must_insert_reserved in init_delayed_ref_head()
777 * Once we record must_insert_reserved, switch the action to in init_delayed_ref_head()
781 must_insert_reserved in init_delayed_ref_head()
[all...]
H A Ddelayed-ref.h108 * until the delayed ref is processed. must_insert_reserved is
117 unsigned int must_insert_reserved:1; member
H A Dextent-tree.c1743 if (head->must_insert_reserved) { in cleanup_extent_op()
1791 (head->total_ref_mod == 0 && head->must_insert_reserved)) { in btrfs_cleanup_ref_head_accounting()
1835 if (head->must_insert_reserved) { in cleanup_ref_head()
1892 int must_insert_reserved = 0; in btrfs_run_delayed_refs_for_head() local
1932 * Record the must_insert_reserved flag before we drop the in btrfs_run_delayed_refs_for_head()
1935 must_insert_reserved = locked_ref->must_insert_reserved; in btrfs_run_delayed_refs_for_head()
1936 locked_ref->must_insert_reserved = 0; in btrfs_run_delayed_refs_for_head()
1943 must_insert_reserved); in btrfs_run_delayed_refs_for_head()
3304 if (head->must_insert_reserved) in check_ref_cleanup()
[all...]
H A Ddisk-io.c4480 if (head->must_insert_reserved) in btrfs_destroy_delayed_refs()

Completed in 27 milliseconds