Searched refs:mountpoint (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/
H A Dlvm2udev5 # simple startup script to create lvm2 devices if /dev is a mountpoint, there
13 # is /dev a mountpoint?
14 mountpoint -q /dev
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_mount.c31 * mountpoint.
152 * Search the sharetab for the given mountpoint and protocol, returning
156 is_shared(libzfs_handle_t *hdl, const char *mountpoint, zfs_share_proto_t proto) argument
168 /* the mountpoint is the first entry on each line */
173 if (strcmp(buf, mountpoint) == 0) {
237 * in 'where' with the current mountpoint, and return 1. Otherwise, we return
262 * mountpoint in 'buf'.
301 char mountpoint[ZFS_MAXPROPLEN]; local
310 if (!zfs_is_mountable(zhp, mountpoint, sizeof (mountpoint), NUL
371 unmount_one(libzfs_handle_t *hdl, const char *mountpoint, int flags) argument
387 zfs_unmount(zfs_handle_t *zhp, const char *mountpoint, int flags) argument
486 char *mountpoint; local
738 char mountpoint[ZFS_MAXPROPLEN]; local
849 unshare_one(libzfs_handle_t *hdl, const char *name, const char *mountpoint, zfs_share_proto_t proto) argument
894 zfs_unshare_proto(zfs_handle_t *zhp, const char *mountpoint, zfs_share_proto_t *proto) argument
932 zfs_unshare_nfs(zfs_handle_t *zhp, const char *mountpoint) argument
938 zfs_unshare_smb(zfs_handle_t *zhp, const char *mountpoint) argument
981 zfs_unshareall_bypath(zfs_handle_t *zhp, const char *mountpoint) argument
1000 char mountpoint[ZFS_MAXPROPLEN]; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libzfs/
H A Dfsshare.c65 * mountpoint specified in the 'skip' argument.
87 /* Skip the given mountpoint. */
146 fsshare_main(const char *file, const char *mountpoint, const char *shareopts, argument
199 while (oldfd != NULL && (line = zgetline(oldfd, mountpoint)) != NULL)
210 fprintf(newfd, "%s\t%s\n", mountpoint,
240 * Add the given mountpoint to the given exports file.
243 fsshare(const char *file, const char *mountpoint, const char *shareopts) argument
246 return (fsshare_main(file, mountpoint, shareopts, 1));
250 * Remove the given mountpoint from the given exports file.
253 fsunshare(const char *file, const char *mountpoint) argument
[all...]
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dmain.c108 char *mountpoint; local
281 mountpoint = NULL;
298 mountpoint = xstrdup(dt->fs_file);
307 if (mountpoint == NULL) {
308 mountpoint = xstrdup(fsbuf.f_mntonname);
318 mountpoint);
320 if (strcmp(mountpoint, fsbuf.f_mntonname) != 0)
321 quit("%s is not on %s\n", argv[i], mountpoint);
326 if (mountpoint)
327 free(mountpoint);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_linux.c514 autofs_bind_umount(char *mountpoint) argument
521 if ((err = lstat(mountpoint, &buf)))
526 plog(XLOG_INFO, "autofs: un-bind-mounting %s", mountpoint);
527 err = umount_fs(mountpoint, mnttab_file_name, 1);
529 plog(XLOG_INFO, "autofs: unmounting %s failed: %m", mountpoint);
531 err = rmdir(mountpoint);
536 plog(XLOG_INFO, "autofs: deleting symlink %s", mountpoint);
537 err = unlink(mountpoint);
586 * Since the bind mount mechanism doesn't allow mountpoint crossing,
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Damq_subr.c265 char *mountpoint; local
279 mountpoint = (mp->am_link ? mp->am_link : mp->am_mnt->mf_mount);
280 len = strlen(mountpoint);
283 if (!NSTREQ(mountpoint, dir, len))
H A Dsun_map_parse.y226 mountpoints : mountpoint
227 | mountpoint WSPACE mountpoints
230 mountpoint : WORD WSPACE location { label
/netbsd-6-1-5-RELEASE/lib/librefuse/
H A Drefuse.c369 size_t size, char **mountpoint, int *multithreaded, int *fd,
400 fc = fuse_mount(*mountpoint = argv[i], args);
425 size_t size, char **mountpoint, int *multithreaded, int *fd)
427 return fuse_setup_real(argc, argv, ops, size, mountpoint,
433 size_t size, char **mountpoint, int *multithreaded, void *user_data)
435 return fuse_setup_real(argc, argv, ops, size, mountpoint,
1225 char *mountpoint; local
1229 fuse = fuse_setup_real(argc, argv, ops, size, &mountpoint,
1441 fuse_teardown(struct fuse *fuse, char *mountpoint) argument
1443 fuse_unmount(mountpoint, fus
368 fuse_setup_real(int argc, char **argv, const struct fuse_operations *ops, size_t size, char **mountpoint, int *multithreaded, int *fd, void *user_data) argument
424 fuse_setup(int argc, char **argv, const struct fuse_operations *ops, size_t size, char **mountpoint, int *multithreaded, int *fd) argument
432 fuse_setup26(int argc, char **argv, const struct fuse_operations *ops, size_t size, char **mountpoint, int *multithreaded, void *user_data) argument
[all...]
/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_oldfiles.c83 __quota_oldfiles_find_fstabentry(const char *mountpoint) argument
88 if (!strcmp(mountpoint,
245 __quota_oldfiles_infstab(const char *mountpoint) argument
247 return __quota_oldfiles_find_fstabentry(mountpoint) != NULL;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zpool/
H A Dzpool_main.c196 "\t [-m mountpoint] [-R root] <pool> <vdev> ...\n"));
564 * [-R root] [-m mountpoint] <pool> <dev> ...
570 * -m Set default mountpoint for the root dataset. By default it's
590 char *mountpoint = NULL; local
618 mountpoint = optarg;
704 * Check the validity of the mountpoint and direct the user to use the
705 * '-m' mountpoint option if it looks like its in use.
707 if (mountpoint == NULL ||
708 (strcmp(mountpoint, ZFS_MOUNTPOINT_LEGACY) != 0 &&
709 strcmp(mountpoint, ZFS_MOUNTPOINT_NON
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ctldir.c45 * as a mountpoint for the snapshot. Whenever we lookup a specific snapshot, we
546 * Change the current mountpoint info:
740 char *mountpoint; local
849 mountpoint = kmem_alloc(mountpoint_len, KM_SLEEP);
850 (void) snprintf(mountpoint, mountpoint_len, "%s/.zfs/snapshot/%s",
854 margs.dir = mountpoint;
863 kmem_free(mountpoint, mountpoint_len);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c246 "<-a | filesystem|mountpoint>\n"));
249 "<-a | filesystem|mountpoint>\n"));
555 /* create the mountpoint if necessary */
2005 "name,used,available,referenced,mountpoint";
3010 char mountpoint[ZFS_MAXPROPLEN]; local
3051 * includes those with a legacy mountpoint, or those with
3054 verify(zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, mountpoint,
3055 sizeof (mountpoint), NULL, NULL, 0, B_FALSE) == 0);
3076 * shareopts is non-legacy but the mountpoint is legacy, we
3079 if (strcmp(mountpoint, "legac
3958 char mountpoint[ZFS_MAXPROPLEN]; local
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mi.en149 message mountpoint
H A Dmsg.mi.pl152 message mountpoint
872 jeden mountpoint z "/".
H A Dmsg.mi.es156 message mountpoint
H A Dmsg.mi.de156 message mountpoint

Completed in 160 milliseconds