Searched refs:EXFAT_ATTR_ARCHIVE (Results 1 – 5 of 5) sorted by relevance
72 #define EXFAT_ATTR_ARCHIVE 0x0020 macro76 EXFAT_ATTR_ARCHIVE)
523 info->attr = EXFAT_ATTR_ARCHIVE; in exfat_add_entry()1040 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()1041 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_rename_file()1059 epold->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()1060 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_rename_file()1100 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_move_file()1101 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_move_file()
198 ei->attr |= EXFAT_ATTR_ARCHIVE; in __exfat_truncate()400 EXFAT_ATTR_ARCHIVE); in exfat_ioctl_set_attributes()
459 if (!(err < 0) && !(ei->attr & EXFAT_ATTR_ARCHIVE)) { in exfat_write_end()461 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_write_end()
398 ep->dentry.file.attr = cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_set_entry_type()