Searched refs:nfs_delmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c186 static int nfs_delmap(vnode_t *, offset_t, struct as *, caddr_t, size_t,
233 VOPNAME_DELMAP, { .vop_delmap = nfs_delmap },
4652 nfs_delmap(vnode_t *vp, offset_t off, struct as *as, caddr_t addr, function
4675 * - as_free()->SEGOP_UNMAP()/segvn_unmap()->VOP_DELMAP()/nfs_delmap()
4676 * - as_unmap()->SEGOP_UNMAP()/segvn_unmap()->VOP_DELMAP()/nfs_delmap()
4689 * nfs_delmap() to get called again, but since the callback was
4694 * - The first time nfs_delmap is called by the current thread is when
4697 * - The second time in this call chain when nfs_delmap is called we

Completed in 52 milliseconds