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()1045 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()1046 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_rename_file()1064 epold->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_rename_file()1065 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_rename_file()1105 epnew->dentry.file.attr |= cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_move_file()1106 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()
485 if (!(err < 0) && !(ei->attr & EXFAT_ATTR_ARCHIVE)) { in exfat_write_end()487 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()
Completed in 67 milliseconds