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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.h70 * struct ntfs_index_context -
135 } ntfs_index_context; typedef in typeref:struct:__anon14
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 *ic
[all...]
H A Dindex.c65 void ntfs_index_entry_mark_dirty(ntfs_index_context *ictx)
73 static s64 ntfs_ib_vcn_to_pos(ntfs_index_context *icx, VCN vcn)
78 static VCN ntfs_ib_pos_to_vcn(ntfs_index_context *icx, s64 pos)
83 static int ntfs_ib_write(ntfs_index_context *icx, INDEX_BLOCK *ib)
100 static int ntfs_icx_ib_write(ntfs_index_context *icx)
119 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni,
122 ntfs_index_context *icx;
132 icx = ntfs_calloc(sizeof(ntfs_index_context));
134 *icx = (ntfs_index_context) {
142 static void ntfs_index_ctx_free(ntfs_index_context *ic
[all...]
H A Dobject_id.c141 static int set_object_id_index(ntfs_inode *ni, ntfs_index_context *xo,
187 static ntfs_index_context *open_object_id_index(ntfs_volume *vol)
192 ntfs_index_context *xo;
209 xo = (ntfs_index_context*)NULL;
228 ntfs_index_context *xo;
271 static int remove_object_id_index(ntfs_attr *na, ntfs_index_context *xo,
323 static int update_object_id(ntfs_inode *ni, ntfs_index_context *xo,
426 ntfs_index_context *xo;
523 ntfs_index_context *xo;
576 ntfs_index_context *x
[all...]
H A Dreparse.c135 ntfs_index_context *icx;
940 static int set_reparse_index(ntfs_inode *ni, ntfs_index_context *xr,
979 static int remove_reparse_index(ntfs_attr *na, ntfs_index_context *xr,
1020 static ntfs_index_context *open_reparse_index(ntfs_volume *vol)
1025 ntfs_index_context *xr;
1042 xr = (ntfs_index_context*)NULL;
1060 static int update_reparse_data(ntfs_inode *ni, ntfs_index_context *xr,
1121 ntfs_index_context *xr;
1197 ntfs_index_context *xr;
1272 ntfs_index_context *x
[all...]
H A Dvolume.h238 ntfs_index_context *secure_xsii; /* index for using $Secure:$SII */
239 ntfs_index_context *secure_xsdh; /* index for using $Secure:$SDH */
H A Dsecurity.c560 ntfs_index_context *xsii;
561 ntfs_index_context *xsdh;
648 ntfs_index_context *xsii;
843 ntfs_index_context *xsdh;
1824 ntfs_index_context *xsii;
4490 ntfs_index_context *sii;
4491 ntfs_index_context *sdh;
5173 ntfs_index_context *xsii;
5209 ntfs_index_context *xsdh;
H A Dinode.c803 ntfs_index_context *ictx;
H A Ddir.c2509 ntfs_index_context *icx;

Completed in 88 milliseconds