Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dextents.c90 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in __hfsplus_ext_write_extent() local
93 WARN_ON(!mutex_is_locked(&hip->extents_lock)); in __hfsplus_ext_write_extent()
95 hfsplus_ext_build_key(fd->search_key, inode->i_ino, hip->cached_start, in __hfsplus_ext_write_extent()
100 if (hip->extent_state & HFSPLUS_EXT_NEW) { in __hfsplus_ext_write_extent()
107 hfs_brec_insert(fd, hip->cached_extents, in __hfsplus_ext_write_extent()
109 hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW); in __hfsplus_ext_write_extent()
113 hfs_bnode_write(fd->bnode, hip->cached_extents, in __hfsplus_ext_write_extent()
115 hip->extent_state &= ~HFSPLUS_EXT_DIRTY; in __hfsplus_ext_write_extent()
124 set_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags); in __hfsplus_ext_write_extent()
180 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in __hfsplus_ext_cache_extent() local
[all …]
H A Dinode.c301 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_getattr() local
305 stat->btime = hfsp_mt2ut(hip->create_date); in hfsplus_getattr()
312 if (hip->userflags & HFSPLUS_FLG_NODUMP) in hfsplus_getattr()
326 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync() local
347 if (test_and_clear_bit(HFSPLUS_I_CAT_DIRTY, &hip->flags)) in hfsplus_file_fsync()
350 if (test_and_clear_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags)) { in hfsplus_file_fsync()
357 if (test_and_clear_bit(HFSPLUS_I_ATTR_DIRTY, &hip->flags)) { in hfsplus_file_fsync()
369 if (test_and_clear_bit(HFSPLUS_I_ALLOC_DIRTY, &hip->flags)) { in hfsplus_file_fsync()
430 struct hfsplus_inode_info *hip; in hfsplus_new_inode() local
440 hip = HFSPLUS_I(inode); in hfsplus_new_inode()
[all …]
H A Dxattr.c126 struct hfsplus_inode_info *hip; in hfsplus_create_attributes_file() local
181 hip = HFSPLUS_I(attr_file); in hfsplus_create_attributes_file()
188 mutex_lock(&hip->extents_lock); in hfsplus_create_attributes_file()
189 hip->clump_blocks = clump_size >> sbi->alloc_blksz_shift; in hfsplus_create_attributes_file()
190 mutex_unlock(&hip->extents_lock); in hfsplus_create_attributes_file()
192 if (sbi->free_blocks <= (hip->clump_blocks << 1)) { in hfsplus_create_attributes_file()
197 while (hip->alloc_blocks < hip->clump_blocks) { in hfsplus_create_attributes_file()
203 hip->phys_size = attr_file->i_size = in hfsplus_create_attributes_file()
204 (loff_t)hip->alloc_blocks << sbi->alloc_blksz_shift; in hfsplus_create_attributes_file()
205 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/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/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c2587 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local
2611 hip = 0; in rtl8xxxu_init_queue_priority()
2641 hip = 0; in rtl8xxxu_init_queue_priority()
2656 hip = hiq ^ 3; in rtl8xxxu_init_queue_priority()
2708 usb_sndbulkpipe(priv->udev, priv->out_ep[hip]); in rtl8xxxu_init_queue_priority()