Searched refs:ext2fs_clear_bit (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgen_bitmap.c48 return ext2fs_clear_bit(bitno - bitmap->start, bitmap->bitmap);
H A Dbitops.c46 int ext2fs_clear_bit(unsigned int nr, void * addr) function
H A Dext2fs_inline.c248 ext2fs_clear_bit(block - bitmap->start, bitmap->bitmap);
266 ext2fs_clear_bit(inode - bitmap->start, bitmap->bitmap);
358 ext2fs_clear_bit(block + i - bitmap->start, bitmap->bitmap);
366 ext2fs_clear_bit(block + i - bitmap->start, bitmap->bitmap);
H A Drs_bitmap.c51 ext2fs_clear_bit(bitno - bmap->start, bmap->bitmap);
H A Dbitops.h21 extern int ext2fs_clear_bit(unsigned int nr, void * addr);

Completed in 26 milliseconds