Searched refs:EXFAT_ATTR_ARCHIVE (Results 1 – 5 of 5) sorted by relevance
72 #define EXFAT_ATTR_ARCHIVE 0x0020 macro76 EXFAT_ATTR_ARCHIVE)
517 info->attr = EXFAT_ATTR_ARCHIVE; in exfat_add_entry()1023 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()1024 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_rename_file()1042 epold->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()1043 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_rename_file()1085 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_move_file()1086 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()
416 ep->dentry.file.attr = cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_set_entry_type()