Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfsplus/
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()
103 hfs_brec_insert(fd, hip->cached_extents, in __hfsplus_ext_write_extent()
105 hip->extent_state &= ~(HFSPLUS_EXT_DIRTY | HFSPLUS_EXT_NEW); in __hfsplus_ext_write_extent()
109 hfs_bnode_write(fd->bnode, hip->cached_extents, in __hfsplus_ext_write_extent()
111 hip->extent_state &= ~HFSPLUS_EXT_DIRTY; in __hfsplus_ext_write_extent()
120 set_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags); in __hfsplus_ext_write_extent()
176 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in __hfsplus_ext_cache_extent() local
[all …]
Dinode.c276 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_file_fsync() local
293 if (test_and_clear_bit(HFSPLUS_I_CAT_DIRTY, &hip->flags)) in hfsplus_file_fsync()
296 if (test_and_clear_bit(HFSPLUS_I_EXT_DIRTY, &hip->flags)) { in hfsplus_file_fsync()
303 if (test_and_clear_bit(HFSPLUS_I_ATTR_DIRTY, &hip->flags)) { in hfsplus_file_fsync()
315 if (test_and_clear_bit(HFSPLUS_I_ALLOC_DIRTY, &hip->flags)) { in hfsplus_file_fsync()
351 struct hfsplus_inode_info *hip; in hfsplus_new_inode() local
361 hip = HFSPLUS_I(inode); in hfsplus_new_inode()
362 INIT_LIST_HEAD(&hip->open_dir_list); in hfsplus_new_inode()
363 spin_lock_init(&hip->open_dir_lock); in hfsplus_new_inode()
364 mutex_init(&hip->extents_lock); in hfsplus_new_inode()
[all …]
Dioctl.c63 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ioctl_getflags() local
70 if (hip->userflags & HFSPLUS_FLG_NODUMP) in hfsplus_ioctl_getflags()
79 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfsplus_ioctl_setflags() local
122 hip->userflags |= HFSPLUS_FLG_NODUMP; in hfsplus_ioctl_setflags()
124 hip->userflags &= ~HFSPLUS_FLG_NODUMP; in hfsplus_ioctl_setflags()
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()
Dbtree.c358 struct hfsplus_inode_info *hip = HFSPLUS_I(inode); in hfs_bmap_alloc() local
365 hip->phys_size = inode->i_size = in hfs_bmap_alloc()
366 (loff_t)hip->alloc_blocks << in hfs_bmap_alloc()
368 hip->fs_blocks = in hfs_bmap_alloc()
369 hip->alloc_blocks << HFSPLUS_SB(tree->sb)->fs_shift; in hfs_bmap_alloc()
/Linux-v4.19/net/802/
Dhippi.c50 struct hippi_hdr *hip = skb_push(skb, HIPPI_HLEN); in hippi_header() local
62 hip->fp.fixed = htonl(0x04800018); in hippi_header()
63 hip->fp.d2_size = htonl(len + 8); in hippi_header()
64 hip->le.fc = 0; in hippi_header()
65 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */ in hippi_header()
66 hip->le.message_type = 0; /* Data PDU */ in hippi_header()
68 hip->le.dest_addr_type = 2; /* 12 bit SC address */ in hippi_header()
69 hip->le.src_addr_type = 2; /* 12 bit SC address */ in hippi_header()
71 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3); in hippi_header()
72 memset(&hip->le.reserved, 0, 16); in hippi_header()
[all …]
/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_debugfs.c287 struct lpfc_hbq_init *hip; in lpfc_debugfs_hbqinfo_data() local
317 hip = lpfc_hbq_defs[i]; in lpfc_debugfs_hbqinfo_data()
320 hip->hbq_index, hip->profile, hip->rn, in lpfc_debugfs_hbqinfo_data()
321 hip->buffer_count, hip->init_count, hip->add_count, posted); in lpfc_debugfs_hbqinfo_data()
/Linux-v4.19/fs/reiserfs/
DREADME78 hip, get with the new economic trend, before your competitors do. Send
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c2538 int hip, mgp, bkp, bep, vip, vop; in rtl8xxxu_init_queue_priority() local
2561 hip = 0; in rtl8xxxu_init_queue_priority()
2591 hip = 0; in rtl8xxxu_init_queue_priority()
2606 hip = hiq ^ 3; in rtl8xxxu_init_queue_priority()
2645 usb_sndbulkpipe(priv->udev, priv->out_ep[hip]); in rtl8xxxu_init_queue_priority()
/Linux-v4.19/
DMAINTAINERS1515 F: arch/arm/boot/dts/hip*