Home
last modified time | relevance | path

Searched refs:file_attributes (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
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()
1530 si->file_attributes in __ntfs_create()
1536 si->file_attributes = FILE_ATTR_SYSTEM; in __ntfs_create()
1703 fn->file_attributes = FILE_ATTR_I30_INDEX_PRESENT; in __ntfs_create()
1706 fn->file_attributes = FILE_ATTR_SYSTEM; in __ntfs_create()
1708 fn->file_attributes |= ni->flags & FILE_ATTR_COMPRESSED; in __ntfs_create()
1709 fn->file_attributes |= FILE_ATTR_ARCHIVE; in __ntfs_create()
[all …]
H A Dinode.c205 ni->flags = std_info->file_attributes; in ntfs_inode_real_open()
769 std_info->file_attributes = ni->flags; in ntfs_inode_sync_standard_information()
886 fnx->file_attributes = in ntfs_inode_sync_file_name()
887 (fnx->file_attributes & ~FILE_ATTR_VALID_FLAGS) | in ntfs_inode_sync_file_name()
H A Dlayout.h926 /* 32*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member
1125 /* 38*/ FILE_ATTR_FLAGS file_attributes; /* Flags describing the file. */ member
H A Dvolume.c234 ni->flags = si->file_attributes; in ntfs_attr_setup_flag()
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1628 si.file_attributes = flags; /* already LE */ in add_attr_std_info()
1750 fn->file_attributes = flags; in add_attr_file_name()
2880 fn->file_attributes = flags; in create_hardlink_res()
2999 fn->file_attributes = flags; in create_hardlink()