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()
851 && (x->lf_type == F_WRLCK || y->lf_type == F_WRLCK) in lf_blocks()
1298 if (lock->lf_type != F_UNLCK) in lf_activate_lock()
1305 if (lock->lf_type != F_UNLCK) in lf_activate_lock()
1381 if (lock->lf_type == F_WRLCK) in lf_setlock()
1405 lock->lf_type == F_WRLCK) { in lf_setlock()
1406 lock->lf_type = F_UNLCK; in lf_setlock()
1408 lock->lf_type = F_WRLCK; in lf_setlock()
1547 if (unlock->lf_type ! in lf_clearlock()
[all...]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c111 switch (lc->l_free.lf_type) { in zap_leaf_byteswap()
126 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type); in zap_leaf_byteswap()
136 lc->l_free.lf_type); in zap_leaf_byteswap()
150 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE; in zap_leaf_init()
172 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_free.lf_type, ==, ZAP_CHUNK_FREE); in zap_leaf_chunk_alloc()
188 ASSERT(zlf->lf_type != ZAP_CHUNK_FREE); in zap_leaf_chunk_free()
190 zlf->lf_type = ZAP_CHUNK_FREE; in zap_leaf_chunk_free()
290 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.h147 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c347 lf->lf_type = ZAP_CHUNK_FREE; in zap_fat_write_leaf_init()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1729 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member