Searched refs:nfs4_delmap (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 262 static int nfs4_delmap(vnode_t *, offset_t, struct as *, caddr_t, size_t, 434 VOPNAME_DELMAP, { .vop_delmap = nfs4_delmap }, 11053 nfs4_delmap(vnode_t *vp, offset_t off, struct as *as, caddr_t addr, function 11077 * - as_free()->SEGOP_UNMAP()/segvn_unmap()->VOP_DELMAP()/nfs4_delmap() 11078 * - as_unmap()->SEGOP_UNMAP()/segvn_unmap()->VOP_DELMAP()/nfs4_delmap() 11091 * nfs4_delmap() to get called again, but since the callback was 11096 * - The first time nfs4_delmap is called by the current thread is when 11099 * - The second time in this call chain when nfs4_delmap is called we 12071 * Called from nfs4_close(), nfs4_fsync() and nfs4_delmap().
|
Completed in 70 milliseconds