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.c1567 test_and_clear_bit_le(offs, *bitmap); in nullify_dentry()
1622 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1636 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1649 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1704 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1733 test_and_clear_bit_le(i + j, bitmap); in __chk_dentries()
/third_party/f2fs-tools/lib/
Dlibf2fs.c281 int test_and_clear_bit_le(u32 nr, u8 *addr) in test_and_clear_bit_le() function
/third_party/f2fs-tools/include/
Df2fs_fs.h1393 extern int test_and_clear_bit_le(u32, u8 *);
/third_party/f2fs-tools/mkfs/
Df2fs_format.c1058 test_and_clear_bit_le(0, empty_nat_bits); in f2fs_write_check_point_pack()