Searched refs:SecurityDescriptorsBlockSize (Results 1 – 2 of 2) sorted by relevance
1922 ALIGN(sds_size - SecurityDescriptorsBlockSize, 16); in ntfs_security_init()2077 SecurityDescriptorsBlockSize); in ntfs_insert_security()2149 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()2150 left = SecurityDescriptorsBlockSize - next; in ntfs_insert_security()2155 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()2185 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
907 #define SecurityDescriptorsBlockSize 0x40000 // 256K macro