Searched refs:PRINT_ONE_FLAG (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 64 #define PRINT_ONE_FLAG(state, dest, cur, name) \ macro 76 PRINT_ONE_FLAG(state, dest, cur, DIRTY); in extent_flag_to_str() 77 PRINT_ONE_FLAG(state, dest, cur, UPTODATE); in extent_flag_to_str() 78 PRINT_ONE_FLAG(state, dest, cur, LOCKED); in extent_flag_to_str() 79 PRINT_ONE_FLAG(state, dest, cur, NEW); in extent_flag_to_str() 80 PRINT_ONE_FLAG(state, dest, cur, DELALLOC); in extent_flag_to_str() 81 PRINT_ONE_FLAG(state, dest, cur, DEFRAG); in extent_flag_to_str() 82 PRINT_ONE_FLAG(state, dest, cur, BOUNDARY); in extent_flag_to_str() 83 PRINT_ONE_FLAG(state, dest, cur, NODATASUM); in extent_flag_to_str() 85 PRINT_ONE_FLAG(state, dest, cur, NEED_WAIT); in extent_flag_to_str() [all …]
|