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.c1177 test_and_clear_bit_le(offs, *bitmap); in nullify_dentry()
1230 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1244 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1257 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1307 test_and_clear_bit_le(i, bitmap); in __chk_dentries()
1335 test_and_clear_bit_le(i + j, bitmap); in __chk_dentries()
/external/f2fs-tools/lib/
Dlibf2fs.c261 int test_and_clear_bit_le(u32 nr, u8 *addr) in test_and_clear_bit_le() function
/external/f2fs-tools/include/
Df2fs_fs.h960 extern int test_and_clear_bit_le(u32, u8 *);
/external/f2fs-tools/mkfs/
Df2fs_format.c756 test_and_clear_bit_le(0, empty_nat_bits); in f2fs_write_check_point_pack()