Searched refs:i_seq (Results 1 - 23 of 23) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_xattr.c157 sip->i_seq++;
166 ip->i_seq++;
H A Dufs_dir.c766 tdp->i_seq++;
774 nip->i_seq++;
895 sip->i_seq++;
985 sip->i_seq++;
1586 tdp->i_seq++;
1597 tip->i_seq++;
1634 tdp->i_seq++;
1712 npdp->i_seq++;
1747 opdp->i_seq++;
1897 tdp->i_seq
[all...]
H A Dufs_inode.c347 ip->i_seq = 0xFF; /* Unique initial value */
1196 oip->i_seq++;
1217 oip->i_seq++;
1274 oip->i_seq++;
1319 * BMAPALLOC will call bmap_write which defers i_seq
1321 * i_seq before rdip drops i_contents or syncs the inode.
1324 oip->i_seq++;
1414 oip->i_seq++;
1506 oip->i_seq++;
1749 * The update of i_seq ma
[all...]
H A Dufs_extvnops.c326 ip->i_seq++;
460 ip->i_seq++;
H A Dufs_acl.c206 sip->i_seq++;
229 sip->i_seq++;
336 ip->i_seq++;
365 sip->i_seq++;
1677 sip->i_seq++;
H A Dufs_vnops.c503 ip->i_seq++;
571 ip->i_seq++;
835 * we need to update i_seq, but it may be deferred.
1253 * Only do one increase of i_seq for multiple
1291 * Make sure i_seq is increased at least once per write
1294 ip->i_seq++;
2056 vap->va_seq = ip->i_seq;
2380 ip->i_seq++;
2920 int defer_dip_seq_update = 0; /* need to defer update of dip->i_seq */
3028 * If the error EEXIST was set, then i_seq ca
[all...]
H A Dufs_thread.c313 dp->i_seq++;
1238 tp->i_seq++;
H A Dufs_filio.c706 ip->i_seq++;
H A Dufs_bmap.c422 /* Caller is responsible for updating i_seq */
559 /* Caller is responsible for updating i_seq */
674 /* Caller is responsible for updating i_seq */
879 /* Caller is responsible for updating i_seq */
1154 ip->i_seq++;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dnet80211_proto.h130 uint8_t i_seq[2]; member in struct:ieee80211_frame
141 uint8_t i_seq[2]; member in struct:ieee80211_qosframe
157 uint8_t i_seq[2]; member in struct:ieee80211_frame_addr4
167 uint8_t i_seq[2]; member in struct:ieee80211_qosframe_addr4
248 uint16_t i_seq; member in struct:ieee80211_frame_bar
/opensolaris-onvv-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_output.c86 *(uint16_t *)&wh->i_seq[0] =
233 *(uint16_t *)wh->i_seq =
237 *(uint16_t *)wh->i_seq =
920 *(uint16_t *)wh->i_seq = 0;
H A Dnet80211_input.c193 rxseq = LE_16(*(uint16_t *)wh->i_seq);
438 rxseq = LE_16(*(uint16_t *)wh->i_seq);
473 last_rxseq = LE_16(*(uint16_t *)lwh->i_seq);
503 *(uint16_t *)lwh->i_seq = *(uint16_t *)wh->i_seq;
H A Dnet80211_crypto_ccmp.c396 aad[22] = wh->i_seq[0] & IEEE80211_SEQ_FRAG_MASK;
H A Dnet80211_ht.c402 rxseq = LE_16(*(uint16_t *)wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT;
570 rxseq = LE_16(wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h440 uint32_t i_seq; /* sequence number attribute */ member in struct:ud_inode
H A Dufs_inode.h86 * i_seq, i_writer & i_mapcnt fields are protected.
151 * Rules for managing i_seq:
152 * o i_seq is locked under the same rules as i_flag
154 * the value of i_seq.
155 * o You may increase the value of i_seq without the timestamps
158 * o The common case is when IUPD or ICHG is set, increase i_seq
161 * holding the correct lock defer the timestamp and i_seq update
165 * updated only at the end, a single increase of i_seq is allowed.
171 * ufs_iupdat without setting IUPD|ICHG and thus not changing i_seq,
173 * i_seq
260 uint_t i_seq; /* modification sequence number */ member in struct:inode
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c329 *(uint16_t *)&wh->i_seq[0] |= LE_16(0x0800); /* ??? */
1041 *(uint16_t *)&wh->i_seq[0] =
1353 wh->i_seq[0] & IEEE80211_SEQ_FRAG_MASK) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c413 ip->i_seq = 0;
H A Dudf_vnops.c443 vap->va_seq = ip->i_seq;
/opensolaris-onvv-gate/usr/src/uts/common/io/iwp/
H A Diwp.c3975 *(uint16_t *)&wh->i_seq[0] = 0;
/opensolaris-onvv-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c2949 *(uint16_t *)&wh->i_seq[0] = 0; /* filled by h/w */
/opensolaris-onvv-gate/usr/src/uts/common/io/iwh/
H A Diwh.c4177 *(uint16_t *)&wh->i_seq[0] = 0;
/opensolaris-onvv-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c3707 *(uint16_t *)&wh->i_seq[0] = 0;

Completed in 366 milliseconds