Home
last modified time | relevance | path

Searched refs:value_offset (Results 1 – 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dinode.c204 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_real_open()
768 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_sync_standard_information()
828 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_sync_file_name()
836 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_sync_file_name()
1489 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_get_times()
1558 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_set_times()
1593 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_set_times()
H A Ddir.c288 le16_to_cpu(ctx->attr->value_offset)); in ntfs_inode_lookup_by_name()
1075 le16_to_cpu(ctx->attr->value_offset)); in ntfs_mft_get_parent_ref()
1196 le16_to_cpu(ctx->attr->value_offset)); in ntfs_readdir()
1958 le16_to_cpu(actx->attr->value_offset)); in ntfs_delete()
2318 le16_to_cpu(ctx->attr->value_offset)); in ntfs_dir_parent_inode()
2357 le16_to_cpu(ctx->attr->value_offset)); in get_dos_name()
2410 le16_to_cpu(ctx->attr->value_offset)); in get_long_name()
2436 le16_to_cpu(ctx->attr->value_offset)); in get_long_name()
2525 le16_to_cpu(actx->attr->value_offset)); in set_namespace()
2906 le16_to_cpu(actx->attr->value_offset)); in ntfs_dir_link_cnt()
H A Dvolume.c1166 vinf = (VOLUME_INFORMATION*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_device_mount()
1170 le16_to_cpu(a->value_offset) + le32_to_cpu( in ntfs_device_mount()
1211 vname = (ntfschar*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_device_mount()
1769 c = (VOLUME_INFORMATION*)(le16_to_cpu(a->value_offset) + (char*)a); in ntfs_volume_write_flags()
1773 le16_to_cpu(a->value_offset) + in ntfs_volume_write_flags()
H A Dattrlist.c155 le16_to_cpu(attr->value_offset)), (attr->non_resident) ? in ntfs_attrlist_entry_add()
H A Dattrib.c176 if (le32_to_cpu(a->value_length) + le16_to_cpu(a->value_offset) in ntfs_get_attribute_value()
181 memcpy(b, (const char*)a + le16_to_cpu(a->value_offset), in ntfs_get_attribute_value()
1057 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->value_offset); in ntfs_attr_pread_i()
1974 val = (char*)ctx->attr + le16_to_cpu(ctx->attr->value_offset);
2940 rc = memcmp(val, (char*)a +le16_to_cpu(a->value_offset),
3355 !memcmp((char*)a + le16_to_cpu(a->value_offset),
3477 && ((le16_to_cpu(a->value_offset)
3508 + le16_to_cpu(a->value_offset));
3526 le16_to_cpu(a->value_offset));
4168 a->value_offset = cpu_to_le16(length - ((size + 7) & ~7));
[all …]
H A Dlayout.h749 /* 20 */ le16 value_offset; /* Byte offset of the attribute member
H A Dindex.c416 ir = (INDEX_ROOT *)((char *)a + le16_to_cpu(a->value_offset)); in ntfs_ir_lookup()
2024 le16_to_cpu(ctx->attr->value_offset))); in ntfs_index_root_get()
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dutils.c565 attr = (FILE_NAME_ATTR *) ((char *) rec + le16_to_cpu(rec->value_offset)); in utils_inode_get_name()
897 attr = (FILE_NAME_ATTR *)((char *)rec + le16_to_cpu(rec->value_offset)); in utils_is_metadata()
H A Dmkntfs.c1004 rc = memcmp(val, (char*)a +le16_to_cpu(a->value_offset), in mkntfs_attr_find()
1596 a->value_offset = cpu_to_le16(24 + ((name_len + 7) & ~7)); in insert_resident_attr_in_mft_record()
1602 memcpy((char*)a + le16_to_cpu(a->value_offset), val, val_len); in insert_resident_attr_in_mft_record()
1689 le16_to_cpu(ctx->attr->value_offset)); in stdinfo_time()
1732 le16_to_cpu(ctx->attr->value_offset)); in add_attr_file_name()
2166 r = (INDEX_ROOT*)((char*)a + le16_to_cpu(a->value_offset)); in upgrade_to_large_index()
2432 le16_to_cpu(a->value_offset)))->collation_rule; in insert_index_entry_in_res_dir_index()
2433 idx_header = (INDEX_HEADER*)((u8*)a + le16_to_cpu(a->value_offset) in insert_index_entry_in_res_dir_index()
4207 le16_to_cpu(a->value_offset)), in mkntfs_create_root_structures()
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h812 uint16 value_offset; member
821 B_LENDIAN_TO_HOST_INT16(value_offset); } in ValueOffset()