Searched defs:nfs3_delmap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vnops.c220 static int nfs3_delmap(vnode_t *, offset_t, struct as *, caddr_t, size_t,
269 VOPNAME_DELMAP, { .vop_delmap = nfs3_delmap },
5555 nfs3_delmap(vnode_t *vp, offset_t off, struct as *as, caddr_t addr, function
5578 * - as_free()->SEGOP_UNMAP()/segvn_unmap()->VOP_DELMAP()/nfs3_delmap()
5579 * - as_unmap()->SEGOP_UNMAP()/segvn_unmap()->VOP_DELMAP()/nfs3_delmap()
5592 * nfs3_delmap() to get called again, but since the callback was
5597 * - The first time nfs3_delmap is called by the current thread is when
5600 * - The second time in this call chain when nfs3_delmap is called we

Completed in 73 milliseconds