Home
last modified time | relevance | path

Searched refs:ictx (Results 1 - 5 of 5) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dindex.c53 * @ictx: ntfs index context describing the index entry
55 * Mark the index entry described by the index entry context @ictx dirty.
65 void ntfs_index_entry_mark_dirty(ntfs_index_context *ictx) in ntfs_index_entry_mark_dirty() argument
67 if (ictx->is_in_root) in ntfs_index_entry_mark_dirty()
68 ntfs_inode_mark_dirty(ictx->actx->ntfs_ino); in ntfs_index_entry_mark_dirty()
70 ictx->ib_dirty = TRUE; in ntfs_index_entry_mark_dirty()
2038 ntfs_index_context *ictx) in ntfs_index_walk_down()
2046 if (ictx->is_in_root) { in ntfs_index_walk_down()
2050 ictx->ir = (INDEX_ROOT*)NULL; in ntfs_index_walk_down()
2051 ictx in ntfs_index_walk_down()
2037 ntfs_index_walk_down(INDEX_ENTRY *ie, ntfs_index_context *ictx) ntfs_index_walk_down() argument
2077 ntfs_index_walk_up(INDEX_ENTRY *ie, ntfs_index_context *ictx) ntfs_index_walk_up() argument
2151 ntfs_index_next(INDEX_ENTRY *ie, ntfs_index_context *ictx) ntfs_index_next() argument
[all...]
H A Dinode.c797 ntfs_index_context *ictx; in ntfs_inode_sync_file_name() local
849 ictx = ntfs_index_ctx_get(index_ni, NTFS_INDEX_I30, 4); in ntfs_inode_sync_file_name()
850 if (!ictx) { in ntfs_inode_sync_file_name()
860 if (ntfs_index_lookup(fn, sizeof(FILE_NAME_ATTR), ictx)) { in ntfs_inode_sync_file_name()
869 ntfs_index_ctx_put(ictx); in ntfs_inode_sync_file_name()
875 fnx = (FILE_NAME_ATTR *)ictx->data; in ntfs_inode_sync_file_name()
905 ntfs_index_entry_mark_dirty(ictx); in ntfs_inode_sync_file_name()
906 ntfs_index_ctx_put(ictx); in ntfs_inode_sync_file_name()
/third_party/ntfs-3g/include/ntfs-3g/
H A Dindex.h139 extern void ntfs_index_ctx_put(ntfs_index_context *ictx);
140 extern void ntfs_index_ctx_reinit(ntfs_index_context *ictx);
147 ntfs_index_context *ictx) __attribute_warn_unused_result__;
150 ntfs_index_context *ictx);
161 extern void ntfs_index_entry_mark_dirty(ntfs_index_context *ictx);
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_idea_hw.c22 PROV_IDEA_CTX *ictx = (PROV_IDEA_CTX *)ctx; in cipher_hw_idea_initkey() local
23 IDEA_KEY_SCHEDULE *ks = &(ictx->ks.ks); in cipher_hw_idea_initkey()
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_idea_hw.c22 PROV_IDEA_CTX *ictx = (PROV_IDEA_CTX *)ctx; in cipher_hw_idea_initkey() local
23 IDEA_KEY_SCHEDULE *ks = &(ictx->ks.ks); in cipher_hw_idea_initkey()

Completed in 6 milliseconds