#ifndef _BSD_SYS_VFS_CONTEXT_H_ #define _BSD_SYS_VFS_CONTEXT_H_ #include #include #include #include struct vfs_context { proc_t vc_proc; ucred_t vc_ucred; }; #endif /* !_BSD_SYS_VFS_CONTEXT_H_ */