Lines Matching refs:rflags

379 px_rel(ncio_px *const pxp, off_t offset, int rflags)  in px_rel()  argument
383 assert(pIf(fIsSet(rflags, RGN_MODIFIED), in px_rel()
386 if(fIsSet(rflags, RGN_MODIFIED)) in px_rel()
412 ncio_px_rel(ncio *const nciop, off_t offset, int rflags) in ncio_px_rel() argument
416 if(fIsSet(rflags, RGN_MODIFIED) && !fIsSet(nciop->ioflags, NC_WRITE)) in ncio_px_rel()
419 return px_rel(pxp, offset, rflags); in ncio_px_rel()
460 int rflags, in px_get() argument
657 pxp->bf_rflags |= rflags; in px_get()
687 int rflags, in ncio_px_get() argument
692 if(fIsSet(rflags, RGN_WRITE) && !fIsSet(nciop->ioflags, NC_WRITE)) in ncio_px_get()
708 return px_get(nciop, pxp, offset, extent, rflags, vpp); in ncio_px_get()
715 size_t nbytes, int rflags) in px_double_buffer() argument
787 size_t nbytes, int rflags) in ncio_px_move() argument
800 if(fIsSet(rflags, RGN_WRITE) && !fIsSet(nciop->ioflags, NC_WRITE)) in ncio_px_move()
803 rflags &= RGN_NOLOCK; /* filter unwanted flags */ in ncio_px_move()
839 loopextent, rflags) ; in ncio_px_move()
855 loopextent, rflags) ; in ncio_px_move()
872 status = px_get(nciop, pxp, lower, extent, RGN_WRITE|rflags, in ncio_px_move()
1062 ncio_spx_rel(ncio *const nciop, off_t offset, int rflags) in ncio_spx_rel() argument
1075 if(fIsSet(rflags, RGN_MODIFIED)) in ncio_spx_rel()
1110 int rflags, in ncio_spx_get() argument
1119 if(fIsSet(rflags, RGN_WRITE) && !fIsSet(nciop->ioflags, NC_WRITE)) in ncio_spx_get()
1185 size_t extent, int rflags)
1269 size_t nbytes, int rflags) in ncio_spx_move() argument
1278 rflags &= RGN_NOLOCK; /* filter unwanted flags */ in ncio_spx_move()
1299 status = ncio_spx_get(nciop, lower, extent, RGN_WRITE|rflags, in ncio_spx_move()