Searched refs:mountfile (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/ |
H A D | zfs-mount-generator.c | 439 const char *mountfile = systemd_escape_path(p_mountpoint, "", ".mount"); in line_worker() local 440 if (mountfile == NULL) { in line_worker() 573 bool already_exists = fstatat(destdir_fd, mountfile, &stbuf, 0) == 0; in line_worker() 574 bool is_known = tfind(mountfile, &noauto_files, STRCMP) != NULL; in line_worker() 576 *(tofree++) = (void *)mountfile; in line_worker() 583 (void) unlinkat(destdir_fd, mountfile, 0); in line_worker() 588 getpid(), dataset, mountfile, in line_worker() 596 getpid(), dataset, mountfile); in line_worker() 606 if (tsearch(mountfile, &noauto_files, STRCMP) == NULL) in line_worker() 610 getpid(), dataset, mountfile); in line_worker() [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.init_fedora | 62 for mountfile in /dev/log /dev/urandom /etc/localtime /etc/resolv.conf /var/run/unbound 64 if egrep -q '^/[^[:space:]]+[[:space:]]+'${rootdir}''${mountfile}'' /proc/mounts; then 65 umount ${rootdir}$mountfile >/dev/null 2>&1
|