Home
last modified time | relevance | path

Searched refs:lf_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_lockf.c569 lock->lf_type = fl->l_type; in lf_advlockasync()
850 && (x->lf_type == F_WRLCK || y->lf_type == F_WRLCK) in lf_blocks()
1297 if (lock->lf_type != F_UNLCK) in lf_activate_lock()
1304 if (lock->lf_type != F_UNLCK) in lf_activate_lock()
1380 if (lock->lf_type == F_WRLCK) in lf_setlock()
1404 lock->lf_type == F_WRLCK) { in lf_setlock()
1405 lock->lf_type = F_UNLCK; in lf_setlock()
1407 lock->lf_type = F_WRLCK; in lf_setlock()
1546 if (unlock->lf_type != F_UNLCK) in lf_clearlock()
1572 fl->l_type = block->lf_type; in lf_getlock()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c120 switch (lc->l_free.lf_type) { in zap_leaf_byteswap()
135 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type); in zap_leaf_byteswap()
145 lc->l_free.lf_type); in zap_leaf_byteswap()
159 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE; in zap_leaf_init()
181 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_free.lf_type, ==, ZAP_CHUNK_FREE); in zap_leaf_chunk_alloc()
197 ASSERT(zlf->lf_type != ZAP_CHUNK_FREE); in zap_leaf_chunk_free()
199 zlf->lf_type = ZAP_CHUNK_FREE; in zap_leaf_chunk_free()
299 c->l_free.lf_type = ZAP_CHUNK_FREE; in zap_leaf_array_free()
/freebsd/sys/sys/
H A Dlockf.h72 short lf_type; /* (s) Lock type: F_RDLCK, F_WRLCK */ member
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h156 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c339 lf->lf_type = ZAP_CHUNK_FREE; in zap_fat_write_leaf_init()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1734 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member