Searched refs:SIZEOF_ATTRIBUTE_FILENAME_MAX (Results 1 – 2 of 2) sorted by relevance
254 static_assert(SIZEOF_ATTRIBUTE_FILENAME_MAX + SIZEOF_RESIDENT < 1024); in ntfs_rename()255 static_assert(SIZEOF_ATTRIBUTE_FILENAME_MAX + sizeof(struct NTFS_DE) < in ntfs_rename()
580 #define SIZEOF_ATTRIBUTE_FILENAME_MAX (0x42 + 255 * 2) macro