mountpoint 110 examples/perfcounter/perf.h char mountpoint[NAME_LEN];
mountpoint 116 examples/perfcounter/perf_writer_disk.c memcpy(data->diskInfo.mdata[i].mountpoint, start, stop - start);
mountpoint 146 examples/perfcounter/perf_writer_disk.c status = statfs(data->diskInfo.mdata[i].mountpoint, &statfsbuf);
mountpoint 158 examples/perfcounter/perf_writer_disk.c data->diskInfo.mdata[i].mountpoint,
mountpoint 219 examples/perfcounter/perf_writer_disk.c data->diskInfo.mdata[i].mountpoint,
mountpoint 1084 source3/client/mount.cifs.c char * mountpoint = NULL;
mountpoint 1136 source3/client/mount.cifs.c mountpoint = argv[2];
mountpoint 1294 source3/client/mount.cifs.c if((argc < 3) || (dev_name == NULL) || (mountpoint == NULL)) {
mountpoint 1328 source3/client/mount.cifs.c if (realpath(mountpoint, resolved_path)) {
mountpoint 1329 source3/client/mount.cifs.c mountpoint = resolved_path;
mountpoint 1332 source3/client/mount.cifs.c if(chdir(mountpoint)) {
mountpoint 1333 source3/client/mount.cifs.c printf("mount error: can not change directory into mount target %s\n",mountpoint);
mountpoint 1339 source3/client/mount.cifs.c printf("mount error: mount point %s does not exist\n",mountpoint);
mountpoint 1345 source3/client/mount.cifs.c printf("mount error: mount point %s is not a directory\n",mountpoint);
mountpoint 1496 source3/client/mount.cifs.c rc = check_mtab(thisprogram, dev_name, mountpoint);
mountpoint 1500 source3/client/mount.cifs.c if (!fakemnt && mount(dev_name, mountpoint, "cifs", flags, options)) {
mountpoint 1547 source3/client/mount.cifs.c mountent.mnt_dir = mountpoint;
mountpoint 184 source3/client/umount.cifs.c if(strcmp(mount_entry->mnt_dir, mountpoint) == 0) {
mountpoint 202 source3/client/umount.cifs.c if(strcmp(mount_entry->mnt_dir, mountpoint) != 0) {
mountpoint 278 source3/client/umount.cifs.c char * mountpoint;
mountpoint 343 source3/client/umount.cifs.c mountpoint = canonicalize(argv[0]);
mountpoint 352 source3/client/umount.cifs.c printf("optind %d unmount dir %s\n",optind, mountpoint);
mountpoint 365 source3/client/umount.cifs.c while ((strlen(mountpoint) > 1) &&
mountpoint 366 source3/client/umount.cifs.c (mountpoint[strlen(mountpoint)-1] == '/'))
mountpoint 368 source3/client/umount.cifs.c mountpoint[strlen(mountpoint)-1] = '\0';
mountpoint 372 source3/client/umount.cifs.c rc = statfs(mountpoint, &statbuf);
mountpoint 380 source3/client/umount.cifs.c rc = umount_check_perm(mountpoint);
mountpoint 386 source3/client/umount.cifs.c if(umount2(mountpoint, flags)) {
mountpoint 401 source3/client/umount.cifs.c remove_from_mtab(mountpoint);
mountpoint 301 source4/client/mount.cifs.c char * mountpoint;
mountpoint 335 source4/client/mount.cifs.c mountpoint = argv[2];
mountpoint 449 source4/client/mount.cifs.c if(stat (mountpoint, &statbuf)) {
mountpoint 450 source4/client/mount.cifs.c printf("mount error: mount point %s does not exist\n",mountpoint);
mountpoint 454 source4/client/mount.cifs.c printf("mount error: mount point %s is not a directory\n",mountpoint);
mountpoint 528 source4/client/mount.cifs.c if(mount(share_name, mountpoint, "cifs", flags, options)) {
mountpoint 546 source4/client/mount.cifs.c mountent.mnt_dir = mountpoint;
mountpoint 37 source4/lib/registry/local.c struct mountpoint *prev, *next;
mountpoint 130 source4/lib/registry/local.c struct mountpoint *mp;
mountpoint 330 source4/lib/registry/local.c struct mountpoint *mp = talloc(rctx, struct mountpoint);