Home
last modified time | relevance | path

Searched refs:ntfs_index_context (Results 1 – 8 of 8) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dindex.h135 } ntfs_index_context; typedef
137 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni,
139 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);
168 extern int ntfs_ie_add(ntfs_index_context *icx, INDEX_ENTRY *ie);
169 extern int ntfs_index_rm(ntfs_index_context *icx);
Dvolume.h238 ntfs_index_context *secure_xsii; /* index for using $Secure:$SII */
239 ntfs_index_context *secure_xsdh; /* index for using $Secure:$SDH */
/third_party/ntfs-3g/libntfs-3g/
Dindex.c65 void ntfs_index_entry_mark_dirty(ntfs_index_context *ictx) in ntfs_index_entry_mark_dirty()
73 static s64 ntfs_ib_vcn_to_pos(ntfs_index_context *icx, VCN vcn) 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()
83 static int ntfs_ib_write(ntfs_index_context *icx, INDEX_BLOCK *ib) in ntfs_ib_write()
100 static int ntfs_icx_ib_write(ntfs_index_context *icx) in ntfs_icx_ib_write()
119 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni, in ntfs_index_ctx_get()
122 ntfs_index_context *icx; in ntfs_index_ctx_get()
132 icx = ntfs_calloc(sizeof(ntfs_index_context)); in ntfs_index_ctx_get()
134 *icx = (ntfs_index_context) { in ntfs_index_ctx_get()
142 static void ntfs_index_ctx_free(ntfs_index_context *icx) in ntfs_index_ctx_free()
[all …]
Dobject_id.c141 static int set_object_id_index(ntfs_inode *ni, ntfs_index_context *xo, in set_object_id_index()
187 static ntfs_index_context *open_object_id_index(ntfs_volume *vol) in open_object_id_index()
192 ntfs_index_context *xo; in open_object_id_index()
209 xo = (ntfs_index_context*)NULL; in open_object_id_index()
228 ntfs_index_context *xo; in merge_index_data()
271 static int remove_object_id_index(ntfs_attr *na, ntfs_index_context *xo, in remove_object_id_index()
323 static int update_object_id(ntfs_inode *ni, ntfs_index_context *xo, in update_object_id()
426 ntfs_index_context *xo; in ntfs_delete_object_id_index()
523 ntfs_index_context *xo; in ntfs_set_ntfs_object_id()
576 ntfs_index_context *xo; in ntfs_remove_ntfs_object_id()
Dreparse.c135 ntfs_index_context *icx; in ntfs_fix_file_name()
940 static int set_reparse_index(ntfs_inode *ni, ntfs_index_context *xr, in set_reparse_index()
979 static int remove_reparse_index(ntfs_attr *na, ntfs_index_context *xr, in remove_reparse_index()
1020 static ntfs_index_context *open_reparse_index(ntfs_volume *vol) in open_reparse_index()
1025 ntfs_index_context *xr; in open_reparse_index()
1042 xr = (ntfs_index_context*)NULL; in open_reparse_index()
1060 static int update_reparse_data(ntfs_inode *ni, ntfs_index_context *xr, in update_reparse_data()
1121 ntfs_index_context *xr; in ntfs_delete_reparse_index()
1197 ntfs_index_context *xr; in ntfs_set_ntfs_reparse_data()
1272 ntfs_index_context *xr; in ntfs_remove_ntfs_reparse_data()
Dsecurity.c553 ntfs_index_context *xsii; in entersecurity_indexes()
554 ntfs_index_context *xsdh; in entersecurity_indexes()
641 ntfs_index_context *xsii; in entersecurityattr()
836 ntfs_index_context *xsdh; in setsecurityattr()
1810 ntfs_index_context *xsii; in retrievesecurityattr()
4476 ntfs_index_context *sii; in ntfs_open_secure()
4477 ntfs_index_context *sdh; in ntfs_open_secure()
5159 ntfs_index_context *xsii; in ntfs_read_sii()
5195 ntfs_index_context *xsdh; in ntfs_read_sdh()
Dinode.c797 ntfs_index_context *ictx; in ntfs_inode_sync_file_name()
Ddir.c2506 ntfs_index_context *icx; in set_namespace()