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 | 440 const char *mountfile = systemd_escape_path(p_mountpoint, "", ".mount"); in line_worker() local 441 if (mountfile == NULL) { in line_worker() 574 bool already_exists = fstatat(destdir_fd, mountfile, &stbuf, 0) == 0; in line_worker() 575 bool is_known = tfind(mountfile, &noauto_files, STRCMP) != NULL; in line_worker() 577 *(tofree++) = (void *)mountfile; in line_worker() 584 (void) unlinkat(destdir_fd, mountfile, 0); in line_worker() 589 getpid(), dataset, mountfile, in line_worker() 597 getpid(), dataset, mountfile); in line_worker() 607 if (tsearch(mountfile, &noauto_files, STRCMP) == NULL) in line_worker() 611 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
|