Home
last modified time | relevance | path

Searched refs:test_and_set_bit_le (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddir.c215 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 Dmount.c1773 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 Ddirty_log_test.c51 # 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 Df2fs_format.c1318 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 Dlibf2fs.c287 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 Df2fs_fs.h1613 extern int test_and_set_bit_le(u32, u8 *);