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 opensolaris.org
On Thu, 13 Nov 2008 07:57:13 +0100, kavita <kavita_kulkarni at qualexsystems.com> wrote:> 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?its the VOP corresponging to system call fcntl(2) - F_FREESP/F_FREESP64 to free blocks accociated with a file. --- frankB