Searched refs:test_and_set_bit_le (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/f2fs-tools/fsck/ |
H A D | dir.c | 215 test_and_set_bit_le(bit_pos + i, d->bitmap); in f2fs_update_dentry() 393 test_and_set_bit_le(0, dent_blk->dentry_bitmap); in make_empty_dir() 394 test_and_set_bit_le(1, dent_blk->dentry_bitmap); in make_empty_dir()
|
H A D | mount.c | 1773 test_and_set_bit_le(i, empty_nat_bits); in write_nat_bits() 1775 test_and_set_bit_le(i, full_nat_bits); in write_nat_bits()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/ |
H A D | dirty_log_test.c | 51 # define test_and_set_bit_le(nr, addr) \ macro 59 # define test_and_set_bit_le test_and_set_bit macro
|
/aosp_15_r20/external/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 1318 test_and_set_bit_le(*didx, dent_blk->dentry_bitmap); in add_dentry() 1324 test_and_set_bit_le(*didx, dent_blk->dentry_bitmap); in add_dentry()
|
/aosp_15_r20/external/f2fs-tools/lib/ |
H A D | libf2fs.c | 287 int test_and_set_bit_le(u32 nr, u8 *addr) in test_and_set_bit_le() function
|
/aosp_15_r20/external/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1613 extern int test_and_set_bit_le(u32, u8 *);
|