Searched refs:ci (Results 76 - 100 of 279) sorted by relevance

1234567891011>>

/linux-master/fs/ceph/
H A Dfile.c203 struct ceph_inode_info *ci = ceph_inode(inode); local
205 ceph_inode_to_fs_client(&ci->netfs.inode)->mount_options;
235 ceph_get_fmode(ci, fmode, 1);
242 if ((file->f_mode & FMODE_WRITE) && ceph_has_inline_data(ci)) {
252 ceph_put_fmode(ci, fi->fmode, 1);
255 wake_up_all(&ci->i_cap_wq);
304 struct ceph_inode_info *ci = ceph_inode(inode); local
308 spin_lock(&ci->i_ceph_lock);
309 __ceph_touch_fmode(ci, mdsc, fmode);
310 wanted = __ceph_caps_file_wanted(ci);
361 struct ceph_inode_info *ci = ceph_inode(inode); local
478 struct ceph_inode_info *ci = ceph_inode(dir); local
527 struct ceph_inode_info *ci = ceph_inode(dir); local
547 struct ceph_inode_info *ci = ceph_inode(inode); local
636 struct ceph_inode_info *ci = ceph_inode(dir); local
938 struct ceph_inode_info *ci = ceph_inode(inode); local
990 struct ceph_inode_info *ci = ceph_inode(inode); local
1229 struct ceph_inode_info *ci = ceph_inode(inode); local
1360 struct ceph_inode_info *ci = ceph_inode(inode); local
1426 struct ceph_inode_info *ci = ceph_inode(inode); local
1654 struct ceph_inode_info *ci = ceph_inode(inode); local
2054 struct ceph_inode_info *ci = ceph_inode(inode); local
2209 struct ceph_inode_info *ci = ceph_inode(inode); local
2276 struct ceph_inode_info *ci = ceph_inode(inode); local
2512 struct ceph_inode_info *ci = ceph_inode(inode); local
2554 struct ceph_inode_info *ci = ceph_inode(inode); local
2602 struct ceph_inode_info *ci = ceph_inode(inode); local
[all...]
/linux-master/arch/microblaze/include/asm/
H A Dcpuinfo.h93 void set_cpuinfo_static(struct cpuinfo *ci, struct device_node *cpu);
94 void set_cpuinfo_pvr_full(struct cpuinfo *ci, struct device_node *cpu);
/linux-master/net/bluetooth/cmtp/
H A Dcmtp.h58 struct cmtp_conninfo __user *ci; member in struct:cmtp_connlist_req
64 int cmtp_get_conninfo(struct cmtp_conninfo *ci);
H A Dsock.c71 struct cmtp_conninfo ci; local
126 if (copy_from_user(&ci, argp, sizeof(ci)))
129 err = cmtp_get_conninfo(&ci);
130 if (!err && copy_to_user(argp, &ci, sizeof(ci)))
157 cl.ci = compat_ptr(uci);
/linux-master/drivers/media/pci/ttpci/
H A DMakefile9 obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dphy-ctxt.h123 * @ci: channel info
133 struct iwl_fw_channel_info ci; member in struct:iwl_phy_context_cmd_v1
143 * @ci: channel info
155 struct iwl_fw_channel_info ci; member in struct:iwl_phy_context_cmd
/linux-master/drivers/accel/habanalabs/common/
H A Dirq.c27 * hl_cq_inc_ptr - increment ci or pi of cq
29 * @ptr: the current ci or pi value of the completion queue
43 * hl_eq_inc_ptr - increment ci of eq
45 * @ptr: the current ci value of the event queue
88 atomic_inc(&queue->ci);
116 atomic_inc(&queue->ci);
149 cq_entry = (struct hl_cq_entry *) &cq_base[cq->ci];
188 cq->ci = hl_cq_inc_ptr(cq->ci);
510 cur_eqe = le32_to_cpu(eq_base[eq->ci]
[all...]
/linux-master/fs/ubifs/
H A Dorphan.c922 struct check_info *ci = priv; local
927 if (inum != ci->last_ino) {
932 ci->last_ino = inum;
933 ci->tot_inos += 1;
934 err = ubifs_tnc_read_node(c, zbr, ci->node);
939 if (ci->node->nlink == 0)
941 if (!dbg_find_check_orphan(&ci->root, inum) &&
945 ci->missing += 1;
948 ci->leaf_cnt += 1;
952 static int dbg_read_orphans(struct check_info *ci, struc argument
975 dbg_scan_orphans(struct ubifs_info *c, struct check_info *ci) argument
1011 struct check_info ci; local
[all...]
/linux-master/net/bluetooth/hidp/
H A Dsock.c55 struct hidp_conninfo ci; local
113 if (copy_from_user(&ci, argp, sizeof(ci)))
116 err = hidp_get_conninfo(&ci);
117 if (!err && copy_to_user(argp, &ci, sizeof(ci)))
161 cl.ci = compat_ptr(uci);
/linux-master/net/bluetooth/bnep/
H A Dsock.c58 struct bnep_conninfo ci; local
115 if (copy_from_user(&ci, argp, sizeof(ci)))
118 err = bnep_get_conninfo(&ci);
119 if (!err && copy_to_user(argp, &ci, sizeof(ci)))
155 cl.ci = compat_ptr(uci);
H A Dcore.c675 static void __bnep_copy_ci(struct bnep_conninfo *ci, struct bnep_session *s) argument
679 memset(ci, 0, sizeof(*ci));
680 memcpy(ci->dst, s->eh.h_source, ETH_ALEN);
681 strcpy(ci->device, s->dev->name);
682 ci->flags = s->flags & valid_flags;
683 ci->state = s->state;
684 ci->role = s->role;
695 struct bnep_conninfo ci; local
697 __bnep_copy_ci(&ci,
715 bnep_get_conninfo(struct bnep_conninfo *ci) argument
[all...]
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Danysee.c1155 static int anysee_ci_read_attribute_mem(struct dvb_ca_en50221 *ci, int slot, argument
1158 struct dvb_usb_device *d = ci->data;
1170 static int anysee_ci_write_attribute_mem(struct dvb_ca_en50221 *ci, int slot, argument
1173 struct dvb_usb_device *d = ci->data;
1179 static int anysee_ci_read_cam_control(struct dvb_ca_en50221 *ci, int slot, argument
1182 struct dvb_usb_device *d = ci->data;
1194 static int anysee_ci_write_cam_control(struct dvb_ca_en50221 *ci, int slot, argument
1197 struct dvb_usb_device *d = ci->data;
1203 static int anysee_ci_slot_reset(struct dvb_ca_en50221 *ci, int slot) argument
1205 struct dvb_usb_device *d = ci
1224 anysee_ci_slot_shutdown(struct dvb_ca_en50221 *ci, int slot) argument
1242 anysee_ci_slot_ts_enable(struct dvb_ca_en50221 *ci, int slot) argument
1249 anysee_ci_poll_slot_status(struct dvb_ca_en50221 *ci, int slot, int open) argument
[all...]
H A Danysee.h51 struct dvb_ca_en50221 ci; member in struct:anysee_state
/linux-master/arch/s390/kernel/
H A Dperf_event.c154 struct cpumf_ctr_info ci; local
156 memset(&ci, 0, sizeof(ci));
157 if (qctri(&ci))
161 "authorization=%04x\n", ci.cfvn, ci.csvn, ci.auth_ctl);
/linux-master/drivers/md/
H A Ddm.c614 static struct bio *alloc_tio(struct clone_info *ci, struct dm_target *ti, argument
617 struct mapped_device *md = ci->io->md;
621 if (!ci->io->tio.io) {
622 /* the dm_target_io embedded in ci->io is available */
623 tio = &ci->io->tio;
627 clone = bio_alloc_clone(NULL, ci->bio, gfp_mask,
640 tio->io = ci->io;
1477 static void setup_split_accounting(struct clone_info *ci, unsigned int len) argument
1479 struct dm_io *io = ci->io;
1481 if (ci
1492 alloc_multiple_bios(struct bio_list *blist, struct clone_info *ci, struct dm_target *ti, unsigned int num_bios, unsigned *len, gfp_t gfp_flag) argument
1522 __send_duplicate_bios(struct clone_info *ci, struct dm_target *ti, unsigned int num_bios, unsigned int *len, gfp_t gfp_flag) argument
1552 __send_empty_flush(struct clone_info *ci) argument
1591 __send_abnormal_io(struct clone_info *ci, struct dm_target *ti, unsigned int num_bios, unsigned int max_granularity, unsigned int max_sectors) argument
1630 __process_abnormal_io(struct clone_info *ci, struct dm_target *ti) argument
1720 __split_and_process_bio(struct clone_info *ci) argument
1760 init_clone_info(struct clone_info *ci, struct dm_io *io, struct dm_table *map, struct bio *bio, bool is_abnormal) argument
1783 struct clone_info ci; local
[all...]
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_tegra.c24 #include "ci.h"
153 static int tegra_usb_notify_event(struct ci_hdrc *ci, unsigned int event) argument
155 struct tegra_usb *usb = dev_get_drvdata(ci->dev->parent);
160 if (ci->hcd) {
161 ehci = hcd_to_ehci(ci->hcd);
235 static int tegra_ehci_hub_control(struct ci_hdrc *ci, u16 typeReq, u16 wValue, argument
239 struct tegra_usb *usb = dev_get_drvdata(ci->dev->parent);
240 struct ehci_hcd *ehci = hcd_to_ehci(ci->hcd);
260 static void tegra_usb_enter_lpm(struct ci_hdrc *ci, bool enable) argument
272 usb_phy_set_suspend(ci
[all...]
/linux-master/drivers/firewire/
H A Dcore-device.c36 void fw_csr_iterator_init(struct fw_csr_iterator *ci, const u32 *p) argument
38 ci->p = p + 1;
39 ci->end = ci->p + (p[0] >> 16);
43 int fw_csr_iterator_next(struct fw_csr_iterator *ci, int *key, int *value) argument
45 *key = *ci->p >> 24;
46 *value = *ci->p & 0xffffff;
48 return ci->p++ < ci->end;
54 struct fw_csr_iterator ci; local
70 struct fw_csr_iterator ci; local
139 struct fw_csr_iterator ci; local
287 struct fw_csr_iterator ci; local
500 struct fw_csr_iterator ci; local
524 struct fw_csr_iterator ci; local
768 struct fw_csr_iterator ci; local
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c95 const struct inf_cinfo *ci; member in struct:inf_hw
392 switch (hw->ci->typ) {
436 switch (hw->ci->typ) {
489 switch (hw->ci->typ) {
597 if (!hw->ci->irqfunc)
599 ret = request_irq(hw->irq, hw->ci->irqfunc, IRQF_SHARED, hw->name, hw);
657 if (hw->ci->cfg_mode) {
658 hw->cfg.start = pci_resource_start(hw->pdev, hw->ci->cfg_bar);
659 hw->cfg.size = pci_resource_len(hw->pdev, hw->ci->cfg_bar);
660 if (hw->ci
1060 const struct inf_cinfo *ci = inf_card_info; local
[all...]
/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c286 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
317 switch (ci->devid) {
433 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
443 switch (ci->devid) {
475 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
481 t_ref = ci->t_ref;
482 min_temp_x10 = ci->min_temp_x10;
502 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
524 t_ref = ci->t_ref;
525 if (ci
616 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
660 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
753 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
1192 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
1393 const struct yas5xx_chip_info *ci; local
1547 const struct yas5xx_chip_info *ci = yas5xx->chip_info; local
[all...]
/linux-master/include/linux/mlx5/
H A Dcq.h157 u32 ci; local
160 ci = cons_index & 0xffffff;
162 *cq->arm_db = cpu_to_be32(sn << 28 | cmd | ci);
169 doorbell[0] = cpu_to_be32(sn << 28 | cmd | ci);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.h86 void brcmf_chip_set_passive(struct brcmf_chip *ci);
87 bool brcmf_chip_set_active(struct brcmf_chip *ci, u32 rstvec);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.h36 #define amdgpu_display_add_connector(adev, ci, sd, ct, ib, coi, h, r) (adev)->mode_info.funcs->add_connector((adev), (ci), (sd), (ct), (ib), (coi), (h), (r))
/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma-mdio.c133 struct bcma_chipinfo *ci = &bgmac->bcma.core->bus->chipinfo; local
140 if (ci->id == BCMA_CHIP_ID_BCM5356) {
150 if ((ci->id == BCMA_CHIP_ID_BCM5357 && ci->pkg != 10) ||
151 (ci->id == BCMA_CHIP_ID_BCM4749 && ci->pkg != 10) ||
152 (ci->id == BCMA_CHIP_ID_BCM53572 && ci->pkg != 9)) {
/linux-master/arch/arm64/kernel/
H A Dpci.c110 static int pci_acpi_root_prepare_resources(struct acpi_pci_root_info *ci) argument
115 status = acpi_pci_probe_root_resources(ci);
116 resource_list_for_each_entry_safe(entry, tmp, &ci->resources) {
164 static void pci_acpi_generic_release_info(struct acpi_pci_root_info *ci) argument
168 ri = container_of(ci, struct acpi_pci_generic_root_info, common);
170 kfree(ci->ops);
/linux-master/fs/nilfs2/
H A Dcpfile.c525 struct nilfs_cpinfo *ci)
527 ci->ci_flags = le32_to_cpu(cp->cp_flags);
528 ci->ci_cno = le64_to_cpu(cp->cp_cno);
529 ci->ci_create = le64_to_cpu(cp->cp_create);
530 ci->ci_nblk_inc = le64_to_cpu(cp->cp_nblk_inc);
531 ci->ci_inodes_count = le64_to_cpu(cp->cp_inodes_count);
532 ci->ci_blocks_count = le64_to_cpu(cp->cp_blocks_count);
533 ci->ci_next = le64_to_cpu(cp->cp_snapshot_list.ssl_next);
541 struct nilfs_cpinfo *ci = buf; local
568 ci);
523 nilfs_cpfile_checkpoint_to_cpinfo(struct inode *cpfile, struct nilfs_checkpoint *cp, struct nilfs_cpinfo *ci) argument
595 struct nilfs_cpinfo *ci = buf; local
713 struct nilfs_cpinfo ci; local
[all...]

Completed in 275 milliseconds

1234567891011>>