Searched refs:SecurityDescriptorsBlockSize (Results 1 – 2 of 2) sorted by relevance
1926 ALIGN(sds_size - SecurityDescriptorsBlockSize, 16); in ntfs_security_init()2081 SecurityDescriptorsBlockSize); in ntfs_insert_security()2153 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()2154 left = SecurityDescriptorsBlockSize - next; in ntfs_insert_security()2159 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()2189 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
906 #define SecurityDescriptorsBlockSize 0x40000 // 256K macro
Completed in 11 milliseconds