mount_point       194 source3/modules/vfs_shadow_copy2.c 	char *mount_point;
mount_point       207 source3/modules/vfs_shadow_copy2.c 	mount_point = find_mount_point(mem_ctx, handle);
mount_point       208 source3/modules/vfs_shadow_copy2.c 	if (mount_point == NULL) {
mount_point       212 source3/modules/vfs_shadow_copy2.c 	ret = talloc_asprintf(mem_ctx, "%s/%s", mount_point, snapdir);
mount_point       213 source3/modules/vfs_shadow_copy2.c 	talloc_free(mount_point);
mount_point       112 source4/client/smbmnt.c static int mount_ok(char *mount_point)
mount_point       116 source4/client/smbmnt.c 	if (chdir(mount_point) != 0) {
mount_point       173 source4/client/smbmnt.c 	char *mount_point, *share_name = NULL;
mount_point       207 source4/client/smbmnt.c         mount_point = fullpath(argv[1]);
mount_point       212 source4/client/smbmnt.c         if (mount_ok(mount_point) != 0) {
mount_point       214 source4/client/smbmnt.c                         mount_point, strerror(errno));
mount_point       260 source4/client/smbmnt.c         ment.mnt_dir = mount_point;
mount_point       266 source4/client/smbmnt.c         mount_point = ment.mnt_dir;
mount_point       268 source4/client/smbmnt.c 	if (mount_point == NULL)
mount_point       253 source4/client/smbmount.c static void smb_umount(const char *mount_point)
mount_point       268 source4/client/smbmount.c         if (umount(mount_point) != 0) {
mount_point       270 source4/client/smbmount.c 			 sys_getpid(), mount_point, strerror(errno)));
mount_point       297 source4/client/smbmount.c                 if (strcmp(mnt->mnt_dir, mount_point) != 0) {
mount_point       332 source4/client/smbmount.c 			   const char *the_service, const char *mount_point, struct smbcli_state *c)
mount_point       344 source4/client/smbmount.c 		if ((fd = open(mount_point, O_RDONLY)) < 0) {
mount_point       346 source4/client/smbmount.c 				 sys_getpid(), mount_point));
mount_point       425 source4/client/smbmount.c 	smb_umount(mount_point);
mount_point       436 source4/client/smbmount.c 	char mount_point[MAXPATHLEN+1];
mount_point       444 source4/client/smbmount.c 	if (realpath(mpoint, mount_point) == NULL) {
mount_point       473 source4/client/smbmount.c 	args[i++] = mount_point;
mount_point       545 source4/client/smbmount.c 	send_fs_socket(lp_ctx, service, mount_point, c);
mount_point        37 source4/client/smbumount.c umount_ok(const char *mount_point)
mount_point        41 source4/client/smbumount.c         int fid = open(mount_point, O_RDONLY|O_NOFOLLOW, 0);
mount_point        46 source4/client/smbumount.c                         mount_point, strerror(errno));
mount_point        52 source4/client/smbumount.c                         mount_point);
mount_point        59 source4/client/smbumount.c                         mount_point);
mount_point       103 source4/client/smbumount.c         char* mount_point;
mount_point       118 source4/client/smbumount.c         mount_point = canonicalize(argv[1]);
mount_point       120 source4/client/smbumount.c 	if (mount_point == NULL)
mount_point       125 source4/client/smbumount.c         if (umount_ok(mount_point) != 0) {
mount_point       129 source4/client/smbumount.c         if (umount(mount_point) != 0) {
mount_point       131 source4/client/smbumount.c                         mount_point, strerror(errno));
mount_point       158 source4/client/smbumount.c                 if (strcmp(mnt->mnt_dir, mount_point) != 0) {