Searched refs:ntfs_index_ctx_get (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.h106 * To obtain a context call ntfs_index_ctx_get().
137 extern ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni,
H A Dobject_id.c204 xo = ntfs_index_ctx_get(ni, objid_index_name, 2);
H A Dreparse.c150 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4);
1037 xr = ntfs_index_ctx_get(ni, reparse_index_name, 2);
H A Dindex.c111 * ntfs_index_ctx_get - allocate and initialize a new index context
119 ntfs_index_context *ntfs_index_ctx_get(ntfs_inode *ni, function
744 * call to ntfs_index_ctx_get().
1650 icx = ntfs_index_ctx_get(ni, NTFS_INDEX_I30, 4);
1967 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4);
H A Dinode.c855 ictx = ntfs_index_ctx_get(index_ni, NTFS_INDEX_I30, 4);
H A Dsecurity.c4507 sii = ntfs_index_ctx_get(ni, sii_stream, 4);
4511 sdh = ntfs_index_ctx_get(ni, sdh_stream, 4);
H A Ddir.c2533 icx = ntfs_index_ctx_get(dir_ni, NTFS_INDEX_I30, 4);

Completed in 63 milliseconds