Home
last modified time | relevance | path

Searched refs:zbit (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs3/
H A Dfsntfs.c560 size_t zbit, zlen, from, to, fr; in ntfs_look_free_mft() local
578 zbit = wnd_zone_bit(wnd); in ntfs_look_free_mft()
579 *rno = zbit; in ntfs_look_free_mft()
580 wnd_zone_set(wnd, zbit + 1, zlen - 1); in ntfs_look_free_mft()
586 if (!wnd_find(wnd, 1, MFT_REC_FREE, 0, &zbit)) { in ntfs_look_free_mft()
592 zbit = mft_total; in ntfs_look_free_mft()
656 zbit = find_next_zero_bit(&sbi->mft.reserved_bitmap, in ntfs_look_free_mft()
658 if (zbit >= MFT_REC_FREE) { in ntfs_look_free_mft()
664 sbi->mft.next_reserved = zbit; in ntfs_look_free_mft()
667 zlen = zbit == MFT_REC_FREE ? (MFT_REC_USER - MFT_REC_FREE) : 4; in ntfs_look_free_mft()
[all …]
H A Dbitmap.c965 size_t iw, prev_tail, nwnd, wbit, ebit, zbit, zend; in wnd_find() local
1165 zbit = max(wnd->zone_bit, wbit); in wnd_find()
1169 if (zend <= zbit) { in wnd_find()
1172 wzbit = zbit - wbit; in wnd_find()
/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv601 …0x23, 0, ebx, 1, zbit , IA32_PERFEVTSELx MSRs Z-bit is support…