Home
last modified time | relevance | path

Searched refs:getpage (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/common/
H A Dstats_log.c333 struct cachefs_log_getpage_record getpage; in stats_log_logfile_read() local
405 if ((! xdr_int(xdrs, &getpage.error)) || in stats_log_logfile_read()
406 (! xdr_int(xdrs, (int *)&getpage.time)) || in stats_log_logfile_read()
407 (! xdr_opaque(xdrs, (caddr_t)&getpage.vfsp, in stats_log_logfile_read()
408 sizeof (getpage.vfsp))) || in stats_log_logfile_read()
409 (! xdr_opaque(xdrs, (caddr_t)&getpage.fid, in stats_log_logfile_read()
410 sizeof (getpage.fid))) || in stats_log_logfile_read()
412 (u_longlong_t *)&getpage.fileno)) || in stats_log_logfile_read()
413 (! xdr_int(xdrs, (int *)&getpage.uid)) || in stats_log_logfile_read()
415 (u_longlong_t *)&getpage.offset)) || in stats_log_logfile_read()
[all …]
/titanic_41/usr/src/uts/common/vm/
H A Dpvn.h77 int (*getpage)(vnode_t *, u_offset_t, size_t, uint_t *,
H A Dvm_pvn.c1099 int (*getpage)(vnode_t *, u_offset_t, size_t, uint_t *, page_t *[], in pvn_getpages()
1143 err = (*getpage)(vp, o, xlen, protp, ppp, sz, seg, addr, in pvn_getpages()
/titanic_41/usr/src/cmd/stat/fsstat/
H A Dfsstat.c416 PRINT_VOPSTAT(niceflag, getpage); in vop_display()
/titanic_41/usr/src/uts/common/fs/
H A Dfem.c111 _FEMOPDEF(GETPAGE, getpage),
165 _FEMGUARD(GETPAGE, getpage),
H A Dvnode.c3872 VOPSTATS_UPDATE(vp, getpage); in fop_getpage()