Home
last modified time | relevance | path

Searched refs:VOP_MAP (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dmmapobj.c925 error = VOP_MAP(vp, 0, as, &addr, len, prot, PROT_ALL, in mmapobj_map_flat()
958 error = VOP_MAP(vp, 0, as, &addr, len, prot, PROT_ALL, ma_flags, in mmapobj_map_flat()
1050 if (error = VOP_MAP(vp, (offset_t)offset, as, &addr, in mmapobj_map_ptload()
2150 error = VOP_MAP(vp, off, as, &addr, size, prot, PROT_ALL, in doaoutwork()
2185 error = VOP_MAP(vp, off, as, &addr, size, PROT_ALL, PROT_ALL, in doaoutwork()
H A Dgrow.c775 error = VOP_MAP(vp, pos, as, in smmap_common()
H A Dexec.c1183 if (error = VOP_MAP(vp, (offset_t)offset, in execmap()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1069 return (VOP_MAP(vp, off, as, addrp, len, prot, maxprot, flags, cr, ct)); in lo_map()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1088 #define VOP_MAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1093 #define VOP_MAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ macro
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c8264 error = VOP_MAP(backvp, off, as, addrp, len, prot, maxprot, flags, cr, in cachefs_map_backfs_nfsv4()