Lines Matching refs:l_phys
329 leaf = l->l_phys; in zap_fat_write_leaf_init()
393 l.l_phys = NULL; in zap_fat_write()
410 l.l_phys = (zap_leaf_phys_t *)(leafblks + li * blksz); in zap_fat_write()
432 l.l_phys = (zap_leaf_phys_t *)(leafblks + li * blksz); in zap_fat_write()
448 assert(l.l_phys->l_hdr.lh_nfree >= nchunks); in zap_fat_write()
449 l.l_phys->l_hdr.lh_nfree -= nchunks; in zap_fat_write()
450 l.l_phys->l_hdr.lh_nentries++; in zap_fat_write()
459 *lptr = l.l_phys->l_hdr.lh_freelist; in zap_fat_write()
460 l.l_phys->l_hdr.lh_freelist += nchunks; in zap_fat_write()
461 assert(l.l_phys->l_hdr.lh_freelist <= in zap_fat_write()
463 if (l.l_phys->l_hdr.lh_freelist == in zap_fat_write()
465 l.l_phys->l_hdr.lh_freelist = 0xffff; in zap_fat_write()