Home
last modified time | relevance | path

Searched refs:lr_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c165 zfs_rangelock_type_t orig_type = new->lr_type; in zfs_rangelock_enter_writer()
181 ASSERT3U(new->lr_type, ==, RL_WRITER); in zfs_rangelock_enter_writer()
222 new->lr_type = orig_type; in zfs_rangelock_enter_writer()
249 proxy->lr_type = RL_READER; in zfs_rangelock_proxify()
278 rear->lr_type = RL_READER; in zfs_rangelock_split()
303 lr->lr_type = RL_READER; in zfs_rangelock_new_proxy()
423 if ((prev->lr_type == RL_WRITER) || (prev->lr_write_wanted)) { in zfs_rangelock_enter_reader()
449 if ((next->lr_type == RL_WRITER) || (next->lr_write_wanted)) { in zfs_rangelock_enter_reader()
496 new->lr_type = type; in zfs_rangelock_enter_impl()
585 ASSERT3U(lr->lr_type, ==, RL_READER); in zfs_rangelock_exit_reader()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_rlock.h61 zfs_rangelock_type_t lr_type; /* range type */ member
/freebsd/contrib/sendmail/include/sm/
H A Dldap.h110 int lr_type; member
/freebsd/contrib/sendmail/libsm/
H A Dldap.c867 rc = type - (*top)->lrl_data[p]->lr_type;
899 newe->lr_type = type;
1463 if (rl->lr_type == SM_LDAP_ATTR_DN)
1474 else if (rl->lr_type == SM_LDAP_ATTR_FILTER)
1485 else if (rl->lr_type == SM_LDAP_ATTR_URL)
/freebsd/crypto/heimdal/kdc/
H A Dkerberos5.c1626 ek.last_req.val[ek.last_req.len].lr_type = LR_PW_EXPTIME; in _kdc_as_rep()
1631 ek.last_req.val[ek.last_req.len].lr_type = LR_ACCT_EXPTIME; in _kdc_as_rep()
1636 ek.last_req.val[ek.last_req.len].lr_type = LR_NONE; in _kdc_as_rep()
/freebsd/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c286 lre[i]->lr_type = lr->val[i].lr_type; in process_last_request()
314 switch (abs(lr->val[i].lr_type)) { in process_last_request()
H A Dkrb5.h874 int32_t lr_type; member
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c113 if (new->lr_type == RL_APPEND) { in zfs_rangelock_cb()
115 new->lr_type = RL_WRITER; in zfs_rangelock_cb()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c91 if (new->lr_type == RL_APPEND) { in zfs_rangelock_cb()
93 new->lr_type = RL_WRITER; in zfs_rangelock_cb()
/freebsd/crypto/heimdal/
H A DChangeLog.19982211 Send an lr_type == 6 with pw_end.