Lines Matching refs:bits

2519 	return (id->bits.ident+id->bits.pid);
2529 rc = (lsp->rls_lockid.bits.boottime == id->bits.boottime &&
2530 lsp->rls_lockid.bits.type == id->bits.type &&
2531 lsp->rls_lockid.bits.ident == id->bits.ident &&
2532 lsp->rls_lockid.bits.pid == id->bits.pid);
2620 lsp->rls_lockid.bits.type = LOCKID;
2621 lsp->rls_lockid.bits.chgseq = 0;
2622 lsp->rls_lockid.bits.pid = lo->rl_pid;
2709 id.bits.boottime = rfs4_start_time;
2710 id.bits.ident = eid;
2711 id.bits.chgseq = 0;
2712 id.bits.type = 0;
2713 id.bits.pid = 0;
2720 id.bits.clnodeid = (cluster_bootflags & CLUSTER_BOOTED) ?
2735 return (id->bits.clnodeid != (uint32_t)clconf_get_nodeid());
2761 * ids will leave enough bits free for the nodeid. If the
2763 * Equally, we only have room for so many bits of nodeid, so
2779 return (ip->bits.ident);
2789 rc = (sp->rs_stateid.bits.boottime == id->bits.boottime &&
2790 sp->rs_stateid.bits.ident == id->bits.ident);
2873 return (ip->bits.ident);
2883 if (id->bits.type != DELEGID)
2886 rc = (dsp->rds_delegid.bits.boottime == id->bits.boottime &&
2887 dsp->rds_delegid.bits.ident == id->bits.ident);
2931 dsp->rds_delegid.bits.type = DELEGID;
3148 sp->rs_stateid.bits.type = OPENID;
3270 if (type != id->bits.type)
3274 if (id->bits.boottime < rfs4_start_time)
3289 if (id->bits.boottime == rfs4_start_time) {
3352 if (sp->rs_stateid.bits.chgseq < id->bits.chgseq)
3355 if (sp->rs_stateid.bits.chgseq == id->bits.chgseq + 1)
3359 if (sp->rs_stateid.bits.chgseq > id->bits.chgseq)
3381 if (lsp->rls_lockid.bits.chgseq < id->bits.chgseq)
3384 if (lsp->rls_lockid.bits.chgseq == id->bits.chgseq + 1)
3388 if (lsp->rls_lockid.bits.chgseq > id->bits.chgseq)
3464 switch (id->bits.type) {
3609 if (id->bits.type == LOCKID) {
3611 if (lsp->rls_lockid.bits.chgseq <
3612 id->bits.chgseq) {
3619 if (lsp->rls_lockid.bits.chgseq >
3620 id->bits.chgseq) {
3649 if (id->bits.type == OPENID) {
3651 if (sp->rs_stateid.bits.chgseq <
3652 id->bits.chgseq) {
3657 if (sp->rs_stateid.bits.chgseq >
3658 id->bits.chgseq) {
3725 if (dsp->rds_delegid.bits.chgseq != id->bits.chgseq) {