Re: [zfs-discuss] zfs_space function

2009-01-08 Thread Ian Collins
On Thu 08/01/09 20:36 , kavita kavita_kulka...@qualexsystems.com sent: 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-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?