Searched refs:zl (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c282 zut_lookup_t *zl; local
292 zl = kmem_zalloc(sizeof (zut_lookup_t), KM_SLEEP);
294 error = ddi_copyin((void *)arg, zl, sizeof (zut_lookup_t), iflag);
301 zl->zl_retcode = zut_open_dir(zl->zl_dir, NULL, cr, flags, &rpn, &dvn);
302 if (zl->zl_retcode)
305 if (zl->zl_reqflags & ZUT_IGNORECASE)
308 zl->zl_retcode = VOP_LOOKUP(dvn, zl->zl_file, &fvn, NULL, flags, NULL,
309 cr, NULL, &zl
[all...]
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1356 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, const char *name) argument
1364 nc = &ZAP_LEAF_CHUNK(zl, zc->l_entry.le_name_chunk);
1375 nc = &ZAP_LEAF_CHUNK(zl, nc->l_array.la_next);
1385 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc) argument
1392 vc = &ZAP_LEAF_CHUNK(zl, zc->l_entry.le_value_chunk);
1435 zap_leaf_t zl; local
1436 zl.l_bs = z.zap_block_shift;
1438 off_t off = ptrtbl[hash >> (64 - zh.zap_ptrtbl.zt_shift)] << zl.l_bs;
1445 zl.l_phys = (zap_leaf_phys_t *) zap_scratch;
1450 if (zl
1558 zap_leaf_t zl; local
1679 fzap_name_copy(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, char *name) argument
1721 zap_leaf_t zl; local
[all...]
H A Dzfs.c292 zap_leaf_t zl; local
303 zl.l_bs = ilog2(bsize);
304 zl.l_phys = fp->f_zap_leaf;
313 if (chunk == ZAP_LEAF_NUMCHUNKS(&zl)) {
331 zc = &ZAP_LEAF_CHUNK(&zl, chunk);
343 nc = &ZAP_LEAF_CHUNK(&zl, zc->l_entry.le_name_chunk);
353 nc = &ZAP_LEAF_CHUNK(&zl, nc->l_array.la_next);
361 value = fzap_leaf_value(&zl, zc);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c342 zio_walk_parents(zio_t *cio, zio_link_t **zl) argument
346 *zl = (*zl == NULL) ? list_head(pl) : list_next(pl, *zl);
347 if (*zl == NULL)
350 ASSERT((*zl)->zl_child == cio);
351 return ((*zl)->zl_parent);
355 zio_walk_children(zio_t *pio, zio_link_t **zl) argument
359 *zl = (*zl
370 zio_link_t *zl = NULL; local
380 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); local
412 zio_remove_child(zio_t *pio, zio_t *cio, zio_link_t *zl) argument
1669 zio_link_t *zl = NULL; local
2467 zio_link_t *zl = NULL; local
2489 zio_link_t *zl = NULL; local
3328 zio_link_t *zl = NULL; local
3466 zio_link_t *zl = NULL; local
[all...]
H A Dvdev_cache.c241 zio_link_t *zl = NULL; local
242 while ((pio = zio_walk_parents(fio, &zl)) != NULL)
H A Dzfs_vnops.c3335 zfs_zlock_t *zl; local
3337 while ((zl = *zlpp) != NULL) {
3338 if (zl->zl_znode != NULL)
3339 VN_RELE(ZTOV(zl->zl_znode));
3340 rw_exit(zl->zl_rwlock);
3341 *zlpp = zl->zl_next;
3342 kmem_free(zl, sizeof (*zl));
3355 zfs_zlock_t *zl; local
3377 zfs_rename_unlock(&zl);
3449 zfs_zlock_t *zl; local
[all...]
H A Dvdev_mirror.c193 zio_link_t *zl = NULL; local
196 while ((pio = zio_walk_parents(zio, &zl)) != NULL) {
H A Dvdev_queue.c372 zio_link_t *zl = NULL; local
373 while ((pio = zio_walk_parents(aio, &zl)) != NULL) {
H A Dvdev.c994 zio_link_t *zl = NULL; local
995 while ((pio = zio_walk_parents(zio, &zl)) != NULL)
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c321 ts_label_t *zl; local
515 zl = zone->zone_slabel;
516 label_hold(zl);
518 return (zl);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c883 long double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; local
939 zl = x - (zh - 2.0L);
941 xl = zl * (zh + z1) - (xh - (zh * zh - one));
945 wl = (zl * yy.h + z1 * yy.l) - (wh - zh * yy.h);
H A Dtgamma.c1408 double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; local
1466 zl = x - (zh - 2.0);
1469 xl = zl * (z2 + zh * (z1 + zh)) - (xh - zh * (zh * zh - one));
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2320 zio_link_t zl; local
2324 if (mdb_vread(&zl, sizeof (zl), addr) == -1) {
2330 ziop = (uintptr_t)zl.zl_parent;
2332 ziop = (uintptr_t)zl.zl_child;

Completed in 1118 milliseconds