Searched refs:SecurityDescriptorsBlockSize (Results 1 – 2 of 2) sorted by relevance
1917 ALIGN(sds_size - SecurityDescriptorsBlockSize, 16); in ntfs_security_init()2072 SecurityDescriptorsBlockSize); in ntfs_insert_security()2144 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()2145 left = SecurityDescriptorsBlockSize - next; in ntfs_insert_security()2150 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()2180 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
898 #define SecurityDescriptorsBlockSize 0x40000 // 256K macro