Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Ddelayed-ref.h186 bool must_insert_reserved; member
H A Dextent-tree.c1588 * Don't check must_insert_reserved, as this is called from contexts in free_head_ref_squota_rsv()
1882 if (head->must_insert_reserved) { in cleanup_extent_op()
1928 /* must_insert_reserved can be set only if we didn't run the head ref. */ in btrfs_cleanup_ref_head_accounting()
1929 if (head->must_insert_reserved) in btrfs_cleanup_ref_head_accounting()
1971 if (head->must_insert_reserved) { in cleanup_ref_head()
2005 bool must_insert_reserved; in btrfs_run_delayed_refs_for_head() local
2042 * Record the must_insert_reserved flag before we drop the in btrfs_run_delayed_refs_for_head()
2045 must_insert_reserved = locked_ref->must_insert_reserved; in btrfs_run_delayed_refs_for_head()
2052 locked_ref->must_insert_reserved in btrfs_run_delayed_refs_for_head()
[all...]
/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()