Searched refs:woff (Results 1 – 6 of 6) sorted by relevance
366 if (woff < 0) { in zfs_write()393 woff = lr->lr_offset; in zfs_write()400 woff = zp->z_size; in zfs_write()402 uio->uio_loffset = woff; in zfs_write()420 if (woff >= limit) { in zfs_write()426 if (n > limit - woff) in zfs_write()427 n = limit - woff; in zfs_write()442 woff = uio->uio_loffset; in zfs_write()455 P2PHASE(woff, max_blksz) == 0 && in zfs_write()519 zfs_rangelock_reduce(lr, woff, n); in zfs_write()[all …]
27 font/woff woff;
2439 long long offset = c->woff; in waitCommand()2453 ackreplicas = replicationCountAcksByOffset(c->woff); in waitCommand()
151 c->woff = 0; in createClient()
762 long long woff; /* Last write global replication offset. */ member
2740 c->woff = server.master_repl_offset; in processCommand()