Searched refs:seqid (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c45 * If this is non-zero, the lockowner and openowner seqid sync primitives
549 * returns special stateid <seqid = 0, other = 0>.
588 * returns special stateid <seqid = 0, other = 0>.
778 * This is because the open seqid sync must be acquired, thus
858 * This sets the lock seqid of a lock owner.
861 nfs4_set_lock_seqid(seqid4 seqid, nfs4_lock_owner_t *lop) argument
869 lop->lock_seqid = seqid;
921 * This ends our use of the open owner's open seqid by setting
923 * thread waiting to use the open seqid.
937 * This starts our use of the open owner's open seqid b
1540 nfs4_set_open_seqid(seqid4 seqid, nfs4_open_owner_t *oop, nfs4_tag_type_t tag_type) argument
1743 nfs4_create_bseqid_entry(nfs4_open_owner_t *oop, nfs4_lock_owner_t *lop, vnode_t *vp, pid_t pid, nfs4_tag_type_t tag, seqid4 seqid) argument
1813 seqid4 seqid = 0; local
2029 seqid4 seqid; local
[all...]
H A Dnfs4_xdr.c2546 if (!xdr_u_int(xdrs, &objp->seqid))
2548 if (!xdr_u_int(xdrs, &objp->open_stateid.seqid))
2560 if (!xdr_u_int(xdrs, &objp->open_stateid.seqid))
2708 open_stateid.seqid))
2732 lock_stateid.seqid))
2765 &objp->LOCK4res_u.lock_stateid.seqid))
2873 if (!xdr_u_int(xdrs, &objp->seqid))
2875 if (!xdr_u_int(xdrs, &objp->lock_stateid.seqid))
2888 if (!xdr_u_int(xdrs, &objp->seqid))
2946 delegate_cur_info.delegate_stateid.seqid))
[all...]
H A Dnfs4_srv.c95 * Used to bump the stateid4.seqid value and show changes in the stateid
7201 rfs4_check_seqid(seqid4 seqid, nfs_resop4 *lastop, argument
7205 if (seqid == rqst_seq && resop->resop == lastop->resop) {
7211 "Replayed SEQID %d\n", seqid));
7216 if (rqst_seq != seqid + 1) {
7217 if (rqst_seq == seqid) {
7226 rqst_seq, seqid));
7236 rfs4_check_open_seqid(seqid4 seqid, rfs4_openowner_t *op, nfs_resop4 *resop) argument
7241 rc = rfs4_check_seqid(op->ro_open_seqid, &op->ro_reply, seqid, resop,
7265 rfs4_check_lock_seqid(seqid4 seqid, rfs4_lo_state_ argument
[all...]
H A Dnfs4_vnops.c663 * XXX acquired the open owner seqid sync.
796 seqid4 seqid = 0; local
1030 /* this length never changes, do alloc before seqid sync */
1075 seqid = nfs4_get_open_seqid(oop) + 1;
1076 open_args->seqid = seqid;
1178 nfs4_set_open_seqid(seqid, oop, args.ctag);
1193 vpi, 0, args.ctag, open_args->seqid);
1242 /* Signal our end of use of the open seqid */
1393 nfs4open_confirm(vp, &seqid,
1687 seqid4 seqid; local
2429 seqid4 seqid; local
12720 nfs4open_confirm(vnode_t *vp, seqid4 *seqid, stateid4 *stateid, cred_t *cr, bool_t reopening_file, bool_t *retry_open, nfs4_open_owner_t *oop, bool_t resend, nfs4_error_t *ep, int *num_bseqid_retryp) argument
13698 seqid4 seqid; local
[all...]
H A Dnfs4_state.c2075 seqid4 seqid = argp->ro_open_seqid; local
2106 oo->ro_open_seqid = seqid;
2123 rfs4_findopenowner(open_owner4 *openowner, bool_t *create, seqid4 seqid) argument
2129 arg.ro_open_seqid = seqid;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h602 uint32_t seqid; member in struct:stateid4
656 seqid4 seqid; member in struct:CLOSE4args
849 seqid4 seqid; member in struct:LOCKU4args
961 seqid4 seqid; member in struct:OPEN4args
982 seqid4 seqid; member in struct:OPEN4cargs
1050 seqid4 seqid; member in struct:OPEN_CONFIRM4args
1062 seqid4 seqid; member in struct:OPEN_DOWNGRADE4args
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1860 processorid_t seqid; local
1867 seqid = CALLOUT_TABLE_SEQID(ct);
1889 taskq_create_instance("callout_taskq", seqid,
1955 processorid_t seqid; local
1988 seqid = cp->cpu_seqid;
1991 ct = &callout_table[CALLOUT_TABLE(t, seqid)];
2028 processorid_t seqid; local
2033 seqid = cp->cpu_seqid;
2036 ct = &callout_table[CALLOUT_TABLE(t, seqid)];
H A Dcpu.c1735 int seqid; local
1769 for (seqid = 0; CPU_IN_SET(cpu_seqid_inuse, seqid); seqid++)
1771 CPUSET_ADD(cpu_seqid_inuse, seqid);
1772 cp->cpu_seqid = seqid;
1774 if (seqid > max_cpu_seqid_ever)
1775 max_cpu_seqid_ever = seqid;
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x563 uint32_t seqid;
622 seqid4 seqid;
821 seqid4 seqid;
975 seqid4 seqid;
1063 seqid4 seqid;
1080 seqid4 seqid;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c317 uint32_t mid = ((c)->mode != LDC_MODE_RAW) ? msg->seqid : 0; \
1162 /* Store ackid/seqid iff it is RELIABLE mode & not a RTS/RTR message */
1167 pkt->seqid = curr_seqid;
1202 /* No seqid checking for RAW mode */
1206 /* No seqid checking for version, RTS, RTR message */
1212 /* Initial seqid to use is sent in RTS/RTR and saved in last_msg_rcd */
1213 if (msg->seqid != (ldcp->last_msg_rcd + 1)) {
1216 "expecting 0x%x\n", ldcp->id, msg->seqid,
1405 pkt->seqid = LDC_INIT_SEQID;
1602 ldcp->last_msg_snt = msg->seqid;
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c1273 stateid_hash(stateid), stateid->seqid);
1301 * If spec 0/1 stateid, print seqid in hex; otherwise,
1307 sprintf(seqstr, "%d", stateid->seqid);
1309 sprintf(seqstr, "%08X", stateid->seqid);
1431 args->seqid, sum_open_stateid(&args->open_stateid));
1440 sprintf(get_line(0, 0), "Sequence ID = %u", args->seqid);
1587 * name openhow seqid claim access deny owner
1604 snprintf(bp, blen, " SQ=%u", args->seqid);
1626 sprintf(get_line(0, 0), "Sequence ID = %u", args->seqid);
1657 snprintf(bp, buflen, "SQ=%u %s", args->seqid,
[all...]
H A Dnfs4_xdr.c947 if (!xdr_uint32_t(xdrs, &objp->seqid))
1038 if (!xdr_seqid4(xdrs, &objp->seqid))
1429 if (!xdr_seqid4(xdrs, &objp->seqid))
1662 if (!xdr_seqid4(xdrs, &objp->seqid))
1786 if (!xdr_seqid4(xdrs, &objp->seqid))
1822 if (!xdr_seqid4(xdrs, &objp->seqid))
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h50 * LDC Reliable mode - initial packet seqid
197 * the amount of data being sent. In the case of ACKs, the seqid and
210 * 0 | seqid | env | ctrl | stype | type |
218 * 0 | seqid | env | ctrl | stype | type |
257 #define seqid _pkt._tpkt._seqid macro
/illumos-gate/usr/src/cmd/mdb/sun4v/modules/ldc/
H A Dldc.c326 mdb_printf("0x%p 0x%-8x %b %b", addr, msg.seqid,
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4_xdr.c112 if (!xdr_u_int(xdrs, (uint_t *)&objp->seqid))
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c782 int seqid; /* cpu seqid, or -1 */ member in struct:callout_data
1141 int index, seqid, cotype; local
1153 seqid = TABLE_TO_SEQID(index);
1155 if ((coargs->flags & COF_SEQID) && (coargs->seqid != seqid)) {
1191 seqid, co_typenames[cotype],
1375 coargs.seqid = -1;
1433 coargs.seqid = (int)Stmp;
1446 if (mdb_vread(&coargs.seqid, sizeo
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c174 boolean_t check_zid, uint_t ifindex, uint_t seqid, boolean_t usable,
197 ((seqid != 0 && seqid == sctp_ipif->sctp_ipif_id) ||
173 sctp_lookup_ipif_addr(in6_addr_t *addr, boolean_t refhold, zoneid_t zoneid, boolean_t check_zid, uint_t ifindex, uint_t seqid, boolean_t usable, sctp_stack_t *sctps) argument

Completed in 145 milliseconds