Searched refs:VOP_DUMP (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 1009 error = VOP_DUMP(vp, cpr_buf, cpr_file_bn, cpr_buf_blocks, in cpr_write() 1040 error = VOP_DUMP(vp, (caddr_t)cpr_buf, cpr_file_bn, nblk, NULL); in cpr_flush_write()
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 1126 return (VOP_DUMP(vp, addr, bn, count, ct)); in lo_dump()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1096 #define VOP_DUMP(vp, addr, bn, count, ct) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1101 #define VOP_DUMP(vp, addr, bn, count, ct) \ macro
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 1334 err = VOP_DUMP(dumpvp, dumpbuf.start, in dumpvp_flush()
|