Home
last modified time | relevance | path

Searched refs:FILE_ATTR_ENCRYPTED (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Defs.c77 if (ni->flags & FILE_ATTR_ENCRYPTED) { in ntfs_get_efs_info()
220 if (ni->flags & (FILE_ATTR_ENCRYPTED | FILE_ATTR_COMPRESSED)) { in ntfs_set_efs_info()
221 if (ni->flags & FILE_ATTR_ENCRYPTED) { in ntfs_set_efs_info()
295 ni->flags |= FILE_ATTR_ENCRYPTED; in ntfs_set_efs_info()
Dattrib.c114 GenNAttrIno(Encrypted, FILE_ATTR_ENCRYPTED) in GenNAttrIno()
/third_party/ntfs-3g/src/
Dntfs-3g_common.c756 && (ni->flags & FILE_ATTR_ENCRYPTED);
781 if (ni->vol->efs_raw && (ni->flags & FILE_ATTR_ENCRYPTED)) {
Dntfs-3g.c917 && (ni->flags & FILE_ATTR_ENCRYPTED) in ntfs_fuse_getattr()
1534 && (ni->flags & FILE_ATTR_ENCRYPTED)) in ntfs_fuse_open()
2219 && (ni->flags & FILE_ATTR_ENCRYPTED)) in ntfs_fuse_create()
2291 && (ni->flags & FILE_ATTR_ENCRYPTED)) in ntfs_fuse_create_stream()
3660 && (ni->flags & FILE_ATTR_ENCRYPTED)) { in ntfs_fuse_setxattr()
Dlowntfs-3g.c834 && (ni->flags & FILE_ATTR_ENCRYPTED) in ntfs_fuse_getstat()
1662 && (ni->flags & FILE_ATTR_ENCRYPTED)) in ntfs_fuse_open()
2490 && (ni->flags & FILE_ATTR_ENCRYPTED)) in ntfs_fuse_create()
3946 && (ni->flags & FILE_ATTR_ENCRYPTED)) {
/third_party/ntfs-3g/include/ntfs-3g/
Dattrib.h255 GenNAttrIno(Encrypted, FILE_ATTR_ENCRYPTED)
Dlayout.h852 FILE_ATTR_ENCRYPTED = const_cpu_to_le32(0x00004000), enumerator
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c1596 if (f->flags & FILE_ATTR_ENCRYPTED) in dump_record()
1600 FILE_ATTR_COMPRESSED | FILE_ATTR_ENCRYPTED))) { in dump_record()
Dntfsinfo.c621 if (flags & FILE_ATTR_ENCRYPTED) { in ntfs_dump_flags()
623 flags &= ~FILE_ATTR_ENCRYPTED; in ntfs_dump_flags()