Searched hist:"5 a5fccc8e792522375133484f4cebc9f7da2c7d3" (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vfsops.c | diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vfsops.c | diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vfsops.c | diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
/freebsd/sys/kern/ |
H A D | vfs_default.c | diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
/freebsd/sys/sys/ |
H A D | mount.h | diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> diff 5a5fccc8e792522375133484f4cebc9f7da2c7d3 Wed Sep 08 00:42:38 CEST 1999 Alfred Perlstein <alfred@FreeBSD.org> All unimplemented VFS ops now have entries in kern/vfs_default.c that return reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions. Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind Approved by: phk Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|