FreeBSD kernel kern code
|
Data Fields | |
struct iovec * | v |
int | len |
int | error |
Definition at line 1805 of file vfs_mount.c.
int mntarg::error |
Definition at line 1808 of file vfs_mount.c.
Referenced by kernel_mount(), kernel_vmount(), mount_arg(), mount_argf(), mount_argsu(), parse_mount(), and sys_mount().
int mntarg::len |
Definition at line 1807 of file vfs_mount.c.
Referenced by kernel_mount(), mount_arg(), and mount_argf().
struct iovec* mntarg::v |
Definition at line 1806 of file vfs_mount.c.
Referenced by free_mntarg(), kernel_mount(), mount_arg(), and mount_argf().