Searched refs:lr_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_rlock.h61 zfs_rangelock_type_t lr_type; /* range type */ member in struct:zfs_locked_range
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c165 zfs_rangelock_type_t orig_type = new->lr_type;
181 ASSERT3U(new->lr_type, ==, RL_WRITER);
222 new->lr_type = orig_type;
249 proxy->lr_type = RL_READER;
278 rear->lr_type = RL_READER;
303 lr->lr_type = RL_READER;
423 if ((prev->lr_type == RL_WRITER) || (prev->lr_write_wanted)) {
449 if ((next->lr_type == RL_WRITER) || (next->lr_write_wanted)) {
496 new->lr_type = type;
585 ASSERT3U(lr->lr_type,
[all...]
/freebsd-current/contrib/sendmail/include/sm/
H A Dldap.h110 int lr_type; member in struct:sm_ldap_recurse_entry
/freebsd-current/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-current/crypto/heimdal/kdc/
H A Dkerberos5.c1626 ek.last_req.val[ek.last_req.len].lr_type = LR_PW_EXPTIME;
1631 ek.last_req.val[ek.last_req.len].lr_type = LR_ACCT_EXPTIME;
1636 ek.last_req.val[ek.last_req.len].lr_type = LR_NONE;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c286 lre[i]->lr_type = lr->val[i].lr_type;
314 switch (abs(lr->val[i].lr_type)) {
H A Dkrb5.h874 int32_t lr_type; member in struct:__anon31
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c100 if (new->lr_type == RL_APPEND) {
102 new->lr_type = RL_WRITER;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c122 if (new->lr_type == RL_APPEND) {
124 new->lr_type = RL_WRITER;

Completed in 392 milliseconds