/freebsd/share/man/man9/ |
H A D | vfs_getopt.9 | diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor) diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor)
|
H A D | Makefile | diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor) diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor)
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_misc.c | diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor) diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor)
|
/freebsd/sys/sys/ |
H A D | mount.h | diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor) diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor)
|
/freebsd/sys/kern/ |
H A D | vfs_mount.c | diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor) diff f86bce5ed03f2a4c30a04c29b51624e69c30d8c7 Tue Mar 03 00:26:30 CET 2009 Jamie Gritton <jamie@FreeBSD.org> Extend the "vfsopt" mount options for more general use. Make struct vfsopt and the vfs_buildopts function public, and add some new fields to struct vfsopt (pos and seen), and new functions vfs_getopt_pos and vfs_opterror.
Further extend the interface to allow reading options from the kernel in addition to sending them to the kernel, with vfs_setopt and related functions.
While this allows the "name=value" option interface to be used for more than just FS mounts (planned use is for jails), it retains the current "vfsopt" name and <sys/mount.h> requirement.
Approved by: bz (mentor)
|