Home
last modified time | relevance | path

Searched refs:ATTR_ARCHIVE (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/exfat/
H A Dexfat_raw.h69 #define ATTR_ARCHIVE 0x0020 macro
72 ATTR_SUBDIR | ATTR_ARCHIVE)
H A Dnamei.c538 info->attr = ATTR_ARCHIVE; in exfat_add_entry()
1055 epnew->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_rename_file()
1056 ei->attr |= ATTR_ARCHIVE; in exfat_rename_file()
1088 epold->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_rename_file()
1089 ei->attr |= ATTR_ARCHIVE; in exfat_rename_file()
1138 epnew->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_move_file()
1139 ei->attr |= ATTR_ARCHIVE; in exfat_move_file()
H A Dinode.c426 if (!(err < 0) && !(ei->attr & ATTR_ARCHIVE)) { in exfat_write_end()
428 ei->attr |= ATTR_ARCHIVE; in exfat_write_end()
H A Dfile.c149 ei->attr |= ATTR_ARCHIVE; in __exfat_truncate()
H A Ddir.c401 ep->dentry.file.attr = cpu_to_le16(ATTR_ARCHIVE); in exfat_set_entry_type()
/kernel/linux/linux-6.6/fs/exfat/
H A Dexfat_raw.h72 #define ATTR_ARCHIVE 0x0020 macro
75 ATTR_SUBDIR | ATTR_ARCHIVE)
H A Dnamei.c548 info->attr = ATTR_ARCHIVE; in exfat_add_entry()
1049 epnew->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_rename_file()
1050 ei->attr |= ATTR_ARCHIVE; in exfat_rename_file()
1081 epold->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_rename_file()
1082 ei->attr |= ATTR_ARCHIVE; in exfat_rename_file()
1130 epnew->dentry.file.attr |= cpu_to_le16(ATTR_ARCHIVE); in exfat_move_file()
1131 ei->attr |= ATTR_ARCHIVE; in exfat_move_file()
H A Dinode.c400 if (!(err < 0) && !(ei->attr & ATTR_ARCHIVE)) { in exfat_write_end()
402 ei->attr |= ATTR_ARCHIVE; in exfat_write_end()
H A Dfile.c147 ei->attr |= ATTR_ARCHIVE; in __exfat_truncate()
H A Ddir.c416 ep->dentry.file.attr = cpu_to_le16(ATTR_ARCHIVE); in exfat_set_entry_type()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifspdu.h321 #define ATTR_ARCHIVE 0x0020 macro
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h293 #define ATTR_ARCHIVE 0x0020 macro

Completed in 25 milliseconds