Searched refs:hip (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/hfsplus/
H A Dextents.c90 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
93 WARN_ON(!mutex_is_locked(&hip->extents_lock));
95 hfsplus_ext_build_key(fd->search_key, inode->i_ino, hip->cached_start,
100 if (hip->extent_state & HFSPLUS_EXT_NEW) {
107 hfs_brec_insert(fd, hip->cached_extents,
109 hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW);
113 hfs_bnode_write(fd->bnode, hip->cached_extents,
115 hip->extent_state &= ~HFSPLUS_EXT_DIRTY;
124 set_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags);
180 struct hfsplus_inode_info *hip local
208 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
230 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
444 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
546 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
[all...]
H A Dinode.c280 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
284 stat->btime = hfsp_mt2ut(hip->create_date);
291 if (hip->userflags & HFSPLUS_FLG_NODUMP)
305 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
322 if (test_and_clear_bit(HFSPLUS_I_CAT_DIRTY, &hip->flags))
325 if (test_and_clear_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags)) {
332 if (test_and_clear_bit(HFSPLUS_I_ATTR_DIRTY, &hip->flags)) {
344 if (test_and_clear_bit(HFSPLUS_I_ALLOC_DIRTY, &hip->flags)) {
383 struct hfsplus_inode_info *hip; local
393 hip
463 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
661 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
680 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
[all...]
H A Dxattr.c126 struct hfsplus_inode_info *hip; local
177 hip = HFSPLUS_I(attr_file);
184 mutex_lock(&hip->extents_lock);
185 hip->clump_blocks = clump_size >> sbi->alloc_blksz_shift;
186 mutex_unlock(&hip->extents_lock);
188 if (sbi->free_blocks <= (hip->clump_blocks << 1)) {
193 while (hip->alloc_blocks < hip->clump_blocks) {
199 hip->phys_size = attr_file->i_size =
200 (loff_t)hip
[all...]
H A Dbtree.c350 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); local
361 hip->phys_size = inode->i_size =
362 (loff_t)hip->alloc_blocks <<
364 hip->fs_blocks =
365 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift;
/linux-master/net/802/
H A Dhippi.c46 struct hippi_hdr *hip = skb_push(skb, HIPPI_HLEN); local
58 hip->fp.fixed = htonl(0x04800018);
59 hip->fp.d2_size = htonl(len + 8);
60 hip->le.fc = 0;
61 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */
62 hip->le.message_type = 0; /* Data PDU */
64 hip->le.dest_addr_type = 2; /* 12 bit SC address */
65 hip->le.src_addr_type = 2; /* 12 bit SC address */
67 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3);
68 memset_startat(&hip
95 struct hippi_hdr *hip; local
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c285 struct lpfc_hbq_init *hip; local
315 hip = lpfc_hbq_defs[i];
318 hip->hbq_index, hip->profile, hip->rn,
319 hip->buffer_count, hip->init_count, hip->add_count, posted);
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c2612 int hip, mgp, bkp, bep, vip, vop; local
2636 hip = 0;
2666 hip = 0;
2681 hip = hiq ^ 3;
2733 usb_sndbulkpipe(priv->udev, priv->out_ep[hip]);

Completed in 232 milliseconds