Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_zmount.c81 char *optstr, *p, *tofree; in do_mount_() local
93 tofree = optstr = strdup(optptr); in do_mount_()
94 assert(optstr != NULL); in do_mount_()
98 if (strstr(optstr, MNTOPT_REMOUNT) != NULL) in do_mount_()
100 if (strstr(optstr, MNTOPT_NOXATTR) == NULL && in do_mount_()
101 strstr(optstr, MNTOPT_XATTR) == NULL && in do_mount_()
102 strstr(optstr, MNTOPT_SAXATTR) == NULL && in do_mount_()
103 strstr(optstr, MNTOPT_DIRXATTR) == NULL) in do_mount_()
111 while ((p = strsep(&optstr, ",/")) != NULL) in do_mount_()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6166 const char *optstr = un ? "ldugecsrh" : "ldugecsh"; in zfs_do_allow_unallow_impl() local
6169 while ((c = getopt(argc, argv, optstr)) != -1) { in zfs_do_allow_unallow_impl()