Lines Matching defs:source
453 char *source = NULL;
490 source = malloc((mo->fsname ? strlen(mo->fsname) : 0) +
495 if (!type || !source) {
505 strcpy(source,
508 res = mount(source, mnt, type, mo->flags, mo->kernel_opts);
514 sprintf(source, "%s#%s", mo->subtype,
517 strcpy(source, type);
519 res = mount(source, mnt, type, mo->flags, mo->kernel_opts);
549 res = fuse_mnt_add_mount("fuse", source, newmnt, type,
557 free(source);
565 free(source);