[zfs-discuss] free space function

2008-11-12 Thread kavita
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

[zfs-discuss] zfs source documentation

2008-12-14 Thread kavita
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

[zfs-discuss] zfs_space function

2009-01-07 Thread kavita
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