Searched refs:lf_type (Results 1 – 3 of 3) sorted by relevance
74 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */144 lock->lf_type == F_RDLCK ? "shared" : in lf_print() 145 lock->lf_type == F_WRLCK ? "exclusive" : in lf_print() 146 lock->lf_type == F_UNLCK ? "unlock" : in lf_print() 167 lf->lf_type == F_RDLCK ? "shared" : in lf_printlist() 168 lf->lf_type == F_WRLCK ? "exclusive" : in lf_printlist() 169 lf->lf_type == F_UNLCK ? "unlock" : in lf_printlist() 178 blk->lf_type == F_RDLCK ? "shared" : in lf_printlist() 179 blk->lf_type == F_WRLCK ? "exclusive" : in lf_printlist() 180 blk->lf_type in lf_printlist() 71 short lf_type; /* Lock type: F_RDLCK, F_WRLCK */ global() member [all...]
131 switch (lc->l_free.lf_type) { in zap_leaf_byteswap()146 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type); in zap_leaf_byteswap()171 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE; in zap_leaf_init()195 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_free.lf_type, ==, ZAP_CHUNK_FREE); in zap_leaf_chunk_alloc()211 ASSERT(zlf->lf_type != ZAP_CHUNK_FREE); in zap_leaf_chunk_free()213 zlf->lf_type = ZAP_CHUNK_FREE; in zap_leaf_chunk_free()
149 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member