Searched refs:const_le32_to_cpu (Results 1 – 2 of 2) sorted by relevance
274 #define const_le32_to_cpu(x) ((u32) __constant_le32_to_cpu(x)) macro
4410 attrib |= const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_ntfs_attrib()4412 attrib &= ~const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_ntfs_attrib()4414 attrib |= const_le32_to_cpu(FILE_ATTR_NORMAL); in ntfs_get_ntfs_attrib()5032 attrib |= const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_file_attributes()5034 attrib &= ~const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_file_attributes()5036 attrib |= const_le32_to_cpu(FILE_ATTR_NORMAL); in ntfs_get_file_attributes()