Home
last modified time | relevance | path

Searched refs:firstbit (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h434 le32 firstbit; member
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c2289 u32 firstbit; in redo_force_bits() local
2298 firstbit = le32_to_cpu(data->firstbit); in redo_force_bits()
2310 (long long)lcn,(int)firstbit,(int)count,(int)wanted); in redo_force_bits()
2313 ntfs_bit_set((u8*)buffer, firstbit + i, wanted); in redo_force_bits()
3370 u32 firstbit; in undo_force_bits() local
3379 firstbit = le32_to_cpu(data->firstbit); in undo_force_bits()
3391 (long long)lcn,(int)firstbit,(int)count,(int)wanted); in undo_force_bits()
3394 ntfs_bit_set((u8*)buffer, firstbit + i, wanted); in undo_force_bits()