logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VFS — kernel interface to file systems

Authors

       This manual page was written by Doug Rabson.

Debian                                          February 9, 2010                                          VFS(9)

Description

       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 vfs_std function from
       src/sys/kern/vfs_default.c rather than implementing empty functions or casting to eopnotsupp.

Name

       VFS — kernel interface to file systems

See Also

VFS_CHECKEXP(9), VFS_FHTOVP(9), VFS_INIT(9), VFS_MOUNT(9),  VFS_QUOTACTL(9),  VFS_SET(9),  VFS_STATFS(9),
       VFS_SYNC(9), VFS_UNMOUNT(9), VFS_VGET(9), vnode(9), VOP_VPTOFH(9)

See Also