Lines Matching refs:reparse
55 #include "reparse.h"
818 * Get the reparse operations associated to an inode
820 * The plugin able to process the reparse point is dynamically loaded
822 * When successful, returns the operations vector and the reparse
832 REPARSE_POINT *reparse;
838 reparse = ntfs_get_reparse_point(ni);
839 if (reparse) {
840 tag = reparse->reparse_tag;
884 *reparse_wanted = reparse;
886 free(reparse);
931 REPARSE_POINT *reparse;
935 ops = select_reparse_plugin(ctx, ni, &reparse);
938 && !ops->getattr(ni,reparse,&stbuf)) {
942 free(reparse);