Home
last modified time | relevance | path

Searched refs:canmount_on (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c905 bool canmount_on = strncmp(canmount, "on", 2) == 0; in main() local
907 if (canmount_on) in main()