Home
last modified time | relevance | path

Searched refs:EXFAT_ATTR_ARCHIVE (Results 1 – 5 of 5) sorted by relevance

/fs/exfat/
A Dexfat_raw.h72 #define EXFAT_ATTR_ARCHIVE 0x0020 macro
76 EXFAT_ATTR_ARCHIVE)
A Dnamei.c523 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()
A Dfile.c198 ei->attr |= EXFAT_ATTR_ARCHIVE; in __exfat_truncate()
400 EXFAT_ATTR_ARCHIVE); in exfat_ioctl_set_attributes()
A Dinode.c485 if (!(err < 0) && !(ei->attr & EXFAT_ATTR_ARCHIVE)) { in exfat_write_end()
487 ei->attr |= EXFAT_ATTR_ARCHIVE; in exfat_write_end()
A Ddir.c398 ep->dentry.file.attr = cpu_to_le16(EXFAT_ATTR_ARCHIVE); in exfat_set_entry_type()

Completed in 67 milliseconds