Searched refs:SecurityDescriptorsBlockSize (Results 1 – 2 of 2) sorted by relevance
1956 ALIGN(sds_size - SecurityDescriptorsBlockSize, 16); in ntfs_security_init()2111 SecurityDescriptorsBlockSize); in ntfs_insert_security()2183 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()2184 left = SecurityDescriptorsBlockSize - next; in ntfs_insert_security()2189 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()2219 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
911 #define SecurityDescriptorsBlockSize 0x40000 // 256K macro