Searched refs:VOP_MAP (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | mmapobj.c | 925 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 D | grow.c | 775 error = VOP_MAP(vp, pos, as, in smmap_common()
|
H A D | exec.c | 1183 if (error = VOP_MAP(vp, (offset_t)offset, in execmap()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 1069 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 D | vnode.h | 1088 #define VOP_MAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1093 #define VOP_MAP(vp, of, as, a, sz, p, mp, fl, cr, ct) \ macro
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 8264 error = VOP_MAP(backvp, off, as, addrp, len, prot, maxprot, flags, cr, in cachefs_map_backfs_nfsv4()
|