Date: Sun, 26 Jan 1997 12:08:07 +0530 From: hiren <hiren@wipinfo.soft.net> To: freebsd-hackers@FreeBSD.ORG Subject: macro definitions of VOP_??? Message-ID: <32EAFBCF.2985E09@wipinfo.soft.net>
next in thread | raw e-mail | index | archive | help
Hi, I was looking at the sources of FreeBSD virtual file system (VFS) implementation. It uses all macros starting with VOP_ (e.g. VOP_OPEN, VOP_CLOSE, VOP_ACCESS, etc). I could not find it at all. Can somebody respond with the name of the file which contains the macro definition of VOP_???. Another thing is, I was trying to find structure declarations of the vop_???_args (e.g. vop_create_args, vop_mknod_args, vop_close_args, vop_access_args, vop_read_args, etc.) This also I could not find in the sources. Please help me out. Thanks Hiren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32EAFBCF.2985E09>