Searched refs:lf_type (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_lockf.c | 581 lock->lf_type = fl->l_type; in lf_advlockasync() 863 && (x->lf_type == F_WRLCK || y->lf_type == F_WRLCK) in lf_blocks() 1310 if (lock->lf_type != F_UNLCK) in lf_activate_lock() 1317 if (lock->lf_type != F_UNLCK) in lf_activate_lock() 1393 if (lock->lf_type == F_WRLCK) in lf_setlock() 1417 lock->lf_type == F_WRLCK) { in lf_setlock() 1418 lock->lf_type = F_UNLCK; in lf_setlock() 1420 lock->lf_type = F_WRLCK; in lf_setlock() 1559 if (unlock->lf_type != F_UNLCK) in lf_clearlock() 1585 fl->l_type = block->lf_type; in lf_getlock() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 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() 156 lc->l_free.lf_type); in zap_leaf_byteswap() 170 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE; in zap_leaf_init() 192 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_free.lf_type, ==, ZAP_CHUNK_FREE); in zap_leaf_chunk_alloc() 208 ASSERT(zlf->lf_type != ZAP_CHUNK_FREE); in zap_leaf_chunk_free() 210 zlf->lf_type = ZAP_CHUNK_FREE; in zap_leaf_chunk_free()
|
| /f-stack/freebsd/sys/ |
| H A D | lockf.h | 75 short lf_type; /* (s) Lock type: F_RDLCK, F_WRLCK */ member
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap_leaf.h | 156 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev.c | 1064 enum otx2_sso_lf_type lf_type) in sso_lf_teardown() argument 1068 switch (lf_type) { in sso_lf_teardown() 1080 sso_lf_cfg(dev, dev->mbox, lf_type, nb_lf, false); in sso_lf_teardown() 1081 sso_hw_lf_cfg(dev->mbox, lf_type, nb_lf, false); in sso_lf_teardown()
|