Searched refs:mountpoints (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_mount.c | 1219 char **mountpoints = NULL; in zpool_disable_datasets() local 1253 if ((mountpoints = zfs_alloc(hdl, in zpool_disable_datasets() 1265 if ((ptr = zfs_realloc(hdl, mountpoints, in zpool_disable_datasets() 1269 mountpoints = ptr; in zpool_disable_datasets() 1281 if ((mountpoints[used] = zfs_strdup(hdl, in zpool_disable_datasets() 1299 qsort(mountpoints, used, sizeof (char *), mountpoint_compare); in zpool_disable_datasets() 1308 if (is_shared(hdl, mountpoints[i], *curr_proto) && in zpool_disable_datasets() 1309 unshare_one(hdl, mountpoints[i], in zpool_disable_datasets() 1310 mountpoints[i], *curr_proto) != 0) in zpool_disable_datasets() 1320 if (unmount_one(hdl, mountpoints[i], flags) != 0) in zpool_disable_datasets() [all …]
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | sun_map_parse.y | 164 | mountpoints { 185 | '-' options WSPACE mountpoints { 222 mountpoints : mountpoint 223 | mountpoint WSPACE mountpoints
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | README.autofs | 38 further. It would be nice to "take over" the old mountpoints, there is
|
H A D | ChangeLog | 3568 mountpoints for autofs-based sublinks the right way 4081 (amfs_nfsx_remount): only create the mountpoints as we need them, 4401 mountpoints 4574 (autofs_mount_fs): call mf->mount_fs(), create/remove mountpoints 4576 (autofs_umount_fs): call mf->umount_fs(), remove mountpoints on
|
/netbsd-src/etc/ |
H A D | rc.subr | 206 # Go through the list of critical ZFS mountpoints as provided in 210 # aren't ZFS mountpoints.
|
/netbsd-src/external/bsd/am-utils/dist/m4/macros/ |
H A D | header_templates.m4 | 752 [do not use shared cache for all mountpoints])
|
/netbsd-src/external/bsd/am-utils/dist/doc/ |
H A D | am-utils.texi | 6652 mountpoints. This defaults to @file{/a}. Some sites have the autodir set 8737 @c LocalWords: mountpoint mountpoints unescaped UIDs util's overlayed uref EFS
|