Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dindex.c220 return (u8 *)ih + le32_to_cpu(ih->index_length); in ntfs_ie_get_end()
333 new_size = le32_to_cpu(ih->index_length) - le16_to_cpu(ie->length); in ntfs_ie_delete()
334 ih->index_length = cpu_to_le32(new_size); in ntfs_ie_delete()
353 ih->index_length = cpu_to_le32(le32_to_cpu(ih->index_length) + ie_size); in ntfs_ie_insert()
355 le32_to_cpu(ih->index_length) - ((u8 *)pos - (u8 *)ih) - ie_size); in ntfs_ie_insert()
495 if (le32_to_cpu(ib->index.index_length) in ntfs_index_block_inconsistent()
502 < le32_to_cpu(ib->index.index_length)) { in ntfs_index_block_inconsistent()
927 ib->index.index_length = const_cpu_to_le32(0); in ntfs_ib_alloc()
1116 ib->index.index_length = cpu_to_le32(i + in ntfs_ir_to_ib()
1163 dst->index.index_length = cpu_to_le32(tail_size + in ntfs_ib_copy_tail()
[all …]
Ddir.c297 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length); in ntfs_inode_lookup_by_name()
415 index_end = (u8*)&ia->index + le32_to_cpu(ia->index.index_length); in ntfs_inode_lookup_by_name()
1217 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length); in ntfs_readdir()
1358 index_end = (u8*)&ia->index + le32_to_cpu(ia->index.index_length); in ntfs_readdir()
1597 ir->index.index_length = cpu_to_le32(index_len); in __ntfs_create()
Dattrib.c3533 || (le32_to_cpu(ir->index.index_length)
3536 < le32_to_cpu(ir->index.index_length))
/third_party/ffmpeg/libavformat/
Ddashenc.c75 int range_length, index_length; member
710 if (seg->index_length) in output_segment_list()
711 …ut, "indexRange=\"%"PRId64"-%"PRId64"\" ", seg->start_pos, seg->start_pos + seg->index_length - 1); in output_segment_list()
1743 int64_t index_length, int next_exp_index) in add_segment() argument
1768 seg->index_length = index_length; in add_segment()
1791 int64_t pos, int *index_length) in find_index_range() argument
1810 *index_length = AV_RB32(&buf[0]); in find_index_range()
1926 int range_length, index_length = 0; in dash_flush() local
1956 find_index_range(s, os->full_path, os->pos, &index_length); in dash_flush()
1979 …e, os->start_pts, os->max_pts - os->start_pts, os->pos, range_length, index_length, next_exp_index… in dash_flush()
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c401 le32_to_cpu(indx->index.index_length) + 24); in sanity_indx()
402 if ((le32_to_cpu(indx->index.index_length) in sanity_indx()
408 (long)le32_to_cpu(indx->index.index_length), in sanity_indx()
751 indexlth = le32_to_cpu(index->index.index_length) + resize; in resize_attribute()
752 index->index.index_length = cpu_to_le32(indexlth); in resize_attribute()
1771 && (length >= (offsetof(INDEX_BLOCK, index.index_length) + 4)) in check_full_index()
1772 && (length >= (le32_to_cpu(indx->index.index_length) + 24))); in check_full_index()
1808 indx->index.index_length = const_cpu_to_le32(0x38); in create_indx()
1905 indexlth = le32_to_cpu(indx->index.index_length) in redo_add_index()
1907 indx->index.index_length = cpu_to_le32(indexlth); in redo_add_index()
[all …]
Dmkntfs.c2318 r->index.index_length = const_cpu_to_le32(sizeof(INDEX_HEADER) + in add_attr_index_root()
2320 r->index.allocated_size = r->index.index_length; in add_attr_index_root()
2519 ia_val->index.index_length = cpu_to_le32(i + in upgrade_to_large_index()
2531 r->index.index_length = cpu_to_le32(le32_to_cpu(r->index.entries_offset) in upgrade_to_large_index()
2533 r->index.allocated_size = r->index.index_length; in upgrade_to_large_index()
2606 (int)le32_to_cpu(idx->index.index_length) in make_room_for_index_entry_in_index_block()
2610 biu = le32_to_cpu(idx->index.index_length); in make_room_for_index_entry_in_index_block()
2618 idx->index.index_length = cpu_to_le32(biu + size); in make_room_for_index_entry_in_index_block()
2739 le32_to_cpu(idx_header->index_length)); in insert_index_entry_in_res_dir_index()
2814 idx_header->index_length = cpu_to_le32( in insert_index_entry_in_res_dir_index()
[all …]
Dntfscmp.c579 index.index_length), na1)) in cmp_index_allocation()
Dntfsinfo.c1817 (unsigned)le32_to_cpu(idx->index_length), in ntfs_dump_index_header()
1818 (unsigned)le32_to_cpu(idx->index_length)); in ntfs_dump_index_header()
Dntfswipe.c1163 wipe_offset = le32_to_cpu(indx->index.index_length) + 0x18; in wipe_index_allocation()
/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h2087 /* 4*/ le32 index_length; /* Data size in byte of the INDEX_ENTRY's, member