Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c878 ma = mount_argsu(ma, "fstype", uap->type, MFSNAMELEN); in sys_mount()
879 ma = mount_argsu(ma, "fspath", uap->path, MNAMELEN); in sys_mount()
2358 mount_argsu(struct mntarg *ma, const char *name, const void *val, int len) in mount_argsu() function
/f-stack/freebsd/sys/
H A Dmount.h955 struct mntarg *mount_argsu(struct mntarg *ma, const char *name, const void *val, int len);