Home
last modified time | relevance | path

Searched refs:file_attributes (Results 1 - 8 of 8) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c984 if ((ie->key.file_name.file_attributes in ntfs_filldir()
988 ie->key.file_name.file_attributes); in ntfs_filldir()
989 else if (ie->key.file_name.file_attributes in ntfs_filldir()
997 || !(fn->file_attributes & FILE_ATTR_HIDDEN))) in ntfs_filldir()
1527 si->file_attributes in __ntfs_create()
1533 si->file_attributes = FILE_ATTR_SYSTEM; in __ntfs_create()
1700 fn->file_attributes = FILE_ATTR_I30_INDEX_PRESENT; in __ntfs_create()
1703 fn->file_attributes = FILE_ATTR_SYSTEM; in __ntfs_create()
1705 fn->file_attributes |= ni->flags & FILE_ATTR_COMPRESSED; in __ntfs_create()
1706 fn->file_attributes | in __ntfs_create()
[all...]
H A Dinode.c201 ni->flags = std_info->file_attributes; in ntfs_inode_real_open()
759 std_info->file_attributes = ni->flags; in ntfs_inode_sync_standard_information()
876 fnx->file_attributes = in ntfs_inode_sync_file_name()
877 (fnx->file_attributes & ~FILE_ATTR_VALID_FLAGS) | in ntfs_inode_sync_file_name()
H A Dvolume.c234 ni->flags = si->file_attributes; in ntfs_attr_setup_flag()
/third_party/python/Lib/test/
H A Dtest_stat.py62 file_attributes = { variable in TestFilemode
235 for key, value in sorted(self.file_attributes.items()):
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlayout.h831 * (in the field file_attributes).
875 * file_attributes field).
926 /* 32*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member
1125 /* 38*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsinfo.c704 ntfs_dump_flags("\t", attr->type, standard_attr->file_attributes); in ntfs_dump_attr_standard_information()
872 ntfs_dump_flags(indent, AT_FILE_NAME, file_name_attr->file_attributes); in ntfs_dump_filename()
873 if (file_name_attr->file_attributes & FILE_ATTR_REPARSE_POINT && in ntfs_dump_filename()
H A Dntfsundelete.c1181 name->flags = attr->file_attributes; in get_filenames()
1224 name->flags = attr->file_attributes; in get_filenames()
H A Dmkntfs.c1929 si.file_attributes = flags; /* already LE */ in add_attr_std_info()
2051 fn->file_attributes = flags; in add_attr_file_name()
3181 fn->file_attributes = flags; in create_hardlink_res()
3300 fn->file_attributes = flags; in create_hardlink()

Completed in 24 milliseconds