Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Dacls.h37 #define CACHE_PERMISSIONS_BITS 6 /* log2 of unitary allocation of permissions */ macro
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1428 index1 = securindex >> CACHE_PERMISSIONS_BITS; in create_caches()
1463 for (index2=0; index2<(1<< CACHE_PERMISSIONS_BITS); index2++) { in free_caches()
1537 index1 = securindex >> CACHE_PERMISSIONS_BITS; in resize_cache()
1540 + (1 << CACHE_PERMISSIONS_BITS) in resize_cache()
1541 - 1) >> CACHE_PERMISSIONS_BITS)) { in resize_cache()
1601 index1 = securindex >> CACHE_PERMISSIONS_BITS; in enter_cache()
1602 index2 = securindex & ((1 << CACHE_PERMISSIONS_BITS) - 1); in enter_cache()
1648 << CACHE_PERMISSIONS_BITS); in enter_cache()
1650 for (i=0; i<(1 << CACHE_PERMISSIONS_BITS); i++) in enter_cache()
1749 index1 = securindex >> CACHE_PERMISSIONS_BITS; in fetch_cache()
[all …]