Home
last modified time | relevance | path

Searched refs:hip (Results 1 – 8 of 8) sorted by relevance

/linux/fs/hfsplus/
H A Dextents.c197 hip->cached_blocks = in __hfsplus_ext_cache_extent()
200 hip->cached_start = hip->cached_blocks = 0; in __hfsplus_ext_cache_extent()
213 block < hip->cached_start + hip->cached_blocks) in hfsplus_ext_read_extent()
289 hip->fs_blocks++; in hfsplus_get_block()
459 if (hip->alloc_blocks == hip->first_blocks) in hfsplus_file_extend()
468 len = hip->clump_blocks; in hfsplus_file_extend()
486 if (hip->alloc_blocks <= hip->first_blocks) { in hfsplus_file_extend()
496 hip->alloc_blocks, in hfsplus_file_extend()
507 hip->alloc_blocks - hip->cached_start, in hfsplus_file_extend()
537 hip->cached_start = hip->alloc_blocks; in hfsplus_file_extend()
[all …]
H A Dinode.c397 hip->extent_state = 0; in hfsplus_new_inode()
398 hip->flags = 0; in hfsplus_new_inode()
399 hip->userflags = 0; in hfsplus_new_inode()
400 hip->subfolders = 0; in hfsplus_new_inode()
403 hip->alloc_blocks = 0; in hfsplus_new_inode()
404 hip->first_blocks = 0; in hfsplus_new_inode()
405 hip->cached_start = 0; in hfsplus_new_inode()
407 hip->phys_size = 0; in hfsplus_new_inode()
408 hip->fs_blocks = 0; in hfsplus_new_inode()
476 hip->fs_blocks = in hfsplus_inode_read_fork()
[all …]
H A Dxattr.c126 struct hfsplus_inode_info *hip; in hfsplus_create_attributes_file() local
177 hip = HFSPLUS_I(attr_file); in hfsplus_create_attributes_file()
184 mutex_lock(&hip->extents_lock); in hfsplus_create_attributes_file()
185 hip->clump_blocks = clump_size >> sbi->alloc_blksz_shift; in hfsplus_create_attributes_file()
186 mutex_unlock(&hip->extents_lock); in hfsplus_create_attributes_file()
188 if (sbi->free_blocks <= (hip->clump_blocks << 1)) { in hfsplus_create_attributes_file()
193 while (hip->alloc_blocks < hip->clump_blocks) { in hfsplus_create_attributes_file()
199 hip->phys_size = attr_file->i_size = in hfsplus_create_attributes_file()
200 (loff_t)hip->alloc_blocks << sbi->alloc_blksz_shift; in hfsplus_create_attributes_file()
201 hip->fs_blocks = hip->alloc_blocks << sbi->fs_shift; in hfsplus_create_attributes_file()
H A Dbtree.c350 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfs_bmap_reserve() local
361 hip->phys_size = inode->i_size = in hfs_bmap_reserve()
362 (loff_t)hip->alloc_blocks << in hfs_bmap_reserve()
364 hip->fs_blocks = in hfs_bmap_reserve()
365 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift; in hfs_bmap_reserve()
/linux/net/802/
H A Dhippi.c58 hip->fp.fixed = htonl(0x04800018); in hippi_header()
59 hip->fp.d2_size = htonl(len + 8); in hippi_header()
60 hip->le.fc = 0; in hippi_header()
70 hip->snap.dsap = HIPPI_EXTENDED_SAP; in hippi_header()
72 hip->snap.ctrl = HIPPI_UI_CMD; in hippi_header()
73 hip->snap.oui[0] = 0x00; in hippi_header()
74 hip->snap.oui[1] = 0x00; in hippi_header()
75 hip->snap.oui[2] = 0x00; in hippi_header()
76 hip->snap.ethertype = htons(type); in hippi_header()
95 struct hippi_hdr *hip; in hippi_type_trans() local
[all …]
/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c285 struct lpfc_hbq_init *hip; in lpfc_debugfs_hbqinfo_data() local
315 hip = lpfc_hbq_defs[i]; in lpfc_debugfs_hbqinfo_data()
318 hip->hbq_index, hip->profile, hip->rn, in lpfc_debugfs_hbqinfo_data()
319 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data()
/linux/fs/reiserfs/
H A DREADME78 hip, get with the new economic trend, before your competitors do. Send
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c2567 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local
2591 hip = 0; in rtl8xxxu_init_queue_priority()
2621 hip = 0; in rtl8xxxu_init_queue_priority()
2636 hip = hiq ^ 3; in rtl8xxxu_init_queue_priority()
2688 usb_sndbulkpipe(priv->udev, priv->out_ep[hip]); in rtl8xxxu_init_queue_priority()