Re: [zfs-discuss] want to intercept all IO on ZFS file sytem

2008-03-12 Thread Anton B. Rang
> i want to intercept IO on ZFS at vnode layer, > i changed vnodeops pointer for zfs in vfs frame work > but i only get IO for creating new file but i dont > get for read,lookup,write,changing setattribute > etc. can somebody explain why ? Which vnodeops pointer did you change? ZFS, unlike most f

Re: [zfs-discuss] want to intercept all IO on ZFS file sytem

2008-03-12 Thread Darren J Moffat
shriram agarwal wrote: > hi , > i want to intercept IO on ZFS at vnode layer, i changed vnodeops pointer for > zfs in vfs frame work but i only get IO for creating new file but i dont get > for read,lookup,write,changing setattribute etc. > > can somebody explain why ? and how can i achieve that

[zfs-discuss] want to intercept all IO on ZFS file sytem

2008-03-11 Thread shriram agarwal
hi , i want to intercept IO on ZFS at vnode layer, i changed vnodeops pointer for zfs in vfs frame work but i only get IO for creating new file but i dont get for read,lookup,write,changing setattribute etc. can somebody explain why ? and how can i achieve that? similar thing works fine for vxfs