Home
last modified time | relevance | path

Searched refs:total_ref_mod (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/tests/
H A Ddelayed-refs-tests.c19 int total_ref_mod; member
91 if (head->total_ref_mod != check->total_ref_mod) { in validate_ref_head()
93 head->total_ref_mod, check->total_ref_mod); in validate_ref_head()
243 .total_ref_mod = 1, in simple_tests()
291 head_check.total_ref_mod = -1; in simple_tests()
355 .total_ref_mod = 0, in merge_tests()
463 head_check.total_ref_mod = 2; in merge_tests()
526 head_check.total_ref_mod = -2; in merge_tests()
596 head_check.total_ref_mod = -2; in merge_tests()
666 head_check.total_ref_mod = 2; in merge_tests()
[all …]
/linux/fs/btrfs/
H A Ddelayed-ref.h149 int total_ref_mod; member