Searched refs:zbit (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | fsntfs.c | 583 size_t zbit, zlen, from, to, fr; in ntfs_look_free_mft() local 601 zbit = wnd_zone_bit(wnd); in ntfs_look_free_mft() 602 *rno = zbit; in ntfs_look_free_mft() 603 wnd_zone_set(wnd, zbit + 1, zlen - 1); in ntfs_look_free_mft() 609 if (!wnd_find(wnd, 1, MFT_REC_FREE, 0, &zbit)) { in ntfs_look_free_mft() 615 zbit = mft_total; in ntfs_look_free_mft() 679 zbit = find_next_zero_bit(&sbi->mft.reserved_bitmap, in ntfs_look_free_mft() 681 if (zbit >= MFT_REC_FREE) { in ntfs_look_free_mft() 687 sbi->mft.next_reserved = zbit; in ntfs_look_free_mft() 690 zlen = zbit == MFT_REC_FREE ? (MFT_REC_USER - MFT_REC_FREE) : 4; in ntfs_look_free_mft() [all …]
|
| H A D | bitmap.c | 982 size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; in wnd_find() local 1182 zbit = max(wnd->zone_bit, wbit); in wnd_find() 1186 if (zend <= zbit) { in wnd_find() 1189 wzbit = zbit - wbit; in wnd_find()
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 602 …0x23, 0, ebx, 1, zbit , IA32_PERFEVTSELx MSRs Z-bit is support…
|