Searched refs:wa_offset (Results 1 – 4 of 4) sorted by relevance
1131 if (nbl_conflict(vp, NBL_WRITE, wa->wa_offset, in rfs_write_sync()1158 uio.uio_loffset = (offset_t)wa->wa_offset; in rfs_write_sync()1165 rlimit = uio.uio_llimit - wa->wa_offset; in rfs_write_sync()1202 uio.uio_loffset = (offset_t)wa->wa_offset; in rfs_write_sync()1209 rlimit = uio.uio_llimit - wa->wa_offset; in rfs_write_sync()1368 while (rp != NULL && rp->wa->wa_offset < wa->wa_offset) { in rfs_write()1546 off = rp->wa->wa_offset; in rfs_write()1577 if (in_crit && nbl_conflict(vp, NBL_WRITE, rp->wa->wa_offset, in rfs_write()1588 if (len < rp->wa->wa_offset + rp->wa->wa_count - off) in rfs_write()1589 len = rp->wa->wa_offset + rp->wa->wa_count - off; in rfs_write()[all …]
145 wa->wa_offset = IXDR_GET_U_INT32(ptr); in xdr_writeargs()180 xdr_u_int(xdrs, &wa->wa_offset) && in xdr_writeargs()227 IXDR_PUT_U_INT32(ptr, wa->wa_offset); in xdr_writeargs()232 xdr_u_int(xdrs, &wa->wa_offset) && in xdr_writeargs()
890 wa.wa_offset = offset; in nfswrite()
544 #define wa_offset wa_args->otw_wa_offset macro