I've noticed, that operations related to a given filesystem are
handled via an array of function pointers named `v_op'.
I am now wondering, what's the best way to reference this array. I'd
like to use the `getxattr()' function within a kernel extension. As
I'm unable to use v_op, I've tried to find a "general" function for
`getxattr()'. After a bit of exploration, I've found :
`vn_getxattr()' which seems the right thing to use. This is how I've
tried to use it :
I'm now wondering what have I missed. What would be the best way to
access VFS operations given a valid vnode?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-dev/email@hidden