Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c2075 !f2fs_test_and_set_bit(offset, se->discard_map)) in f2fs_issue_discard()
2513 exist = f2fs_test_and_set_bit(offset, se->cur_valid_map); in update_sit_entry_for_alloc()
2515 mir_exist = f2fs_test_and_set_bit(offset, in update_sit_entry_for_alloc()
2531 !f2fs_test_and_set_bit(offset, se->discard_map)) in update_sit_entry_for_alloc()
2539 if (!f2fs_test_and_set_bit(offset, se->ckpt_valid_map)) { in update_sit_entry_for_alloc()
H A Df2fs.h3174 static inline int f2fs_test_and_set_bit(unsigned int nr, char *addr) in f2fs_test_and_set_bit() function