Home
last modified time | relevance | path

Searched refs:test_and_clear_bit_le (Results 1 – 4 of 4) sorted by relevance

/third_party/f2fs-tools/fsck/
Dfsck.c1572 test_and_clear_bit_le(offs, *bitmap); in nullify_dentry()
1627 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1641 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1654 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1709 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1738 test_and_clear_bit_le(i + j, bitmap); in __chk_dentries()
/third_party/f2fs-tools/lib/
Dlibf2fs.c278 int test_and_clear_bit_le(u32 nr, u8 *addr) in test_and_clear_bit_le() function
/third_party/f2fs-tools/include/
Df2fs_fs.h1440 extern int test_and_clear_bit_le(u32, u8 *);
/third_party/f2fs-tools/mkfs/
Df2fs_format.c1066 test_and_clear_bit_le(0, empty_nat_bits); in f2fs_write_check_point_pack()