Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_vnops.c366 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 …]
/f-stack/app/nginx-1.16.1/conf/
H A Dmime.types27 font/woff woff;
/f-stack/app/redis-5.0.5/src/
H A Dreplication.c2439 long long offset = c->woff; in waitCommand()
2453 ackreplicas = replicationCountAcksByOffset(c->woff); in waitCommand()
H A Dnetworking.c151 c->woff = 0; in createClient()
H A Dserver.h762 long long woff; /* Last write global replication offset. */ member
H A Dserver.c2740 c->woff = server.master_repl_offset; in processCommand()