Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dfsck.c1369 test_and_clear_bit_le(offs, *bitmap); in nullify_dentry()
1422 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1436 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1449 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1501 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1530 test_and_clear_bit_le(i + j, bitmap); in __chk_dentries()
/external/f2fs-tools/lib/
Dlibf2fs.c280 int test_and_clear_bit_le(u32 nr, u8 *addr) in test_and_clear_bit_le() function
/external/f2fs-tools/include/
Df2fs_fs.h1139 extern int test_and_clear_bit_le(u32, u8 *);
/external/f2fs-tools/mkfs/
Df2fs_format.c920 test_and_clear_bit_le(0, empty_nat_bits); in f2fs_write_check_point_pack()