• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/

Lines Matching refs:z_id

270 	error = dmu_offset_next(zp->z_zfsvfs->z_os, zp->z_id, hole, &noff);
366 error = dmu_object_wait_synced(zfsvfs->z_os, zp->z_id);
375 error = dmu_object_info(zfsvfs->z_os, zp->z_id, &doi);
588 error = dmu_read(os, zp->z_id, start, bytes, va,
750 zil_commit(zfsvfs->z_log, zp->z_id);
1067 dmu_tx_hold_write(tx, zp->z_id, woff, MIN(n, max_blksz));
1128 dmu_write(zfsvfs->z_os, zp->z_id, woff,
1142 zp->z_id, uio->uio_segflg, tx);
1249 zil_commit(zilog, zp->z_id);
1633 if (zdp->z_id == zfsvfs->z_root && zfsvfs->z_parent != zfsvfs) {
1705 if (zp->z_id == parent) {
1881 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, name);
1977 obj = zp->z_id;
1994 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name);
2165 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, dirname);
2265 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, name);
2394 zap_cursor_init(&zc, os, zp->z_id);
2399 zap_cursor_init_serialized(&zc, os, zp->z_id, offset);
2456 objnum = zp->z_id;
2483 (u_longlong_t)zp->z_id,
2645 zil_commit(zfsvfs->z_log, zp->z_id);
2727 vap->va_nodeid = zp->z_id;
3702 if (tdzp->z_id == zfsvfs->z_root)
3711 if (parent == szp->z_id) {
3717 if (parent == sdzp->z_id)
3913 dmu_tx_hold_zap(tx, sdzp->z_id, FALSE, snm);
3914 dmu_tx_hold_zap(tx, tdzp->z_id, TRUE, tnm);
4078 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, name);
4279 dmu_tx_hold_zap(tx, dzp->z_id, TRUE, name);
4368 uint64_t object = zp->z_id;
4610 error = dmu_read_pages(os, zp->z_id, ma, count, &pgsin_b, &pgsin_a,
4727 dmu_tx_hold_write(tx, zp->z_id, off, len);
4741 dmu_write(zfsvfs->z_os, zp->z_id, off, tocopy, va, tx);
4745 err = dmu_write_pages(zfsvfs->z_os, zp->z_id, off, len, ma, tx);
4780 zil_commit(zfsvfs->z_log, zp->z_id);
5959 if (zp->z_id != zfsvfs->z_root || zfsvfs->z_parent == zfsvfs) {