Home
last modified time | relevance | path

Searched refs:FILE_ATTR_ARCHIVE (Results 1 – 7 of 7) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c585 if (flags & FILE_ATTR_ARCHIVE) { in ntfs_dump_flags()
587 flags &= ~FILE_ATTR_ARCHIVE; in ntfs_dump_flags()
Dmkntfs.c4455 file_attrs |= FILE_ATTR_ARCHIVE; in mkntfs_create_root_structures()
4475 file_attrs |= FILE_ATTR_ARCHIVE; in mkntfs_create_root_structures()
4892 FILE_ATTR_ARCHIVE | FILE_ATTR_VIEW_INDEX_PRESENT; in mkntfs_create_root_structures()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h841 FILE_ATTR_ARCHIVE = const_cpu_to_le32(0x00000020), enumerator
/third_party/ntfs-3g/src/
Dntfs-3g.c139 #define set_archive(ni) (ni)->flags |= FILE_ATTR_ARCHIVE
3625 if (!(ni->flags & FILE_ATTR_ARCHIVE)) { in ntfs_fuse_setxattr()
3667 if (!(ni->flags & FILE_ATTR_ARCHIVE)) { in ntfs_fuse_setxattr()
3858 if (!(ni->flags & FILE_ATTR_ARCHIVE)) { in ntfs_fuse_removexattr()
Dlowntfs-3g.c169 #define set_archive(ni) (ni)->flags |= FILE_ATTR_ARCHIVE
3911 if (!(ni->flags & FILE_ATTR_ARCHIVE)) {
3953 if (!(ni->flags & FILE_ATTR_ARCHIVE)) {
4152 if (!(ni->flags & FILE_ATTR_ARCHIVE)) {
/third_party/ntfs-3g/libntfs-3g/
Ddir.c1538 ni->flags |= FILE_ATTR_ARCHIVE; in __ntfs_create()
1706 fn->file_attributes |= FILE_ATTR_ARCHIVE; in __ntfs_create()
Dsecurity.c80 | FILE_ATTR_ARCHIVE \