atom feed6 messages in org.freebsd.freebsd-hackersOne Filesystem vnode operations decla...
FromSent OnAttachments
kai ouyangDec 5, 2002 10:45 pm 
Peter WemmDec 5, 2002 11:19 pm 
ouyang kaiDec 6, 2002 12:33 am 
Peter WemmDec 6, 2002 3:11 pm 
ouyang kaiDec 6, 2002 8:07 pm 
Peter WemmDec 7, 2002 2:53 pm 
Subject:One Filesystem vnode operations declare problem.
From:kai ouyang (oyk@msn.com)
Date:Dec 5, 2002 10:45:28 pm
List:org.freebsd.freebsd-hackers

Hi, everybody,

I have some questions about FS vnode operations. I found the filesystems always declare vnode operations by "VNODEOP_SET" more than once. For example: In DEVFS: VNODEOP_SET(devfs_vnodeop_opv_desc); VNODEOP_SET(devfs_specop_opv_desc); In FFS: VNODEOP_SET(ffs_vnodeop_opv_desc); VNODEOP_SET(ffs_specop_opv_desc); VNODEOP_SET(ffs_fifoop_opv_desc); Why? Why can not the kerenel use only "devfs_vnodeop_opv_desc" or "ffs_vnodeop_opv_desc"? Another words, I want to know the difference among those "VNODEOP_SET" in one filesystem.

Thank you! Best Regards Ouyang Kai

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message