Lines Matching refs:zoid
66 boolean_t update, int *deflags, pathname_t *rpnp, uint64_t *zoid)
87 zoid, mt, buf, bufsz, &conflict);
91 error = zap_lookup(zfsvfs->z_os, dzp->z_id, name, 8, 1, zoid);
93 *zoid = ZFS_DIRENT_OBJ(*zoid);
144 uint64_t zoid;
291 error = sa_lookup(dzp->z_sa_hdl, SA_ZPL_XATTR(zfsvfs), &zoid,
292 sizeof (zoid));
294 error = (zoid == 0 ? ENOENT : 0);
312 update, direntflags, realpnp, &zoid);
325 error = zfs_zget(zfsvfs, zoid, zpp);