Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c47 mntopt(char **p) in mntopt() function
77 f = mntopt(&opts); in hasmntopt()
78 for (; *f; f = mntopt(&opts)) { in hasmntopt()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dvfs.h68 typedef struct mntopt { struct
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_mount_os.c140 parse_option(char *mntopt, unsigned long *mntflags, in parse_option() argument
147 name = strdup(mntopt); in parse_option()