mangle_ctx        642 source4/ntvfs/posix/pvfs_shortname.c 	pvfs->mangle_ctx = ctx;
mangle_ctx        653 source4/ntvfs/posix/pvfs_shortname.c 	return name_map(pvfs->mangle_ctx, name, true, true);
mangle_ctx        679 source4/ntvfs/posix/pvfs_shortname.c 	return check_cache(pvfs->mangle_ctx, mem_ctx, name);
mangle_ctx        688 source4/ntvfs/posix/pvfs_shortname.c 	return is_reserved_name(pvfs->mangle_ctx, name);
mangle_ctx        698 source4/ntvfs/posix/pvfs_shortname.c 	return is_mangled_component(pvfs->mangle_ctx, name, strlen(name));
mangle_ctx         45 source4/ntvfs/posix/vfs_posix.h 	struct pvfs_mangle_context *mangle_ctx;