Home
last modified time | relevance | path

Searched refs:FILE_ATTR_DIRECTORY (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c1588 if (f->flags & FILE_ATTR_DIRECTORY) in dump_record()
1598 if (!(f->flags & (FILE_ATTR_SYSTEM | FILE_ATTR_DIRECTORY | in dump_record()
Dntfsinfo.c581 if (flags & FILE_ATTR_DIRECTORY) { in ntfs_dump_flags()
583 flags &= ~FILE_ATTR_DIRECTORY; in ntfs_dump_flags()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h838 FILE_ATTR_DIRECTORY = const_cpu_to_le32(0x00000010), enumerator
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c4396 attrib |= const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_ntfs_attrib()
4398 attrib &= ~const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_ntfs_attrib()
5018 attrib |= const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_file_attributes()
5020 attrib &= ~const_le32_to_cpu(FILE_ATTR_DIRECTORY); in ntfs_get_file_attributes()