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