hip              2534 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	int hip, mgp, bkp, bep, vip, vop;
hip              2557 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		hip = 0;
hip              2587 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		hip = 0;
hip              2602 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		hip = hiq ^ 3;
hip              2641 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 			usb_sndbulkpipe(priv->udev, priv->out_ep[hip]);
hip               734 drivers/pci/controller/pcie-altera.c 	struct resource *hip;
hip               742 drivers/pci/controller/pcie-altera.c 		hip = platform_get_resource_byname(pdev, IORESOURCE_MEM, "Hip");
hip               743 drivers/pci/controller/pcie-altera.c 		pcie->hip_base = devm_ioremap_resource(&pdev->dev, hip);
hip               287 drivers/scsi/lpfc/lpfc_debugfs.c 	struct lpfc_hbq_init *hip;
hip               317 drivers/scsi/lpfc/lpfc_debugfs.c 	hip =  lpfc_hbq_defs[i];
hip               320 drivers/scsi/lpfc/lpfc_debugfs.c 		hip->hbq_index, hip->profile, hip->rn,
hip               321 drivers/scsi/lpfc/lpfc_debugfs.c 		hip->buffer_count, hip->init_count, hip->add_count, posted);
hip               349 fs/hfsplus/btree.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               360 fs/hfsplus/btree.c 		hip->phys_size = inode->i_size =
hip               361 fs/hfsplus/btree.c 			(loff_t)hip->alloc_blocks <<
hip               363 fs/hfsplus/btree.c 		hip->fs_blocks =
hip               364 fs/hfsplus/btree.c 			hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift;
hip                90 fs/hfsplus/extents.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip                93 fs/hfsplus/extents.c 	WARN_ON(!mutex_is_locked(&hip->extents_lock));
hip                95 fs/hfsplus/extents.c 	hfsplus_ext_build_key(fd->search_key, inode->i_ino, hip->cached_start,
hip               100 fs/hfsplus/extents.c 	if (hip->extent_state & HFSPLUS_EXT_NEW) {
hip               107 fs/hfsplus/extents.c 		hfs_brec_insert(fd, hip->cached_extents,
hip               109 fs/hfsplus/extents.c 		hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW);
hip               113 fs/hfsplus/extents.c 		hfs_bnode_write(fd->bnode, hip->cached_extents,
hip               115 fs/hfsplus/extents.c 		hip->extent_state &= ~HFSPLUS_EXT_DIRTY;
hip               124 fs/hfsplus/extents.c 	set_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags);
hip               180 fs/hfsplus/extents.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               183 fs/hfsplus/extents.c 	WARN_ON(!mutex_is_locked(&hip->extents_lock));
hip               185 fs/hfsplus/extents.c 	if (hip->extent_state & HFSPLUS_EXT_DIRTY) {
hip               191 fs/hfsplus/extents.c 	res = __hfsplus_ext_read_extent(fd, hip->cached_extents, inode->i_ino,
hip               196 fs/hfsplus/extents.c 		hip->cached_start = be32_to_cpu(fd->key->ext.start_block);
hip               197 fs/hfsplus/extents.c 		hip->cached_blocks =
hip               198 fs/hfsplus/extents.c 			hfsplus_ext_block_count(hip->cached_extents);
hip               200 fs/hfsplus/extents.c 		hip->cached_start = hip->cached_blocks = 0;
hip               201 fs/hfsplus/extents.c 		hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW);
hip               208 fs/hfsplus/extents.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               212 fs/hfsplus/extents.c 	if (block >= hip->cached_start &&
hip               213 fs/hfsplus/extents.c 	    block < hip->cached_start + hip->cached_blocks)
hip               230 fs/hfsplus/extents.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               239 fs/hfsplus/extents.c 	if (iblock >= hip->fs_blocks) {
hip               242 fs/hfsplus/extents.c 		if (iblock > hip->fs_blocks)
hip               244 fs/hfsplus/extents.c 		if (ablock >= hip->alloc_blocks) {
hip               252 fs/hfsplus/extents.c 	if (ablock < hip->first_blocks) {
hip               253 fs/hfsplus/extents.c 		dblock = hfsplus_ext_find_block(hip->first_extents, ablock);
hip               260 fs/hfsplus/extents.c 	mutex_lock(&hip->extents_lock);
hip               267 fs/hfsplus/extents.c 	was_dirty = (hip->extent_state & HFSPLUS_EXT_DIRTY);
hip               270 fs/hfsplus/extents.c 		mutex_unlock(&hip->extents_lock);
hip               273 fs/hfsplus/extents.c 	dblock = hfsplus_ext_find_block(hip->cached_extents,
hip               274 fs/hfsplus/extents.c 					ablock - hip->cached_start);
hip               275 fs/hfsplus/extents.c 	mutex_unlock(&hip->extents_lock);
hip               288 fs/hfsplus/extents.c 		hip->phys_size += sb->s_blocksize;
hip               289 fs/hfsplus/extents.c 		hip->fs_blocks++;
hip               444 fs/hfsplus/extents.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               457 fs/hfsplus/extents.c 	mutex_lock(&hip->extents_lock);
hip               458 fs/hfsplus/extents.c 	if (hip->alloc_blocks == hip->first_blocks)
hip               459 fs/hfsplus/extents.c 		goal = hfsplus_ext_lastblock(hip->first_extents);
hip               461 fs/hfsplus/extents.c 		res = hfsplus_ext_read_extent(inode, hip->alloc_blocks);
hip               464 fs/hfsplus/extents.c 		goal = hfsplus_ext_lastblock(hip->cached_extents);
hip               467 fs/hfsplus/extents.c 	len = hip->clump_blocks;
hip               485 fs/hfsplus/extents.c 	if (hip->alloc_blocks <= hip->first_blocks) {
hip               486 fs/hfsplus/extents.c 		if (!hip->first_blocks) {
hip               489 fs/hfsplus/extents.c 			hip->first_extents[0].start_block = cpu_to_be32(start);
hip               490 fs/hfsplus/extents.c 			hip->first_extents[0].block_count = cpu_to_be32(len);
hip               494 fs/hfsplus/extents.c 			res = hfsplus_add_extent(hip->first_extents,
hip               495 fs/hfsplus/extents.c 						 hip->alloc_blocks,
hip               501 fs/hfsplus/extents.c 			hfsplus_dump_extent(hip->first_extents);
hip               502 fs/hfsplus/extents.c 			hip->first_blocks += len;
hip               505 fs/hfsplus/extents.c 		res = hfsplus_add_extent(hip->cached_extents,
hip               506 fs/hfsplus/extents.c 					 hip->alloc_blocks - hip->cached_start,
hip               509 fs/hfsplus/extents.c 			hfsplus_dump_extent(hip->cached_extents);
hip               510 fs/hfsplus/extents.c 			hip->extent_state |= HFSPLUS_EXT_DIRTY;
hip               511 fs/hfsplus/extents.c 			hip->cached_blocks += len;
hip               517 fs/hfsplus/extents.c 		hip->alloc_blocks += len;
hip               518 fs/hfsplus/extents.c 		mutex_unlock(&hip->extents_lock);
hip               522 fs/hfsplus/extents.c 	mutex_unlock(&hip->extents_lock);
hip               531 fs/hfsplus/extents.c 	memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec));
hip               532 fs/hfsplus/extents.c 	hip->cached_extents[0].start_block = cpu_to_be32(start);
hip               533 fs/hfsplus/extents.c 	hip->cached_extents[0].block_count = cpu_to_be32(len);
hip               534 fs/hfsplus/extents.c 	hfsplus_dump_extent(hip->cached_extents);
hip               535 fs/hfsplus/extents.c 	hip->extent_state |= HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW;
hip               536 fs/hfsplus/extents.c 	hip->cached_start = hip->alloc_blocks;
hip               537 fs/hfsplus/extents.c 	hip->cached_blocks = len;
hip               546 fs/hfsplus/extents.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               552 fs/hfsplus/extents.c 		inode->i_ino, (long long)hip->phys_size, inode->i_size);
hip               554 fs/hfsplus/extents.c 	if (inode->i_size > hip->phys_size) {
hip               570 fs/hfsplus/extents.c 	} else if (inode->i_size == hip->phys_size)
hip               576 fs/hfsplus/extents.c 	mutex_lock(&hip->extents_lock);
hip               578 fs/hfsplus/extents.c 	alloc_cnt = hip->alloc_blocks;
hip               584 fs/hfsplus/extents.c 		mutex_unlock(&hip->extents_lock);
hip               589 fs/hfsplus/extents.c 		if (alloc_cnt == hip->first_blocks) {
hip               591 fs/hfsplus/extents.c 			hfsplus_free_extents(sb, hip->first_extents,
hip               593 fs/hfsplus/extents.c 			hfsplus_dump_extent(hip->first_extents);
hip               594 fs/hfsplus/extents.c 			hip->first_blocks = blk_cnt;
hip               604 fs/hfsplus/extents.c 		start = hip->cached_start;
hip               605 fs/hfsplus/extents.c 		hfsplus_free_extents(sb, hip->cached_extents,
hip               607 fs/hfsplus/extents.c 		hfsplus_dump_extent(hip->cached_extents);
hip               609 fs/hfsplus/extents.c 			hip->extent_state |= HFSPLUS_EXT_DIRTY;
hip               613 fs/hfsplus/extents.c 		hip->cached_start = hip->cached_blocks = 0;
hip               614 fs/hfsplus/extents.c 		hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW);
hip               619 fs/hfsplus/extents.c 	hip->alloc_blocks = blk_cnt;
hip               621 fs/hfsplus/extents.c 	mutex_unlock(&hip->extents_lock);
hip               622 fs/hfsplus/extents.c 	hip->phys_size = inode->i_size;
hip               623 fs/hfsplus/extents.c 	hip->fs_blocks = (inode->i_size + sb->s_blocksize - 1) >>
hip               625 fs/hfsplus/extents.c 	inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits);
hip               277 fs/hfsplus/inode.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               283 fs/hfsplus/inode.c 	if (hip->userflags & HFSPLUS_FLG_NODUMP)
hip               297 fs/hfsplus/inode.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               314 fs/hfsplus/inode.c 	if (test_and_clear_bit(HFSPLUS_I_CAT_DIRTY, &hip->flags))
hip               317 fs/hfsplus/inode.c 	if (test_and_clear_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags)) {
hip               324 fs/hfsplus/inode.c 	if (test_and_clear_bit(HFSPLUS_I_ATTR_DIRTY, &hip->flags)) {
hip               336 fs/hfsplus/inode.c 	if (test_and_clear_bit(HFSPLUS_I_ALLOC_DIRTY, &hip->flags)) {
hip               373 fs/hfsplus/inode.c 	struct hfsplus_inode_info *hip;
hip               383 fs/hfsplus/inode.c 	hip = HFSPLUS_I(inode);
hip               384 fs/hfsplus/inode.c 	INIT_LIST_HEAD(&hip->open_dir_list);
hip               385 fs/hfsplus/inode.c 	spin_lock_init(&hip->open_dir_lock);
hip               386 fs/hfsplus/inode.c 	mutex_init(&hip->extents_lock);
hip               387 fs/hfsplus/inode.c 	atomic_set(&hip->opencnt, 0);
hip               388 fs/hfsplus/inode.c 	hip->extent_state = 0;
hip               389 fs/hfsplus/inode.c 	hip->flags = 0;
hip               390 fs/hfsplus/inode.c 	hip->userflags = 0;
hip               391 fs/hfsplus/inode.c 	hip->subfolders = 0;
hip               392 fs/hfsplus/inode.c 	memset(hip->first_extents, 0, sizeof(hfsplus_extent_rec));
hip               393 fs/hfsplus/inode.c 	memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec));
hip               394 fs/hfsplus/inode.c 	hip->alloc_blocks = 0;
hip               395 fs/hfsplus/inode.c 	hip->first_blocks = 0;
hip               396 fs/hfsplus/inode.c 	hip->cached_start = 0;
hip               397 fs/hfsplus/inode.c 	hip->cached_blocks = 0;
hip               398 fs/hfsplus/inode.c 	hip->phys_size = 0;
hip               399 fs/hfsplus/inode.c 	hip->fs_blocks = 0;
hip               400 fs/hfsplus/inode.c 	hip->rsrc_inode = NULL;
hip               411 fs/hfsplus/inode.c 		hip->clump_blocks = sbi->data_clump_blocks;
hip               417 fs/hfsplus/inode.c 		hip->clump_blocks = 1;
hip               453 fs/hfsplus/inode.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               457 fs/hfsplus/inode.c 	memcpy(&hip->first_extents, &fork->extents, sizeof(hfsplus_extent_rec));
hip               460 fs/hfsplus/inode.c 	hip->first_blocks = count;
hip               461 fs/hfsplus/inode.c 	memset(hip->cached_extents, 0, sizeof(hfsplus_extent_rec));
hip               462 fs/hfsplus/inode.c 	hip->cached_start = 0;
hip               463 fs/hfsplus/inode.c 	hip->cached_blocks = 0;
hip               465 fs/hfsplus/inode.c 	hip->alloc_blocks = be32_to_cpu(fork->total_blocks);
hip               466 fs/hfsplus/inode.c 	hip->phys_size = inode->i_size = be64_to_cpu(fork->total_size);
hip               467 fs/hfsplus/inode.c 	hip->fs_blocks =
hip               469 fs/hfsplus/inode.c 	inode_set_bytes(inode, hip->fs_blocks << sb->s_blocksize_bits);
hip               470 fs/hfsplus/inode.c 	hip->clump_blocks =
hip               472 fs/hfsplus/inode.c 	if (!hip->clump_blocks) {
hip               473 fs/hfsplus/inode.c 		hip->clump_blocks = HFSPLUS_IS_RSRC(inode) ?
hip                62 fs/hfsplus/ioctl.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip                69 fs/hfsplus/ioctl.c 	if (hip->userflags & HFSPLUS_FLG_NODUMP)
hip                85 fs/hfsplus/ioctl.c 	struct hfsplus_inode_info *hip = HFSPLUS_I(inode);
hip               125 fs/hfsplus/ioctl.c 		hip->userflags |= HFSPLUS_FLG_NODUMP;
hip               127 fs/hfsplus/ioctl.c 		hip->userflags &= ~HFSPLUS_FLG_NODUMP;
hip               126 fs/hfsplus/xattr.c 	struct hfsplus_inode_info *hip;
hip               177 fs/hfsplus/xattr.c 	hip = HFSPLUS_I(attr_file);
hip               184 fs/hfsplus/xattr.c 	mutex_lock(&hip->extents_lock);
hip               185 fs/hfsplus/xattr.c 	hip->clump_blocks = clump_size >> sbi->alloc_blksz_shift;
hip               186 fs/hfsplus/xattr.c 	mutex_unlock(&hip->extents_lock);
hip               188 fs/hfsplus/xattr.c 	if (sbi->free_blocks <= (hip->clump_blocks << 1)) {
hip               193 fs/hfsplus/xattr.c 	while (hip->alloc_blocks < hip->clump_blocks) {
hip               199 fs/hfsplus/xattr.c 		hip->phys_size = attr_file->i_size =
hip               200 fs/hfsplus/xattr.c 			(loff_t)hip->alloc_blocks << sbi->alloc_blksz_shift;
hip               201 fs/hfsplus/xattr.c 		hip->fs_blocks = hip->alloc_blocks << sbi->fs_shift;
hip                46 net/802/hippi.c 	struct hippi_hdr *hip = skb_push(skb, HIPPI_HLEN);
hip                58 net/802/hippi.c 	hip->fp.fixed		= htonl(0x04800018);
hip                59 net/802/hippi.c 	hip->fp.d2_size		= htonl(len + 8);
hip                60 net/802/hippi.c 	hip->le.fc		= 0;
hip                61 net/802/hippi.c 	hip->le.double_wide	= 0;	/* only HIPPI 800 for the time being */
hip                62 net/802/hippi.c 	hip->le.message_type	= 0;	/* Data PDU */
hip                64 net/802/hippi.c 	hip->le.dest_addr_type	= 2;	/* 12 bit SC address */
hip                65 net/802/hippi.c 	hip->le.src_addr_type	= 2;	/* 12 bit SC address */
hip                67 net/802/hippi.c 	memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3);
hip                68 net/802/hippi.c 	memset(&hip->le.reserved, 0, 16);
hip                70 net/802/hippi.c 	hip->snap.dsap		= HIPPI_EXTENDED_SAP;
hip                71 net/802/hippi.c 	hip->snap.ssap		= HIPPI_EXTENDED_SAP;
hip                72 net/802/hippi.c 	hip->snap.ctrl		= HIPPI_UI_CMD;
hip                73 net/802/hippi.c 	hip->snap.oui[0]	= 0x00;
hip                74 net/802/hippi.c 	hip->snap.oui[1]	= 0x00;
hip                75 net/802/hippi.c 	hip->snap.oui[2]	= 0x00;
hip                76 net/802/hippi.c 	hip->snap.ethertype	= htons(type);
hip                80 net/802/hippi.c 		memcpy(hip->le.dest_switch_addr, daddr + 3, 3);
hip                95 net/802/hippi.c 	struct hippi_hdr *hip;
hip               103 net/802/hippi.c 	hip = (struct hippi_hdr *)skb_mac_header(skb);
hip               110 net/802/hippi.c 	return hip->snap.ethertype;