Searched refs:vacancy_only (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/tests/ |
H A D | inode-tests.c | 214 static unsigned long vacancy_only = 0; variable 775 if (em->flags != vacancy_only) { in test_btrfs_get_extent() 777 vacancy_only, em->flags); in test_btrfs_get_extent() 887 if (em->flags != vacancy_only) { in test_hole_first() 888 test_err("wrong flags, wanted %lu, have %lu", vacancy_only, in test_hole_first()
|
/kernel/linux/linux-6.6/fs/btrfs/tests/ |
H A D | inode-tests.c | 216 static unsigned long vacancy_only = 0; variable 760 if (em->flags != vacancy_only) { in test_btrfs_get_extent() 762 vacancy_only, em->flags); in test_btrfs_get_extent() 868 if (em->flags != vacancy_only) { in test_hole_first() 869 test_err("wrong flags, wanted %lu, have %lu", vacancy_only, in test_hole_first()
|
Completed in 3 milliseconds