/src/sys/ufs/ufs/ |
ufs_readwrite.c | 344 VOP_PUTPAGES(vp, trunc_page(osize & fs->fs_bmask), 436 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift, 445 error = VOP_PUTPAGES(vp, trunc_page(origoff & fs->fs_bmask),
|
/src/sys/ufs/ffs/ |
ffs_vnops.c | 326 error = VOP_PUTPAGES(vp, trunc_page(ap->a_offlo), 441 error = VOP_PUTPAGES(vp, 0, 0, pflags);
|
ffs_inode.c | 338 VOP_PUTPAGES(ovp, 390 error = VOP_PUTPAGES(ovp, round_page(length),
|
ffs_snapshot.c | 338 error = VOP_PUTPAGES(vp, 0, 0,
|
/src/sys/nfs/ |
nfs_clntsubs.c | 289 (void)VOP_PUTPAGES(vp, 0, 363 (void)VOP_PUTPAGES(vp, 0,
|
nfs_bio.c | 542 (void)VOP_PUTPAGES(vp, round_page(vp->v_size), 560 error = VOP_PUTPAGES(vp, 568 error = VOP_PUTPAGES(vp,
|
/src/sys/ufs/ext2fs/ |
ext2fs_readwrite.c | 340 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift, 347 error = VOP_PUTPAGES(vp, trunc_page(oldoff),
|
/src/sys/ufs/lfs/ |
ulfs_readwrite.c | 306 VOP_PUTPAGES(vp, trunc_page(osize & lfs_sb_getbmask(fs)), 400 error = VOP_PUTPAGES(vp, trunc_page(origoff & lfs_sb_getbmask(fs)),
|
lfs_inode.c | 295 VOP_PUTPAGES(ovp, 415 error = VOP_PUTPAGES(ovp, round_page(length), 876 error = VOP_PUTPAGES(vp, off, 0, PGO_FREE | PGO_SYNCIO);
|
/src/sys/sys/ |
vnode_if.h | 523 int VOP_PUTPAGES(struct vnode *, voff_t, voff_t, int);
|
/src/sys/uvm/ |
uvm_vnode.c | 143 * => object must be locked on entry! VOP_PUTPAGES must unlock it. 154 error = VOP_PUTPAGES(vp, offlo, offhi, flags);
|
/src/sys/ufs/chfs/ |
chfs_vnops.c | 865 VOP_PUTPAGES(vp, 959 error = VOP_PUTPAGES(vp, (oldoff >> 16) << 16, 969 error = VOP_PUTPAGES(vp,
|
/src/sys/kern/ |
vfs_subr.c | 210 error = VOP_PUTPAGES(vp, 0, 0, flushflags); 289 error = VOP_PUTPAGES(vp, off, 0, PGO_FREE | PGO_SYNCIO); 347 (void) VOP_PUTPAGES(vp, 0, 0, pflags);
|
vfs_vnops.c | 1303 * Align the region to page boundaries as VOP_PUTPAGES expects 1312 error = VOP_PUTPAGES(vp,
|
vnode_if.c | 1957 "vop_putpages", 1965 VOP_PUTPAGES(struct vnode *vp, 1974 a.a_desc = VDESC(vop_putpages); 1982 error = (VCALL(vp, VOFFSET(vop_putpages), &a));
|
/src/sys/rump/librump/rumpvfs/ |
rumpvnode_if.c | 692 error = VOP_PUTPAGES(vp, offlo, offhi, flags);
|
/src/sys/fs/msdosfs/ |
msdosfs_vnops.c | 648 error = VOP_PUTPAGES(vp, (oldoff >> 16) << 16, 658 error = VOP_PUTPAGES(vp, trunc_page(oldoff),
|
/src/sys/fs/puffs/ |
puffs_vnops.c | 1658 return VOP_PUTPAGES(vp, trunc_page(offlo), round_page(offhi), pflags); 2408 error = VOP_PUTPAGES(vp, oldoff & ~0xffff, 2419 error = VOP_PUTPAGES(vp, trunc_page(origoff), 2426 error = VOP_PUTPAGES(vp, trunc_page(origoff), 2488 error = VOP_PUTPAGES(vp, off_lo, off_hi, PGO_FREE);
|
puffs_msgif.c | 945 rv = VOP_PUTPAGES(vp, offlo, offhi, flags);
|
/src/sys/fs/udf/ |
udf_vnops.c | 385 error = VOP_PUTPAGES(vp, (old_offset >> 16) << 16, 1379 error = VOP_PUTPAGES(vp, 0, 0, PGO_CLEANIT);
|
/src/sys/dev/ |
fss.c | 1106 error = VOP_PUTPAGES(sc->sc_bs_vp, trunc_page(off),
|
vnd.c | 840 (void) VOP_PUTPAGES(vp, 0, 0,
|
/src/sys/fs/unionfs/ |
unionfs_vnops.c | 1826 return VOP_PUTPAGES(tvp, ap->a_offlo, ap->a_offhi, ap->a_flags);
|
/src/sys/miscfs/genfs/ |
genfs_io.c | 1901 error = VOP_PUTPAGES(vp, spoff, epoff, pgoflags);
|
/src/share/man/man9/ |
Makefile | 1154 vnodeops.9 VOP_PUTPAGES.9 \
|