Searched refs:mount_argsu (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_mount.c | 878 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 D | mount.h | 955 struct mntarg *mount_argsu(struct mntarg *ma, const char *name, const void *val, int len);
|