Home | History | Annotate | Download | only in vm

Lines Matching full:mount_dir

1661     char mount_dir[256];
1670 while ((match = fscanf(fp, "%255s %255s %*s %*s %*d %*d\n", mount_dev, mount_dir)) != EOF) {
1672 mount_dir[255] = 0;
1673 if (match == 2 && (strcmp(arg, mount_dir) == 0)) {