Searched refs:mft_search_ctx (Results 1 – 4 of 4) sorted by relevance
77 struct mft_search_ctx { struct85 struct mft_search_ctx * mft_get_search_ctx(ntfs_volume *vol); argument86 void mft_put_search_ctx(struct mft_search_ctx *ctx);87 int mft_next_record(struct mft_search_ctx *ctx);
968 struct mft_search_ctx * mft_get_search_ctx(ntfs_volume *vol) in mft_get_search_ctx()970 struct mft_search_ctx *ctx; in mft_get_search_ctx()977 ctx = (struct mft_search_ctx*)calloc(1, sizeof *ctx); in mft_get_search_ctx()988 void mft_put_search_ctx(struct mft_search_ctx *ctx) in mft_put_search_ctx()1000 int mft_next_record(struct mft_search_ctx *ctx) in mft_next_record()
48 struct mft_search_ctx *m_ctx = NULL; in cluster_find()
285 struct mft_search_ctx *m_ctx; in info()