Searched refs:icx (Results 1 – 5 of 5) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/ |
D | index.c | 73 static s64 ntfs_ib_vcn_to_pos(ntfs_index_context *icx, VCN vcn) in ntfs_ib_vcn_to_pos() argument 75 return vcn << icx->vcn_size_bits; in ntfs_ib_vcn_to_pos() 78 static VCN ntfs_ib_pos_to_vcn(ntfs_index_context *icx, s64 pos) in ntfs_ib_pos_to_vcn() argument 80 return pos >> icx->vcn_size_bits; in ntfs_ib_pos_to_vcn() 83 static int ntfs_ib_write(ntfs_index_context *icx, INDEX_BLOCK *ib) in ntfs_ib_write() argument 89 ret = ntfs_attr_mst_pwrite(icx->ia_na, ntfs_ib_vcn_to_pos(icx, vcn), in ntfs_ib_write() 90 1, icx->block_size, ib); in ntfs_ib_write() 93 (long long)vcn, (unsigned long long)icx->ni->mft_no); in ntfs_ib_write() 100 static int ntfs_icx_ib_write(ntfs_index_context *icx) in ntfs_icx_ib_write() argument 102 if (ntfs_ib_write(icx, icx->ib)) in ntfs_icx_ib_write() [all …]
|
D | reparse.c | 135 ntfs_index_context *icx; in ntfs_fix_file_name() local 150 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4); in ntfs_fix_file_name() 151 if (icx) { in ntfs_fix_file_name() 170 lkup = ntfs_index_lookup((char*)&find, uname_len, icx); in ntfs_fix_file_name() 177 if (icx->entry && (icx->entry->ie_flags & INDEX_ENTRY_END)) in ntfs_fix_file_name() 179 entry = ntfs_index_next(icx->entry, icx); in ntfs_fix_file_name() 181 entry = icx->entry; in ntfs_fix_file_name() 207 ntfs_index_ctx_put(icx); in ntfs_fix_file_name()
|
D | dir.c | 2506 ntfs_index_context *icx; in set_namespace() local 2530 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4); in set_namespace() 2531 if (icx) { in set_namespace() 2532 lkup = ntfs_index_lookup((char*)fn, len, icx); in set_namespace() 2533 if (!lkup && icx->data && icx->data_len) { in set_namespace() 2534 fnx = (FILE_NAME_ATTR*)icx->data; in set_namespace() 2539 ntfs_index_entry_mark_dirty(icx); in set_namespace() 2541 ntfs_index_ctx_put(icx); in set_namespace()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | index.h | 168 extern int ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie); 169 extern int ntfs_index_rm(ntfs_index_context *icx);
|
/third_party/ffmpeg/libavfilter/ |
D | vf_ciescope.c | 1078 int icx, icy; in tongue_outline() local 1081 &icx, &icy); in tongue_outline() 1084 draw_line(pixels, linesize, lx, ly, icx, icy, w, h, rgbcolor); in tongue_outline() 1086 fx = icx; in tongue_outline() 1089 lx = icx; in tongue_outline()
|