Searched refs:ntfs_bit_set (Results 1 – 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | bitmap.h | 39 extern void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value);
|
/third_party/ntfs-3g/libntfs-3g/ |
D | bitmap.c | 56 void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value) in ntfs_bit_set() function
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsresize.c | 1699 ntfs_bit_set(bm->bm, pos++, bit); in set_bitmap_range() 2383 ntfs_bit_set(bm->bm, (u64)cluster, 1); in bitmap_file_data_fixup() 2482 ntfs_bit_set(bm->bm, i, 0); in realloc_bitmap_data_attr()
|
D | mkntfs.c | 2473 ntfs_bit_set(bmp, 0ULL, 1); in upgrade_to_large_index() 4451 ntfs_bit_set(g_mft_bitmap, 0LL + i, 1); in mkntfs_create_root_structures()
|
D | ntfsclone.c | 2080 ntfs_bit_set(bm->bm, (u64)cluster, 1);
|
D | playlog.c | 2313 ntfs_bit_set((u8*)buffer, firstbit + i, wanted); in redo_force_bits() 3394 ntfs_bit_set((u8*)buffer, firstbit + i, wanted); in undo_force_bits()
|