VFS (9)
Leading comments
Copyright (c) 1996 Doug Rabson All rights reserved. This program is free software. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in...
NAME
VFS - kernel interface to file systemsDESCRIPTION
Calls used to set or query file systems for settings or information.File systems that do not implement a VFS operation should use the appropriate Fa vfs_std function from src/sys/kern/vfs_default.c rather than implementing empty functions or casting to Fa eopnotsupp .