Searched refs:f2fs_test_and_set_bit (Results 1 – 2 of 2) sorted by relevance
2069 !f2fs_test_and_set_bit(offset, se->discard_map)) in f2fs_issue_discard()2501 exist = f2fs_test_and_set_bit(offset, se->cur_valid_map); in update_sit_entry_for_alloc()2503 mir_exist = f2fs_test_and_set_bit(offset, in update_sit_entry_for_alloc()2519 !f2fs_test_and_set_bit(offset, se->discard_map)) in update_sit_entry_for_alloc()2527 if (!f2fs_test_and_set_bit(offset, se->ckpt_valid_map)) in update_sit_entry_for_alloc()
3025 static inline int f2fs_test_and_set_bit(unsigned int nr, char *addr) in f2fs_test_and_set_bit() function