tag               259 arch/x86/kernel/i387.c 	u32 tag;
tag               269 arch/x86/kernel/i387.c 				tag = FP_EXP_TAG_SPECIAL;
tag               276 arch/x86/kernel/i387.c 					tag = FP_EXP_TAG_ZERO;
tag               278 arch/x86/kernel/i387.c 					tag = FP_EXP_TAG_SPECIAL;
tag               282 arch/x86/kernel/i387.c 					tag = FP_EXP_TAG_VALID;
tag               284 arch/x86/kernel/i387.c 					tag = FP_EXP_TAG_SPECIAL;
tag               288 arch/x86/kernel/i387.c 			tag = FP_EXP_TAG_EMPTY;
tag               290 arch/x86/kernel/i387.c 		ret |= tag << (2 * i);
tag               518 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
tag               524 arch/x86/math-emu/errors.c 		tag = TAG_Special;
tag               529 arch/x86/math-emu/errors.c 	return (!(control_word & CW_ZeroDiv) ? FPU_Exception : 0) | tag;
tag               578 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
tag               584 arch/x86/math-emu/errors.c 		tag = TAG_Special;
tag               597 arch/x86/math-emu/errors.c 		return tag;
tag               600 arch/x86/math-emu/errors.c 	return tag;
tag               606 arch/x86/math-emu/errors.c 	int tag = TAG_Valid;
tag               613 arch/x86/math-emu/errors.c 			tag = TAG_Zero;
tag               626 arch/x86/math-emu/errors.c 		return tag;
tag               629 arch/x86/math-emu/errors.c 	return tag;
tag                96 arch/x86/math-emu/fpu_aux.c 	u_char tag;
tag               107 arch/x86/math-emu/fpu_aux.c 		tag = FPU_gettagi(i);
tag               109 arch/x86/math-emu/fpu_aux.c 		FPU_settag0(tag);
tag               687 arch/x86/math-emu/fpu_entry.c 	int offset, other, i, tags, regnr, tag, newtop;
tag               719 arch/x86/math-emu/fpu_entry.c 			tag =
tag               723 arch/x86/math-emu/fpu_entry.c 			tags |= (tag & 3) << (regnr * 2);
tag                43 arch/x86/math-emu/fpu_tags.c 	fpu_tag_word |= (tag & 3) << (regnr * 2);
tag                51 arch/x86/math-emu/fpu_tags.c 	fpu_tag_word |= (tag & 3) << (regnr * 2);
tag                58 arch/x86/math-emu/fpu_tags.c 	fpu_tag_word |= (tag & 3) << (regnr * 2);
tag                97 arch/x86/math-emu/fpu_tags.c 	FPU_settagi(stnr, tag);
tag               103 arch/x86/math-emu/fpu_tags.c 	FPU_settagi(1, tag);
tag               114 arch/x86/math-emu/fpu_tags.c 	fpu_tag_word |= (tag & 3) << (regnr * 2);
tag                39 arch/x86/math-emu/fpu_trig.c 	int tag, st0_tag = TAG_Valid;
tag                50 arch/x86/math-emu/fpu_trig.c 	tag = FPU_u_div(st0_ptr, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f,
tag                53 arch/x86/math-emu/fpu_trig.c 	FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't overflow
tag               153 arch/x86/math-emu/fpu_trig.c 	int tag;
tag               173 arch/x86/math-emu/fpu_trig.c 	tag = FPU_normalize(dest);
tag               174 arch/x86/math-emu/fpu_trig.c 	FPU_settagi(deststnr, tag);
tag               238 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
tag               252 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Zero)
tag               255 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Special)
tag               256 arch/x86/math-emu/fpu_trig.c 		tag = FPU_Special(st0_ptr);
tag               258 arch/x86/math-emu/fpu_trig.c 	switch (tag) {
tag               271 arch/x86/math-emu/fpu_trig.c 		single_arg_error(st0_ptr, tag);
tag               454 arch/x86/math-emu/fpu_trig.c 		u_char tag;
tag               469 arch/x86/math-emu/fpu_trig.c 		tag = wm_sqrt(st0_ptr, 0, 0, control_word, SIGN_POS);
tag               471 arch/x86/math-emu/fpu_trig.c 		FPU_settag0(tag);
tag               507 arch/x86/math-emu/fpu_trig.c 	int flags, tag;
tag               529 arch/x86/math-emu/fpu_trig.c 		tag = FPU_normalize(st0_ptr);
tag               531 arch/x86/math-emu/fpu_trig.c 		FPU_settag0(tag);
tag               553 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
tag               579 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Zero) {
tag               584 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Special)
tag               585 arch/x86/math-emu/fpu_trig.c 		tag = FPU_Special(st0_ptr);
tag               587 arch/x86/math-emu/fpu_trig.c 	if (tag == TW_Denormal) {
tag               595 arch/x86/math-emu/fpu_trig.c 		tag = FPU_round(st0_ptr, 1, 0, FULL_PRECISION, arg_sign);
tag               597 arch/x86/math-emu/fpu_trig.c 		FPU_settag0(tag);
tag               600 arch/x86/math-emu/fpu_trig.c 	} else if (tag == TW_Infinity) {
tag               605 arch/x86/math-emu/fpu_trig.c 		single_arg_error(st0_ptr, tag);
tag               616 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Valid) {
tag               656 arch/x86/math-emu/fpu_trig.c 	} else if (tag == TAG_Zero) {
tag               662 arch/x86/math-emu/fpu_trig.c 	if (tag == TAG_Special)
tag               663 arch/x86/math-emu/fpu_trig.c 		tag = FPU_Special(st0_ptr);
tag               665 arch/x86/math-emu/fpu_trig.c 	if (tag == TW_Denormal) {
tag               670 arch/x86/math-emu/fpu_trig.c 	} else if (tag == TW_Infinity) {
tag               675 arch/x86/math-emu/fpu_trig.c 		single_arg_error(st0_ptr, tag);	/* requires st0_ptr == &st(0) */
tag               689 arch/x86/math-emu/fpu_trig.c 	u_char tag;
tag               708 arch/x86/math-emu/fpu_trig.c 		tag = FPU_Special(st0_ptr);
tag               710 arch/x86/math-emu/fpu_trig.c 		tag = st0_tag;
tag               712 arch/x86/math-emu/fpu_trig.c 	if (tag == TW_NaN) {
tag               715 arch/x86/math-emu/fpu_trig.c 	} else if (tag == TW_Infinity) {
tag               787 arch/x86/math-emu/fpu_trig.c 		int tag;
tag               814 arch/x86/math-emu/fpu_trig.c 				tag = FPU_u_div(&st0, &st1, &tmp,
tag               820 arch/x86/math-emu/fpu_trig.c 					FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't
tag               891 arch/x86/math-emu/fpu_trig.c 			tag =
tag               896 arch/x86/math-emu/fpu_trig.c 			FPU_round_to_int(&tmp, tag);	/* Fortunately, this can't
tag               929 arch/x86/math-emu/fpu_trig.c 		tag = FPU_normalize_nuo(&tmp);
tag               934 arch/x86/math-emu/fpu_trig.c 		if ((exponent16(&tmp) <= EXP_UNDER) && (tag != TAG_Zero)
tag               937 arch/x86/math-emu/fpu_trig.c 			tag = arith_underflow(st0_ptr);
tag               939 arch/x86/math-emu/fpu_trig.c 			FPU_settag0(tag);
tag               941 arch/x86/math-emu/fpu_trig.c 		} else if ((exponent16(&tmp) > EXP_UNDER) || (tag == TAG_Zero)) {
tag               945 arch/x86/math-emu/fpu_trig.c 			tag =
tag               948 arch/x86/math-emu/fpu_trig.c 		FPU_settag0(tag);
tag              1025 arch/x86/math-emu/fpu_trig.c 	int e, tag;
tag              1053 arch/x86/math-emu/fpu_trig.c 				tag = FPU_normalize_nuo(&exponent);
tag              1056 arch/x86/math-emu/fpu_trig.c 				tag =
tag              1057 arch/x86/math-emu/fpu_trig.c 				    FPU_mul(&exponent, tag, 1, FULL_PRECISION);
tag              1058 arch/x86/math-emu/fpu_trig.c 				if (tag >= 0)
tag              1059 arch/x86/math-emu/fpu_trig.c 					FPU_settagi(1, tag);
tag              1195 arch/x86/math-emu/fpu_trig.c 	int tag;
tag              1235 arch/x86/math-emu/fpu_trig.c 					tag =
tag              1241 arch/x86/math-emu/fpu_trig.c 					if (tag >= 0)
tag              1242 arch/x86/math-emu/fpu_trig.c 						FPU_settagi(1, tag);
tag                57 arch/x86/math-emu/poly_2xm1.c 	u_char tag;
tag               138 arch/x86/math-emu/poly_2xm1.c 	tag = FPU_round(result, 1, 0, FULL_PRECISION, sign);
tag               141 arch/x86/math-emu/poly_2xm1.c 	FPU_settag0(tag);
tag                58 arch/x86/math-emu/poly_atan.c 	u_char tag;
tag               202 arch/x86/math-emu/poly_atan.c 	tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign2);
tag               203 arch/x86/math-emu/poly_atan.c 	FPU_settagi(1, tag);
tag                32 arch/x86/math-emu/poly_l2.c 	int tag;
tag                50 arch/x86/math-emu/poly_l2.c 	tag = FPU_normalize_nuo(&x);
tag                52 arch/x86/math-emu/poly_l2.c 	if (tag == TAG_Zero) {
tag                92 arch/x86/math-emu/poly_l2.c 	tag = FPU_round(st1_ptr, 1, 0, FULL_PRECISION, sign ^ st1_sign);
tag                93 arch/x86/math-emu/poly_l2.c 	FPU_settagi(1, tag);
tag               108 arch/x86/math-emu/poly_l2.c 	u_char tag;
tag               128 arch/x86/math-emu/poly_l2.c 		tag = FPU_round(dest, 1, 0, FULL_PRECISION, sign0 ^ sign1);
tag               129 arch/x86/math-emu/poly_l2.c 		FPU_settagi(1, tag);
tag               131 arch/x86/math-emu/poly_l2.c 		if (tag == TAG_Valid)
tag                44 arch/x86/math-emu/reg_add_sub.c 	int diff, tag, expa, expb;
tag                54 arch/x86/math-emu/reg_add_sub.c 			tag =
tag                70 arch/x86/math-emu/reg_add_sub.c 				tag =
tag                74 arch/x86/math-emu/reg_add_sub.c 				tag =
tag                86 arch/x86/math-emu/reg_add_sub.c 		if (tag < 0) {
tag                88 arch/x86/math-emu/reg_add_sub.c 			return tag;
tag                90 arch/x86/math-emu/reg_add_sub.c 		FPU_settagi(deststnr, tag);
tag                91 arch/x86/math-emu/reg_add_sub.c 		return tag;
tag               133 arch/x86/math-emu/reg_add_sub.c 	int diff, tag = 0, expa, expb, deststnr;
tag               184 arch/x86/math-emu/reg_add_sub.c 				tag =
tag               196 arch/x86/math-emu/reg_add_sub.c 				tag =
tag               202 arch/x86/math-emu/reg_add_sub.c 			tag =
tag               207 arch/x86/math-emu/reg_add_sub.c 			tag =
tag               217 arch/x86/math-emu/reg_add_sub.c 		if (tag < 0) {
tag               219 arch/x86/math-emu/reg_add_sub.c 			return tag;
tag               221 arch/x86/math-emu/reg_add_sub.c 		FPU_settagi(deststnr, tag);
tag               222 arch/x86/math-emu/reg_add_sub.c 		return tag;
tag                64 arch/x86/math-emu/reg_constant.c 	FPU_settag0(tag);
tag                33 arch/x86/math-emu/reg_divide.c 	int tag, deststnr;
tag                80 arch/x86/math-emu/reg_divide.c 		tag = FPU_u_div(&x, &y, dest, control_w, sign);
tag                82 arch/x86/math-emu/reg_divide.c 		if (tag < 0)
tag                83 arch/x86/math-emu/reg_divide.c 			return tag;
tag                85 arch/x86/math-emu/reg_divide.c 		FPU_settagi(deststnr, tag);
tag                86 arch/x86/math-emu/reg_divide.c 		return tag;
tag               102 arch/x86/math-emu/reg_divide.c 		tag = FPU_u_div(&x, &y, dest, control_w, sign);
tag               103 arch/x86/math-emu/reg_divide.c 		if (tag < 0)
tag               104 arch/x86/math-emu/reg_divide.c 			return tag;
tag               106 arch/x86/math-emu/reg_divide.c 		FPU_settagi(deststnr, tag);
tag               107 arch/x86/math-emu/reg_divide.c 		return tag;
tag               136 arch/x86/math-emu/reg_divide.c 			int tag;
tag               137 arch/x86/math-emu/reg_divide.c 			tag = FPU_gettag0();
tag               138 arch/x86/math-emu/reg_divide.c 			if (tag == TAG_Special)
tag               139 arch/x86/math-emu/reg_divide.c 				tag = FPU_Special(st0_ptr);
tag               140 arch/x86/math-emu/reg_divide.c 			return real_2op_NaN(st0_ptr, tag, rm,
tag               143 arch/x86/math-emu/reg_divide.c 			int tag;
tag               144 arch/x86/math-emu/reg_divide.c 			tag = FPU_gettagi(rm);
tag               145 arch/x86/math-emu/reg_divide.c 			if (tag == TAG_Special)
tag               146 arch/x86/math-emu/reg_divide.c 				tag = FPU_Special(&st(rm));
tag               147 arch/x86/math-emu/reg_divide.c 			return real_2op_NaN(&st(rm), tag, 0,
tag                40 arch/x86/math-emu/reg_ld_str.c 	u_char tag;
tag                44 arch/x86/math-emu/reg_ld_str.c 	tag = FPU_normalize_nuo(r);
tag                49 arch/x86/math-emu/reg_ld_str.c 	return tag;
tag                96 arch/x86/math-emu/reg_ld_str.c 	int exp, tag, negative;
tag               115 arch/x86/math-emu/reg_ld_str.c 			tag = TAG_Special;
tag               122 arch/x86/math-emu/reg_ld_str.c 			tag = TAG_Special;	/* The calling function must look for NaNs */
tag               130 arch/x86/math-emu/reg_ld_str.c 			tag = TAG_Zero;
tag               146 arch/x86/math-emu/reg_ld_str.c 		tag = TAG_Valid;
tag               151 arch/x86/math-emu/reg_ld_str.c 	return tag;
tag               158 arch/x86/math-emu/reg_ld_str.c 	int exp, tag, negative;
tag               189 arch/x86/math-emu/reg_ld_str.c 			tag = TAG_Special;
tag               195 arch/x86/math-emu/reg_ld_str.c 			tag = TAG_Special;	/* The calling function must look for NaNs */
tag               200 arch/x86/math-emu/reg_ld_str.c 		tag = TAG_Valid;
tag               205 arch/x86/math-emu/reg_ld_str.c 	return tag;
tag               974 arch/x86/math-emu/reg_ld_str.c 	if (tag == TAG_Zero) {
tag              1029 arch/x86/math-emu/reg_ld_str.c 	u_char tag;
tag              1088 arch/x86/math-emu/reg_ld_str.c 		tag = tag_word & 3;
tag              1091 arch/x86/math-emu/reg_ld_str.c 		if (tag == TAG_Empty)
tag                36 arch/x86/math-emu/reg_mul.c 	int tag;
tag                41 arch/x86/math-emu/reg_mul.c 		tag =
tag                44 arch/x86/math-emu/reg_mul.c 		if (tag < 0) {
tag                46 arch/x86/math-emu/reg_mul.c 			return tag;
tag                48 arch/x86/math-emu/reg_mul.c 		FPU_settagi(deststnr, tag);
tag                49 arch/x86/math-emu/reg_mul.c 		return tag;
tag                66 arch/x86/math-emu/reg_mul.c 		tag = FPU_u_mul(&x, &y, dest, control_w, sign,
tag                68 arch/x86/math-emu/reg_mul.c 		if (tag < 0) {
tag                70 arch/x86/math-emu/reg_mul.c 			return tag;
tag                72 arch/x86/math-emu/reg_mul.c 		FPU_settagi(deststnr, tag);
tag                73 arch/x86/math-emu/reg_mul.c 		return tag;
tag               120 block/blk-core.c 	rq->tag = -1;
tag                24 block/blk-tag.c 	return blk_map_queue_find_tag(q->queue_tags, tag);
tag               285 block/blk-tag.c 	int tag = rq->tag;
tag               287 block/blk-tag.c 	BUG_ON(tag == -1);
tag               289 block/blk-tag.c 	if (unlikely(tag >= bqt->real_max_depth))
tag               298 block/blk-tag.c 	rq->tag = -1;
tag               300 block/blk-tag.c 	if (unlikely(bqt->tag_index[tag] == NULL))
tag               302 block/blk-tag.c 		       __func__, tag);
tag               304 block/blk-tag.c 	bqt->tag_index[tag] = NULL;
tag               306 block/blk-tag.c 	if (unlikely(!test_bit(tag, bqt->tag_map))) {
tag               308 block/blk-tag.c 		       __func__, tag);
tag               315 block/blk-tag.c 	clear_bit_unlock(tag, bqt->tag_map);
tag               341 block/blk-tag.c 	int tag;
tag               347 block/blk-tag.c 		       rq->rq_disk ? rq->rq_disk->disk_name : "?", rq->tag);
tag               365 block/blk-tag.c 		tag = find_next_zero_bit(bqt->tag_map, max_depth, offset);
tag               366 block/blk-tag.c 		if (tag >= max_depth)
tag               369 block/blk-tag.c 	} while (test_and_set_bit_lock(tag, bqt->tag_map));
tag               376 block/blk-tag.c 	rq->tag = tag;
tag               377 block/blk-tag.c 	bqt->tag_index[tag] = rq;
tag               130 fs/cifs/asn1.c 	*tag = 0;
tag               135 fs/cifs/asn1.c 		*tag <<= 7;
tag               136 fs/cifs/asn1.c 		*tag |= ch & 0x7F;
tag               152 fs/cifs/asn1.c 	*tag = (ch & 0x1F);
tag               154 fs/cifs/asn1.c 	if (*tag == 0x1F) {
tag               155 fs/cifs/asn1.c 		if (!asn1_tag_decode(ctx, tag))
tag               205 fs/cifs/asn1.c 	if (!asn1_id_decode(ctx, cls, con, tag))
tag               476 fs/cifs/asn1.c 	unsigned int cls, con, tag, oidlen, rc;
tag               488 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               492 fs/cifs/asn1.c 		   || (tag != ASN1_EOC)) {
tag               493 fs/cifs/asn1.c 		cFYI(1, ("cls = %d con = %d tag = %d", cls, con, tag));
tag               498 fs/cifs/asn1.c 	rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
tag               500 fs/cifs/asn1.c 		if ((tag == ASN1_OJI) && (con == ASN1_PRI) &&
tag               518 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               522 fs/cifs/asn1.c 		   || (tag != ASN1_EOC)) {
tag               525 fs/cifs/asn1.c 		      cls, con, tag, end, *end));
tag               529 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               533 fs/cifs/asn1.c 		   || (tag != ASN1_SEQ)) {
tag               536 fs/cifs/asn1.c 		      cls, con, tag, end, *end));
tag               540 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               544 fs/cifs/asn1.c 		   || (tag != ASN1_EOC)) {
tag               547 fs/cifs/asn1.c 		      cls, con, tag, end, *end));
tag               552 fs/cifs/asn1.c 	    (&ctx, &sequence_end, &cls, &con, &tag) == 0) {
tag               556 fs/cifs/asn1.c 		   || (tag != ASN1_SEQ)) {
tag               559 fs/cifs/asn1.c 		      cls, con, tag, end, *end));
tag               564 fs/cifs/asn1.c 		rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
tag               570 fs/cifs/asn1.c 		if ((tag == ASN1_OJI) && (con == ASN1_PRI)) {
tag               596 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               602 fs/cifs/asn1.c 			 cls, con, tag, end, *end));
tag               605 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               609 fs/cifs/asn1.c 		   || (tag != ASN1_SEQ)) {
tag               611 fs/cifs/asn1.c 			cls, con, tag, end, *end));
tag               614 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               619 fs/cifs/asn1.c 			 cls, con, tag, end, *end));
tag               622 fs/cifs/asn1.c 	if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
tag               626 fs/cifs/asn1.c 		   || (tag != ASN1_GENSTR)) {
tag               628 fs/cifs/asn1.c 			 cls, con, tag, end, *end));
tag                68 fs/coda/upcall.c #define INSIZE(tag) sizeof(struct coda_ ## tag ## _in)
tag                69 fs/coda/upcall.c #define OUTSIZE(tag) sizeof(struct coda_ ## tag ## _out)
tag                70 fs/coda/upcall.c #define SIZE(tag)  max_t(unsigned int, INSIZE(tag), OUTSIZE(tag))
tag               311 fs/jbd/commit.c 	journal_block_tag_t *tag = NULL;
tag               622 fs/jbd/commit.c 		tag = (journal_block_tag_t *) tagp;
tag               623 fs/jbd/commit.c 		tag->t_blocknr = cpu_to_be32(jh2bh(jh)->b_blocknr);
tag               624 fs/jbd/commit.c 		tag->t_flags = cpu_to_be32(tag_flag);
tag               648 fs/jbd/commit.c 			tag->t_flags |= cpu_to_be32(JFS_FLAG_LAST_TAG);
tag               184 fs/jbd/recovery.c 	journal_block_tag_t *	tag;
tag               190 fs/jbd/recovery.c 		tag = (journal_block_tag_t *) tagp;
tag               194 fs/jbd/recovery.c 		if (!(tag->t_flags & cpu_to_be32(JFS_FLAG_SAME_UUID)))
tag               197 fs/jbd/recovery.c 		if (tag->t_flags & cpu_to_be32(JFS_FLAG_LAST_TAG))
tag               353 fs/jbd/recovery.c 		journal_block_tag_t *	tag;
tag               431 fs/jbd/recovery.c 				tag = (journal_block_tag_t *) tagp;
tag               432 fs/jbd/recovery.c 				flags = be32_to_cpu(tag->t_flags);
tag               449 fs/jbd/recovery.c 					blocknr = be32_to_cpu(tag->t_blocknr);
tag               314 fs/jbd2/commit.c 	tag->t_blocknr = cpu_to_be32(block & (u32)~0);
tag               316 fs/jbd2/commit.c 		tag->t_blocknr_high = cpu_to_be32((block >> 31) >> 1);
tag               337 fs/jbd2/commit.c 	journal_block_tag_t *tag = NULL;
tag               609 fs/jbd2/commit.c 		tag = (journal_block_tag_t *) tagp;
tag               610 fs/jbd2/commit.c 		write_tag_block(tag_bytes, tag, jh2bh(jh)->b_blocknr);
tag               611 fs/jbd2/commit.c 		tag->t_flags = cpu_to_be32(tag_flag);
tag               635 fs/jbd2/commit.c 			tag->t_flags |= cpu_to_be32(JBD2_FLAG_LAST_TAG);
tag               185 fs/jbd2/recovery.c 	journal_block_tag_t *	tag;
tag               192 fs/jbd2/recovery.c 		tag = (journal_block_tag_t *) tagp;
tag               196 fs/jbd2/recovery.c 		if (!(tag->t_flags & cpu_to_be32(JBD2_FLAG_SAME_UUID)))
tag               199 fs/jbd2/recovery.c 		if (tag->t_flags & cpu_to_be32(JBD2_FLAG_LAST_TAG))
tag               317 fs/jbd2/recovery.c 	unsigned long long block = be32_to_cpu(tag->t_blocknr);
tag               319 fs/jbd2/recovery.c 		block |= (u64)be32_to_cpu(tag->t_blocknr_high) << 32;
tag               400 fs/jbd2/recovery.c 		journal_block_tag_t *	tag;
tag               491 fs/jbd2/recovery.c 				tag = (journal_block_tag_t *) tagp;
tag               492 fs/jbd2/recovery.c 				flags = be32_to_cpu(tag->t_flags);
tag               510 fs/jbd2/recovery.c 								 tag);
tag                28 fs/nfs/callback.h 	const char *tag;
tag                36 fs/nfs/callback.h 	const char *tag;
tag               138 fs/nfs/callback_xdr.c 	status = decode_string(xdr, &hdr->taglen, &hdr->tag);
tag               309 fs/nfs/callback_xdr.c 	status = encode_string(xdr, hdr->taglen, hdr->tag);
tag               423 fs/nfs/callback_xdr.c 	hdr_res.tag = hdr_arg.tag;
tag               545 fs/nfs/nfs4xdr.c 	char *		tag;
tag               585 fs/nfs/nfs4xdr.c 	dprintk("encode_compound: tag=%.*s\n", (int)hdr->taglen, hdr->tag);
tag               589 fs/nfs/nfs4xdr.c 	WRITEMEM(hdr->tag, hdr->taglen);
tag              2222 fs/nfs/nfs4xdr.c 	hdr->tag = (char *)p;
tag               408 fs/nfs/pagelist.c 				NFS_SCAN_MAXENTRIES, tag);
tag               420 fs/nfs/pagelist.c 						req->wb_index, tag);
tag               147 fs/nfsd/nfs4callback.c 	char *		tag;
tag               269 fs/nfsd/nfs4callback.c         hdr->tag = (char *)p;
tag               877 fs/nfsd/nfs4proc.c 	resp->tag = args->tag;
tag              1081 fs/nfsd/nfs4xdr.c 	SAVEMEM(argp->tag, argp->taglen);
tag              2729 fs/nfsd/nfs4xdr.c 	memcpy(p, resp->tag, resp->taglen);
tag               194 fs/ntfs/compress.c 	u8 tag;			/* Current tag. */
tag               347 fs/ntfs/compress.c 	tag = *cb++;
tag               350 fs/ntfs/compress.c 	for (token = 0; token < 8; token++, tag >>= 1) {
tag               360 fs/ntfs/compress.c 		if ((tag & NTFS_TOKEN_MASK) == NTFS_SYMBOL_TOKEN) {
tag               125 fs/ocfs2/stack_user.c 	char	tag[OCFS2_CONTROL_MESSAGE_OP_LEN];
tag               133 fs/ocfs2/stack_user.c 	char	tag[OCFS2_CONTROL_MESSAGE_OP_LEN];
tag               143 fs/ocfs2/stack_user.c 	char	tag[OCFS2_CONTROL_MESSAGE_OP_LEN];
tag               152 fs/ocfs2/stack_user.c 	char					tag[OCFS2_CONTROL_MESSAGE_OP_LEN];
tag               377 fs/ocfs2/stack_user.c 	if (strncmp(msg->tag, OCFS2_CONTROL_MESSAGE_SETNODE_OP,
tag               410 fs/ocfs2/stack_user.c 	if (strncmp(msg->tag, OCFS2_CONTROL_MESSAGE_SETVERSION_OP,
tag               457 fs/ocfs2/stack_user.c 	if (strncmp(msg->tag, OCFS2_CONTROL_MESSAGE_DOWN_OP,
tag               488 fs/ocfs2/stack_user.c 		(sizeof(msg.u_down.tag) + sizeof(msg.u_down.space1)));
tag               496 fs/ocfs2/stack_user.c 	    !strncmp(msg.tag, OCFS2_CONTROL_MESSAGE_SETNODE_OP,
tag               500 fs/ocfs2/stack_user.c 		 !strncmp(msg.tag, OCFS2_CONTROL_MESSAGE_SETVERSION_OP,
tag               504 fs/ocfs2/stack_user.c 		 !strncmp(msg.tag, OCFS2_CONTROL_MESSAGE_DOWN_OP,
tag               604 fs/udf/balloc.c 					    sizeof(tag));
tag               608 fs/udf/balloc.c 					    sizeof(tag));
tag               193 fs/udf/ecma_167.h 	tag		descTag;
tag               222 fs/udf/ecma_167.h 	tag		descTag;
tag               230 fs/udf/ecma_167.h 	tag		descTag;
tag               238 fs/udf/ecma_167.h 	tag		descTag;
tag               246 fs/udf/ecma_167.h 	tag descTag;
tag               281 fs/udf/ecma_167.h 	tag		descTag;
tag               325 fs/udf/ecma_167.h 	tag		descTag;
tag               333 fs/udf/ecma_167.h 	tag		descTag;
tag               339 fs/udf/ecma_167.h 	tag		descTag;
tag               418 fs/udf/ecma_167.h 	tag		descTag;
tag               451 fs/udf/ecma_167.h 	tag		descTag;
tag               471 fs/udf/ecma_167.h 	tag		descTag;
tag               531 fs/udf/ecma_167.h 	tag		descTag;
tag               538 fs/udf/ecma_167.h 	tag		descTag;
tag               544 fs/udf/ecma_167.h 	tag		descTag;
tag               607 fs/udf/ecma_167.h 	tag		descTag;
tag               715 fs/udf/ecma_167.h 	tag		descTag;
tag               723 fs/udf/ecma_167.h 	tag		descTag;
tag               731 fs/udf/ecma_167.h 	tag		descTag;
tag               768 fs/udf/ecma_167.h 	tag		descTag;
tag              1418 fs/udf/inode.c 				iinfo->i_lenAlloc - sizeof(tag);
tag              1424 fs/udf/inode.c 							   sizeof(tag),
tag              1586 fs/udf/inode.c 								sizeof(tag);
tag              1588 fs/udf/inode.c 	fe->descTag.descCRC = cpu_to_le16(crc_itu_t(0, (char *)fe + sizeof(tag),
tag              1714 fs/udf/inode.c 				    epos->block.logicalBlockNum, sizeof(tag));
tag              1717 fs/udf/inode.c 				    epos->block.logicalBlockNum, sizeof(tag));
tag               137 fs/udf/misc.c  		crclen = sizeof(struct extendedAttrHeaderDesc) - sizeof(tag);
tag               140 fs/udf/misc.c  						sizeof(tag), crclen));
tag               205 fs/udf/misc.c  	tag *tag_p;
tag               219 fs/udf/misc.c  	tag_p = (tag *)(bh->b_data);
tag               244 fs/udf/misc.c  	if (le16_to_cpu(tag_p->descCRCLength) + sizeof(tag) > sb->s_blocksize ||
tag               246 fs/udf/misc.c  					bh->b_data + sizeof(tag),
tag               267 fs/udf/misc.c  	tag *tptr = (tag *)data;
tag               268 fs/udf/misc.c  	length -= sizeof(tag);
tag               271 fs/udf/misc.c  	tptr->descCRC = cpu_to_le16(crc_itu_t(0, data + sizeof(tag), length));
tag               278 fs/udf/misc.c  	tag *tptr = (tag *)data;
tag               291 fs/udf/misc.c  	for (i = 0; i < sizeof(tag); ++i)
tag                50 fs/udf/namei.c 	uint16_t crclen = fibh->eoffset - fibh->soffset - sizeof(tag);
tag               102 fs/udf/namei.c 	crc = crc_itu_t(0, (uint8_t *)cfi + sizeof(tag),
tag               103 fs/udf/namei.c 		      sizeof(struct fileIdentDesc) - sizeof(tag));
tag               107 fs/udf/namei.c 			      crclen + sizeof(tag) -
tag               113 fs/udf/namei.c 			      crclen + sizeof(tag) -
tag               498 fs/udf/namei.c 			    sizeof(tag));
tag               501 fs/udf/namei.c 			    sizeof(tag));
tag               195 fs/udf/osta_udf.h 	tag 		descTag;
tag              1758 fs/udf/super.c 		crc_itu_t(0, (char *)lvid + sizeof(tag),
tag              1793 fs/udf/super.c 			crc_itu_t(0, (char *)lvid + sizeof(tag),
tag                98 fs/udf/udfdecl.h 	tag		descTag;
tag                88 fs/xfs/linux-2.6/xfs_aops.c 		(void *)((unsigned long)tag),
tag                71 fs/xfs/linux-2.6/xfs_lrw.c 		(void *)(unsigned long)tag,
tag               146 fs/xfs/linux-2.6/xfs_vnode.h 	_xfs_itrace_exit(ip, tag, (inst_t *)__return_address)
tag                92 fs/xfs/xfs_dir2_data.h 	__be16			tag;		/* starting offset of us */
tag               103 fs/xfs/xfs_dir2_data.h 	__be16			tag;		/* starting offset of us */
tag               215 fs/xfs/xfs_error.c 			    tag, linenum, fname, ra);
tag               233 fs/xfs/xfs_error.c 	xfs_error_report(tag, level, mp, fname, linenum, ra);
tag               134 fs/xfs/xfs_error.h 	 xfs_error_test((tag), (mp)->m_fixedfsid, "expr", __LINE__, __FILE__, \
tag              1346 fs/xfs/xfs_inode.c 		     (void*)((long)tag),
tag                64 fs/xfs/xfs_iomap.c 		(void *)((unsigned long)tag),
tag                96 fs/xfs/xfs_iomap.c 		(void *)((unsigned long)tag),
tag               135 include/acpi/acdisasm.h 	char *tag;
tag                33 include/asm-m32r/mmu_context.h #define set_tlb_tag(entry, tag)		(*entry = (tag & PAGE_MASK)|get_asid())
tag                44 include/asm-m68k/bootinfo.h     unsigned short tag;			/* tag ID */
tag                75 include/asm-x86/sigcontext.h 	unsigned long	tag;
tag                28 include/asm-x86/sigcontext32.h 	__u32	tag;	/* not compatible to 64bit twd */
tag               531 include/drm/drmP.h 	struct drm_file *tag;		/**< associated fd private data */
tag                24 include/linux/atmmpc.h         __be32  tag;
tag                34 include/linux/atmmpc.h         __be32  tag;
tag               201 include/linux/blkdev.h 	int tag;
tag               884 include/linux/blkdev.h 	if (unlikely(bqt == NULL || tag >= bqt->real_max_depth))
tag               886 include/linux/blkdev.h 	return bqt->tag_index[tag];
tag                85 include/linux/hid.h 	__u8      tag;
tag               122 include/linux/if_pppox.h 	struct pppoe_tag tag[0];
tag               517 include/linux/libata.h 	unsigned int		tag;
tag              1223 include/linux/libata.h 	return (tag < ATA_MAX_QUEUE) ? 1 : 0;
tag              1228 include/linux/libata.h 	return tag == ATA_TAG_INTERNAL;
tag              1326 include/linux/libata.h 	if (likely(ata_tag_valid(tag)))
tag              1327 include/linux/libata.h 		return &ap->qcmd[tag];
tag              1334 include/linux/libata.h 	struct ata_queued_cmd *qc = __ata_qc_from_tag(ap, tag);
tag                92 include/linux/module.h #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
tag                22 include/linux/moduleparam.h   __attribute__((section(".modinfo"),unused)) = __stringify(tag) "=" info
tag               402 include/linux/nfsd/xdr4.h 	char *				tag;
tag               417 include/linux/nfsd/xdr4.h 	char *				tag;
tag               525 include/net/9p/9p.h 	u16 tag;
tag               117 include/net/iucv/iucv.h 	u32 tag;
tag               312 include/scsi/sas.h 	__be16 tag;
tag               501 include/scsi/sas.h 	__be16 tag;
tag               131 include/scsi/scsi_cmnd.h 	unsigned char tag;	/* SCSI-II queued command tag */
tag                39 include/scsi/scsi_tcq.h 	switch (tag) {
tag               107 include/scsi/scsi_tcq.h         	*msg++ = req->tag;
tag               127 include/scsi/scsi_tcq.h         if (tag != SCSI_NO_TAG) {
tag               128 include/scsi/scsi_tcq.h         	req = blk_queue_find_tag(sdev->request_queue, tag);
tag               160 include/scsi/scsi_tcq.h 	if (tag != SCSI_NO_TAG) {
tag               161 include/scsi/scsi_tcq.h 		req = blk_map_queue_find_tag(shost->bqt, tag);
tag                52 include/scsi/scsi_tgt_if.h 			aligned_u64 tag;
tag                80 include/scsi/scsi_tgt_if.h 			aligned_u64 tag;
tag                86 include/scsi/scsi_tgt_if.h 			aligned_u64 tag;
tag                92 include/scsi/scsi_tgt_if.h 			aligned_u64 tag;
tag               121 include/scsi/srp.h 	u64	tag;
tag               140 include/scsi/srp.h 	u64	tag;
tag               152 include/scsi/srp.h 	u64	tag;
tag               161 include/scsi/srp.h 	u64	tag;
tag               169 include/scsi/srp.h 	u64	tag;
tag               180 include/scsi/srp.h 	u64	tag;
tag               201 include/scsi/srp.h 	u64	tag;
tag               231 include/scsi/srp.h 	u64	tag;
tag               278 include/sound/asequencer.h 	char tag;
tag               462 include/sound/asequencer.h 	char  tag;	/* Tag for REMOVE_TAG */
tag               955 include/video/pm3fb.h 	#define PM3DownloadTarget_TagName(tag)		((tag) & 0x1fff)
tag              1668 kernel/module.c 	unsigned int taglen = strlen(tag);
tag              1672 kernel/module.c 		if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=')
tag               932 kernel/rcutorture.c 		torture_type, tag, nrealreaders, nfakewriters,
tag                94 lib/radix-tree.c 	__set_bit(offset, node->tags[tag]);
tag               100 lib/radix-tree.c 	__clear_bit(offset, node->tags[tag]);
tag               106 lib/radix-tree.c 	return test_bit(offset, node->tags[tag]);
tag               111 lib/radix-tree.c 	root->gfp_mask |= (__force gfp_t)(1 << (tag + __GFP_BITS_SHIFT));
tag               116 lib/radix-tree.c 	root->gfp_mask &= (__force gfp_t)~(1 << (tag + __GFP_BITS_SHIFT));
tag               126 lib/radix-tree.c 	return (__force unsigned)root->gfp_mask & (1 << (tag + __GFP_BITS_SHIFT));
tag               137 lib/radix-tree.c 		if (node->tags[tag][idx])
tag               246 lib/radix-tree.c 	int tag;
tag               267 lib/radix-tree.c 		for (tag = 0; tag < RADIX_TREE_MAX_TAGS; tag++) {
tag               268 lib/radix-tree.c 			if (root_tag_get(root, tag))
tag               269 lib/radix-tree.c 				tag_set(node, tag, 0);
tag               482 lib/radix-tree.c 		if (!tag_get(slot, tag, offset))
tag               483 lib/radix-tree.c 			tag_set(slot, tag, offset);
tag               491 lib/radix-tree.c 	if (slot && !root_tag_get(root, tag))
tag               492 lib/radix-tree.c 		root_tag_set(root, tag);
tag               550 lib/radix-tree.c 		if (!tag_get(pathp->node, tag, pathp->offset))
tag               552 lib/radix-tree.c 		tag_clear(pathp->node, tag, pathp->offset);
tag               553 lib/radix-tree.c 		if (any_tag_set(pathp->node, tag))
tag               559 lib/radix-tree.c 	if (root_tag_get(root, tag))
tag               560 lib/radix-tree.c 		root_tag_clear(root, tag);
tag               587 lib/radix-tree.c 	if (!root_tag_get(root, tag))
tag               616 lib/radix-tree.c 		if (!tag_get(node, tag, offset))
tag               619 lib/radix-tree.c 			int ret = tag_get(node, tag, offset);
tag               864 lib/radix-tree.c 			if (tag_get(slot, tag, i))
tag               880 lib/radix-tree.c 				if (!tag_get(slot, tag, j))
tag               933 lib/radix-tree.c 	if (!root_tag_get(root, tag))
tag               958 lib/radix-tree.c 				cur_index, max_items - ret, &next_index, tag);
tag              1002 lib/radix-tree.c 	if (!root_tag_get(root, tag))
tag              1027 lib/radix-tree.c 				cur_index, max_items - ret, &next_index, tag);
tag              1097 lib/radix-tree.c 	int tag;
tag              1134 lib/radix-tree.c 	for (tag = 0; tag < RADIX_TREE_MAX_TAGS; tag++) {
tag              1135 lib/radix-tree.c 		if (tag_get(pathp->node, tag, pathp->offset))
tag              1136 lib/radix-tree.c 			radix_tree_tag_clear(root, index, tag);
tag              1181 lib/radix-tree.c 	return root_tag_get(root, tag);
tag               879 mm/filemap.c   				(void ***)pages, *index, nr_pages, tag);
tag              1322 mm/page-writeback.c 	ret = radix_tree_tagged(&mapping->page_tree, tag);
tag               483 mm/swap.c      	pvec->nr = find_get_pages_tag(mapping, index, tag,
tag               333 net/9p/conv.c  	rcall->tag = buf_get_int16(bufp);
tag               336 net/9p/conv.c  							rcall->id, rcall->tag);
tag               513 net/9p/conv.c  	p9_put_int16(bufp, P9_NOTAG, &fc->tag);
tag               526 net/9p/conv.c  	fc->tag = tag;
tag               527 net/9p/conv.c  	*(__le16 *) (fc->sdata + 5) = cpu_to_le16(tag);
tag               156 net/9p/fcprint.c 	int i, ret, type, tag;
tag               162 net/9p/fcprint.c 	tag = fc->tag;
tag               168 net/9p/fcprint.c 				"Tversion tag %u msize %u version '%.*s'", tag,
tag               176 net/9p/fcprint.c 				"Rversion tag %u msize %u version '%.*s'", tag,
tag               184 net/9p/fcprint.c 			"Tauth tag %u afid %d uname '%.*s' aname '%.*s'", tag,
tag               191 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Rauth tag %u qid ", tag);
tag               197 net/9p/fcprint.c 		 "Tattach tag %u fid %d afid %d uname '%.*s' aname '%.*s'", tag,
tag               205 net/9p/fcprint.c 									tag);
tag               211 net/9p/fcprint.c 				"Rerror tag %u ename '%.*s'", tag,
tag               221 net/9p/fcprint.c 			tag, fc->params.tflush.oldtag);
tag               225 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Rflush tag %u", tag);
tag               230 net/9p/fcprint.c 			"Twalk tag %u fid %d newfid %d nwname %d", tag,
tag               241 net/9p/fcprint.c 			tag, fc->params.rwalk.nwqid);
tag               249 net/9p/fcprint.c 			"Topen tag %u fid %d mode %d", tag,
tag               254 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Ropen tag %u", tag);
tag               262 net/9p/fcprint.c 			"Tcreate tag %u fid %d name '%.*s' perm ", tag,
tag               273 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Rcreate tag %u", tag);
tag               282 net/9p/fcprint.c 			"Tread tag %u fid %d offset %lld count %u", tag,
tag               290 net/9p/fcprint.c 			"Rread tag %u count %u data ", tag,
tag               299 net/9p/fcprint.c 			tag, fc->params.twrite.fid,
tag               308 net/9p/fcprint.c 			tag, fc->params.rwrite.count);
tag               313 net/9p/fcprint.c 			tag, fc->params.tclunk.fid);
tag               317 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Rclunk tag %u", tag);
tag               322 net/9p/fcprint.c 			tag, fc->params.tremove.fid);
tag               326 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Rremove tag %u", tag);
tag               331 net/9p/fcprint.c 			tag, fc->params.tstat.fid);
tag               335 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Rstat tag %u ", tag);
tag               342 net/9p/fcprint.c 			tag, fc->params.twstat.fid);
tag               348 net/9p/fcprint.c 		ret += scnprintf(buf+ret, buflen-ret, "Rwstat tag %u", tag);
tag               128 net/9p/trans_fd.c 	int tag;
tag               243 net/9p/trans_fd.c 	int tag;
tag               245 net/9p/trans_fd.c 	tag = p9_idpool_get(m->tagpool);
tag               246 net/9p/trans_fd.c 	if (tag < 0)
tag               249 net/9p/trans_fd.c 		return (u16) tag;
tag               254 net/9p/trans_fd.c 	if (tag != P9_NOTAG && p9_idpool_check(tag, m->tagpool))
tag               255 net/9p/trans_fd.c 		p9_idpool_put(tag, m->tagpool);
tag               784 net/9p/trans_fd.c 							rcall->id, rcall->tag);
tag               789 net/9p/trans_fd.c 			if (rreq->tag == rcall->tag) {
tag               812 net/9p/trans_fd.c 				  m, rcall->id, rcall->tag);
tag               890 net/9p/trans_fd.c 	req->tag = n;
tag               915 net/9p/trans_fd.c 	p9_mux_put_tag(m, req->tag);
tag               921 net/9p/trans_fd.c 	int tag;
tag               931 net/9p/trans_fd.c 	tag = freq->tcall->params.tflush.oldtag;
tag               934 net/9p/trans_fd.c 		if (rreq->tag == tag) {
tag               964 net/9p/trans_fd.c 	P9_DPRINTK(P9_DEBUG_MUX, "mux %p req %p tag %d\n", m, req, req->tag);
tag               981 net/9p/trans_fd.c 		if (rreq->tag == req->tag) {
tag               995 net/9p/trans_fd.c 	fc = p9_create_tflush(req->tag);
tag              1118 net/9p/trans_fd.c 	P9_DPRINTK(P9_DEBUG_MUX, "mux %p tc %p tag %d\n", m, tc, req->tag);
tag               152 net/9p/trans_virtio.c 	tag++;
tag               154 net/9p/trans_virtio.c 	while (tag >= c->max_tag) {
tag               181 net/9p/trans_virtio.c 	return &c->reqs[tag];
tag               244 net/9p/trans_virtio.c 		req = p9_lookup_tag(chan, rc->tag);
tag               471 net/atm/mpc.c  		__be32 tag;
tag               506 net/atm/mpc.c  	if (entry->ctrl_info.tag != 0) {
tag               507 net/atm/mpc.c  		ddprintk("mpoa: (%s) send_via_shortcut: adding tag 0x%x\n", mpc->dev->name, entry->ctrl_info.tag);
tag               508 net/atm/mpc.c  		tagged_llc_snap_hdr.tag = entry->ctrl_info.tag;
tag               654 net/atm/mpc.c  	__be32 tag;
tag               699 net/atm/mpc.c  	tag = *(__be32 *)tmp;
tag               701 net/atm/mpc.c  	eg = mpc->eg_ops->get_by_tag(tag, mpc);
tag               704 net/atm/mpc.c  		       dev->name,tag);
tag               719 net/atm/mpc.c  	skb_pull(skb, sizeof(struct llc_snap_hdr) + sizeof(tag)); /* get rid of LLC/SNAP header */
tag               349 net/atm/mpoa_caches.c 		if (entry->ctrl_info.tag == tag) {
tag              1282 net/ipv4/cipso_ipv4.c 	u8 tag_len = tag[1];
tag              1285 net/ipv4/cipso_ipv4.c 	ret_val = cipso_v4_map_lvl_ntoh(doi_def, tag[3], &level);
tag              1298 net/ipv4/cipso_ipv4.c 						    &tag[4],
tag              1378 net/ipv4/cipso_ipv4.c 	u8 tag_len = tag[1];
tag              1381 net/ipv4/cipso_ipv4.c 	ret_val = cipso_v4_map_lvl_ntoh(doi_def, tag[3], &level);
tag              1394 net/ipv4/cipso_ipv4.c 						     &tag[4],
tag              1473 net/ipv4/cipso_ipv4.c 	u8 tag_len = tag[1];
tag              1476 net/ipv4/cipso_ipv4.c 	ret_val = cipso_v4_map_lvl_ntoh(doi_def, tag[3], &level);
tag              1489 net/ipv4/cipso_ipv4.c 						    &tag[4],
tag              1545 net/ipv4/cipso_ipv4.c 	secattr->attr.secid = *(u32 *)&tag[2];
tag              1573 net/ipv4/cipso_ipv4.c 	unsigned char *tag;
tag              1596 net/ipv4/cipso_ipv4.c 	tag = opt + opt_iter;
tag              1598 net/ipv4/cipso_ipv4.c 		for (tag_iter = 0; doi_def->tags[tag_iter] != tag[0];)
tag              1605 net/ipv4/cipso_ipv4.c 		tag_len = tag[1];
tag              1611 net/ipv4/cipso_ipv4.c 		switch (tag[0]) {
tag              1627 net/ipv4/cipso_ipv4.c 							   tag[3]) < 0) {
tag              1633 net/ipv4/cipso_ipv4.c 							    &tag[4],
tag              1647 net/ipv4/cipso_ipv4.c 						   tag[3]) < 0) {
tag              1653 net/ipv4/cipso_ipv4.c 							&tag[4],
tag              1666 net/ipv4/cipso_ipv4.c 						   tag[3]) < 0) {
tag              1672 net/ipv4/cipso_ipv4.c 						       &tag[4],
tag              1696 net/ipv4/cipso_ipv4.c 		tag += tag_len;
tag               173 net/ipv4/netfilter/nf_nat_snmp_basic.c 	*tag = 0;
tag               179 net/ipv4/netfilter/nf_nat_snmp_basic.c 		*tag <<= 7;
tag               180 net/ipv4/netfilter/nf_nat_snmp_basic.c 		*tag |= ch & 0x7F;
tag               197 net/ipv4/netfilter/nf_nat_snmp_basic.c 	*tag = (ch & 0x1F);
tag               199 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (*tag == 0x1F) {
tag               200 net/ipv4/netfilter/nf_nat_snmp_basic.c 		if (!asn1_tag_decode(ctx, tag))
tag               251 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_id_decode(ctx, cls, con, tag))
tag               631 net/ipv4/netfilter/nf_nat_snmp_basic.c 	unsigned int tag;
tag               665 net/ipv4/netfilter/nf_nat_snmp_basic.c 		if (cnv->tag == tag && cnv->class == cls) {
tag               677 net/ipv4/netfilter/nf_nat_snmp_basic.c 	unsigned int cls, con, tag, len, idlen;
tag               687 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &eoc, &cls, &con, &tag))
tag               690 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_CON || tag != ASN1_SEQ)
tag               693 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               696 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_OJI)
tag               702 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) {
tag               713 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!snmp_tag_cls2syntax(tag, cls, &type)) {
tag               849 net/ipv4/netfilter/nf_nat_snmp_basic.c 	unsigned int cls, con, tag;
tag               852 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               855 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_INT)
tag               861 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               864 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_INT)
tag               870 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               873 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_INT)
tag               942 net/ipv4/netfilter/nf_nat_snmp_basic.c 	unsigned int cls, con, tag, len;
tag               945 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               948 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_OJI)
tag               954 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               957 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!((cls == ASN1_APL && con == ASN1_PRI && tag == SNMP_IPA) ||
tag               958 net/ipv4/netfilter/nf_nat_snmp_basic.c 	      (cls == ASN1_UNI && con == ASN1_PRI && tag == ASN1_OTS)))
tag               970 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               973 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_INT)
tag               979 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               982 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_INT)
tag               988 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(ctx, &end, &cls, &con, &tag))
tag               991 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!((cls == ASN1_APL && con == ASN1_PRI && tag == SNMP_TIT) ||
tag               992 net/ipv4/netfilter/nf_nat_snmp_basic.c 	      (cls == ASN1_UNI && con == ASN1_PRI && tag == ASN1_INT)))
tag              1037 net/ipv4/netfilter/nf_nat_snmp_basic.c 	unsigned int cls, con, tag, vers, pdutype;
tag              1050 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(&ctx, &eoc, &cls, &con, &tag))
tag              1052 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_CON || tag != ASN1_SEQ)
tag              1058 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(&ctx, &end, &cls, &con, &tag))
tag              1060 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_INT)
tag              1072 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode (&ctx, &end, &cls, &con, &tag))
tag              1074 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_PRI || tag != ASN1_OTS)
tag              1144 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (!asn1_header_decode(&ctx, &eoc, &cls, &con, &tag))
tag              1147 net/ipv4/netfilter/nf_nat_snmp_basic.c 	if (cls != ASN1_UNI || con != ASN1_CON || tag != ASN1_SEQ)
tag              1644 net/ipv4/route.c 		rt->u.dst.tclassid |= tag & 0xFFFF;
tag              1646 net/ipv4/route.c 		rt->u.dst.tclassid |= tag & 0xFFFF0000;
tag               648 net/iucv/af_iucv.c 		txmsg.tag = iucv->send_tag++;
tag               649 net/iucv/af_iucv.c 		memcpy(skb->cb, &txmsg.tag, 4);
tag               915 net/iucv/af_iucv.c 		txmsg.tag = 0;
tag              1125 net/iucv/af_iucv.c 			if (!memcmp(&msg->tag, list_skb->cb, 4)) {
tag               952 net/iucv/iucv.c 		msg->tag = parm->purge.ipmsgtag;
tag              1133 net/iucv/iucv.c 		parm->dpl.ipmsgtag = msg->tag;
tag              1142 net/iucv/iucv.c 		parm->db.ipmsgtag = msg->tag;
tag              1186 net/iucv/iucv.c 		parm->dpl.ipmsgtag = msg->tag;
tag              1195 net/iucv/iucv.c 		parm->db.ipmsgtag = msg->tag;
tag              1425 net/iucv/iucv.c 		msg.tag = imc->ipmsgtag;
tag               276 net/sched/cls_flow.c 	u16 uninitialized_var(tag);
tag               278 net/sched/cls_flow.c 	if (vlan_get_tag(skb, &tag) < 0)
tag               280 net/sched/cls_flow.c 	return tag & VLAN_VID_MASK;
tag               179 net/sched/em_meta.c 	unsigned short uninitialized_var(tag);
tag               180 net/sched/em_meta.c 	if (vlan_get_tag(skb, &tag) < 0)
tag               183 net/sched/em_meta.c 		dst->value = tag;
tag               222 scripts/genksyms/genksyms.c 	newnode->tag = node->tag;
tag               230 scripts/genksyms/genksyms.c 		if (a->tag != b->tag || strcmp(a->string, b->string))
tag               241 scripts/genksyms/genksyms.c 	if (list->tag != SYM_NORMAL) {
tag               242 scripts/genksyms/genksyms.c 		putc(symbol_type_name[list->tag][0], f);
tag               304 scripts/genksyms/genksyms.c 		switch (cur->tag) {
tag               313 scripts/genksyms/genksyms.c 			subsym = find_symbol(cur->string, cur->tag);
tag               329 scripts/genksyms/genksyms.c 			subsym = find_symbol(cur->string, cur->tag);
tag               334 scripts/genksyms/genksyms.c 					       symbol_type_name[cur->tag],
tag               338 scripts/genksyms/genksyms.c 				n->string = xstrdup(symbol_type_name[cur->tag]);
tag               339 scripts/genksyms/genksyms.c 				n->tag = SYM_NORMAL;
tag               345 scripts/genksyms/genksyms.c 				n->tag = SYM_NORMAL;
tag               351 scripts/genksyms/genksyms.c 				n->tag = SYM_NORMAL;
tag               355 scripts/genksyms/genksyms.c 				    add_symbol(cur->string, cur->tag, n, 0);
tag               360 scripts/genksyms/genksyms.c 						symbol_type_name[cur->tag],
tag               364 scripts/genksyms/genksyms.c 				crc = partial_crc32(symbol_type_name[cur->tag],
tag                34 scripts/genksyms/genksyms.h 	enum symbol_type tag;
tag               209 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_STRUCT; $$ = $2; }
tag               211 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_UNION; $$ = $2; }
tag               213 scripts/genksyms/parse.y 		{ remove_node($1); (*$2)->tag = SYM_ENUM; $$ = $2; }
tag               218 scripts/genksyms/parse.y 		  r = copy_node(i); r->tag = SYM_STRUCT;
tag               225 scripts/genksyms/parse.y 		  r = copy_node(i); r->tag = SYM_UNION;
tag               232 scripts/genksyms/parse.y 		  r = copy_node(i); r->tag = SYM_ENUM;
tag               255 scripts/genksyms/parse.y 	| TYPE			{ (*$1)->tag = SYM_TYPEDEF; $$ = $1; }
tag                46 scripts/kconfig/lxdialog/checklist.c 	wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr);
tag               132 scripts/kconfig/lxdialog/dialog.h 	struct dialog_color tag;
tag               167 scripts/kconfig/lxdialog/dialog.h 	char tag;
tag                49 scripts/kconfig/lxdialog/util.c 	dlg.tag.atr = A_BOLD;
tag                89 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag,                   COLOR_YELLOW, COLOR_WHITE,  true);
tag               129 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag,              COLOR_RED,    COLOR_BLACK, false);
tag               149 scripts/kconfig/lxdialog/util.c 	DLG_COLOR(tag,                 COLOR_BLUE,   COLOR_WHITE, true);
tag               209 scripts/kconfig/lxdialog/util.c 	init_one_color(&dlg.tag);
tag               581 scripts/kconfig/lxdialog/util.c 	item_cur->node.tag = tag;
tag               608 scripts/kconfig/lxdialog/util.c 	return item_cur->node.tag;
tag               654 scripts/kconfig/lxdialog/util.c 	return (item_cur->node.tag == tag);
tag               585 scripts/mod/modpost.c 	unsigned int taglen = strlen(tag);
tag               594 scripts/mod/modpost.c 		if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=')
tag               604 scripts/mod/modpost.c 	return get_next_modinfo(modinfo, modinfo_len, tag, NULL);
tag               313 security/selinux/ss/avtab.c 	       tag, h->nel, slots_used, h->nslot, max_chain_len,
tag               231 security/selinux/ss/sidtab.c 	       "chain length %d\n", tag, h->nel, slots_used, SIDTAB_SIZE,
tag               622 sound/aoa/codecs/snd-aoa-codec-onyx.c 		.tag = 0,
tag               635 sound/aoa/codecs/snd-aoa-codec-onyx.c 		.tag = 0,
tag               645 sound/aoa/codecs/snd-aoa-codec-onyx.c 		.tag = 1,
tag               657 sound/aoa/codecs/snd-aoa-codec-onyx.c 		.tag = 2,
tag               667 sound/aoa/codecs/snd-aoa-codec-onyx.c 		.tag = 2,
tag               690 sound/aoa/codecs/snd-aoa-codec-onyx.c 	switch (ti->tag) {
tag                43 sound/aoa/soundbus/soundbus.h 	int tag;
tag               392 sound/core/seq/seq_prioq.c 		if (info->tag != ev->tag)
tag                33 sound/synth/emux/emux_effect.c #define xoffsetof(type,tag)	((long)(&((type)NULL)->tag) - (long)(NULL))
tag                35 sound/synth/emux/emux_effect.c #define parm_offset(tag)	xoffsetof(struct soundfont_voice_parm *, tag)