when and how is fop_space function called?
What is the system call trace? Actually wanted to get the flow of system calls
generated for the function call zfs_space. Have traced it back till
fop_space(or vop_space?)
Can anyone please explain?
Thanks in advance.
--
This message posted from opensol
Is there a documentation available for zfs source code?
--
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
What exactly does zfs_space function do?
The comments suggest it allocates and frees space in a file. What does this
mean? And through what operation can i invoke this function? for eg. whenever i
edit/write to a file, zfs_write is called. So what operation can be used to
call this function?
Tha