Searched refs:ic (Results 26 - 50 of 96) sorted by relevance

1234

/linux-master/fs/jffs2/
H A Derase.c209 struct jffs2_inode_cache *ic = NULL; local
220 ic = (struct jffs2_inode_cache *)(*prev);
221 prev = &ic->nodes;
243 if (!ic) {
250 jeb->offset, jeb->offset + c->sector_size, ic->ino);
257 this = ic->nodes;
272 switch (ic->class) {
275 jffs2_release_xattr_datum(c, (struct jffs2_xattr_datum *)ic);
278 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
282 if (ic
[all...]
H A Dscan.c419 * ref->ino is used to store 32bit inode-number, ic is not used
967 struct jffs2_inode_cache *ic; local
969 ic = jffs2_get_ino_cache(c, ino);
970 if (ic)
971 return ic;
976 ic = jffs2_alloc_inode_cache();
977 if (!ic) {
981 memset(ic, 0, sizeof(*ic));
983 ic
994 struct jffs2_inode_cache *ic; local
1049 struct jffs2_inode_cache *ic; local
[all...]
H A Dwbuf.c465 struct jffs2_inode_cache *ic; local
473 ic = jffs2_raw_ref_to_ic(raw);
476 if (ic && ic->class == RAWNODE_CLASS_XATTR_DATUM) {
477 struct jffs2_xattr_datum *xd = (void *)ic;
481 ic = NULL;
482 } else if (ic && ic->class == RAWNODE_CLASS_XATTR_REF) {
483 struct jffs2_xattr_datum *xr = (void *)ic;
487 ic
[all...]
H A Dnodemgmt.c496 * @ic: inode cache pointer
508 struct jffs2_inode_cache *ic)
536 new = jffs2_link_node_ref(c, jeb, ofs, len, ic);
810 struct jffs2_inode_cache *ic; local
815 ic = jffs2_raw_ref_to_ic(ref);
816 for (p = &ic->nodes; (*p) != ref; p = &((*p)->next_in_ino))
822 switch (ic->class) {
825 jffs2_release_xattr_datum(c, (struct jffs2_xattr_datum *)ic);
828 jffs2_release_xattr_ref(c, (struct jffs2_xattr_ref *)ic);
832 if (ic
506 jffs2_add_physical_node_ref(struct jffs2_sb_info *c, uint32_t ofs, uint32_t len, struct jffs2_inode_cache *ic) argument
[all...]
H A Dnodelist.h255 struct jffs2_inode_cache *ic; /* Just during part of build */ member in union:jffs2_full_dirent::__anon2407
365 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state);
378 struct jffs2_inode_cache *ic);
391 struct jffs2_inode_cache *ic);
418 int jffs2_do_crccheck_inode(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic);
H A Dsummary.c373 struct jffs2_inode_cache *ic)
381 return jffs2_link_node_ref(c, jeb, jeb->offset + ofs, len, ic);
389 struct jffs2_inode_cache *ic; local
418 ic = jffs2_scan_make_ino_cache(c, ino);
419 if (!ic) {
425 PAD(je32_to_cpu(spi->totlen)), ic);
467 ic = jffs2_scan_make_ino_cache(c, je32_to_cpu(spd->pino));
468 if (!ic) {
474 PAD(je32_to_cpu(spd->totlen)), ic);
482 jffs2_add_fd_to_list(c, fd, &ic
370 sum_link_node_ref(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t ofs, uint32_t len, struct jffs2_inode_cache *ic) argument
[all...]
/linux-master/net/rds/
H A Dib_rdma.c128 struct rds_ib_connection *ic = conn->c_transport_data; local
133 BUG_ON(list_empty(&ic->ib_node));
134 list_del(&ic->ib_node);
137 list_add_tail(&ic->ib_node, &rds_ibdev->conn_list);
141 ic->rds_ibdev = rds_ibdev;
147 struct rds_ib_connection *ic = conn->c_transport_data; local
153 BUG_ON(list_empty(&ic->ib_node));
154 list_del(&ic->ib_node);
157 list_add_tail(&ic->ib_node, &ib_nodev_conns);
161 ic
167 struct rds_ib_connection *ic, *_ic; local
557 struct rds_ib_connection *ic = NULL; local
[all...]
H A Dib_mr.h69 struct rds_ib_connection *ic; member in struct:rds_ib_mr
137 struct rds_ib_connection *ic,
/linux-master/arch/powerpc/platforms/cell/
H A Dspider-pic.c111 u32 ic; local
121 ic = 0x3;
124 ic = 0x2;
127 ic = 0x0;
131 ic = 0x1;
144 out_be32(cfg, old_mask | (ic << 24) | (0x7 << 16) |
/linux-master/include/video/
H A Dimx-ipu-v3.h383 * IPU Image Converter (ic) functions
439 int ipu_ic_task_init(struct ipu_ic *ic,
443 int ipu_ic_task_init_rsc(struct ipu_ic *ic,
448 int ipu_ic_task_graphics_init(struct ipu_ic *ic,
452 void ipu_ic_task_enable(struct ipu_ic *ic);
453 void ipu_ic_task_disable(struct ipu_ic *ic);
454 int ipu_ic_task_idma_init(struct ipu_ic *ic, struct ipuv3_channel *channel,
457 int ipu_ic_enable(struct ipu_ic *ic);
458 int ipu_ic_disable(struct ipu_ic *ic);
460 void ipu_ic_put(struct ipu_ic *ic);
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c135 const unsigned int *ic = local
144 if (ic)
145 seq_printf(m, " %dK instruction", *ic / 1024);
148 (ic? " +": ""), *dc / 1024);
253 struct device_node *cpu, *ic; local
281 ic = of_find_node_with_property(NULL, "interrupt-controller");
282 if (ic) {
284 of_node_put(ic);
/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c25 #include "imx-ic.h"
62 struct ipu_ic *ic; member in struct:prp_priv
133 if (priv->ic)
134 ipu_ic_put(priv->ic);
135 priv->ic = NULL;
153 struct ipu_ic *ic; local
157 ic = ipu_ic_get(ic_priv->ipu, task);
158 if (IS_ERR(ic)) {
160 ret = PTR_ERR(ic);
163 priv->ic
[all...]
/linux-master/arch/s390/include/uapi/asm/
H A Druntime_instr.h53 __u32 ic : 4; member in struct:runtime_instr_cb
/linux-master/arch/arm64/kernel/
H A Dhibernate-asm.S87 ic ialluis
/linux-master/arch/powerpc/include/asm/
H A Drtas-types.h109 struct { __be32 count, index; } ic; member in union:pseries_hp_errorlog::__anon25
/linux-master/drivers/mmc/core/
H A Dblock.c400 struct mmc_ioc_cmd ic; member in struct:mmc_blk_ioc_data
422 if (copy_from_user(&idata->ic, user, sizeof(idata->ic))) {
427 idata->buf_bytes = (u64) idata->ic.blksz * idata->ic.blocks;
439 idata->ic.data_ptr, idata->buf_bytes);
456 struct mmc_ioc_cmd *ic = &idata->ic; local
458 if (copy_to_user(&(ic_ptr->response), ic->response,
459 sizeof(ic
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Ddlpar.c348 hp_elog->_drc_u.ic.count =
349 be32_to_cpu(hp_elog->_drc_u.ic.count);
350 hp_elog->_drc_u.ic.index =
351 be32_to_cpu(hp_elog->_drc_u.ic.index);
477 hp_elog->_drc_u.ic.count = cpu_to_be32(count);
478 hp_elog->_drc_u.ic.index = cpu_to_be32(index);
/linux-master/fs/xfs/
H A Dxfs_itable.c408 struct xfs_inumbers_chunk *ic = data; local
411 error = ic->formatter(ic->breq, &inogrp);
415 ic->breq->startino = XFS_AGINO_TO_INO(mp, agno, irec->ir_startino) +
428 struct xfs_inumbers_chunk ic = { local
447 xfs_inumbers_walk, breq->icount, &ic);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c918 struct icmphdr _icmph, *ic; local
936 ic = skb_header_pointer(skb, offset, sizeof(_icmph), &_icmph);
937 if (ic == NULL)
941 ic->type, ntohs(icmp_id(ic)),
951 if ((ic->type != ICMP_DEST_UNREACH) &&
952 (ic->type != ICMP_SOURCE_QUENCH) &&
953 (ic->type != ICMP_TIME_EXCEEDED)) {
994 struct icmp6hdr _icmph, *ic; local
1002 ic
1585 struct icmphdr _icmph, *ic; local
1808 struct icmp6hdr _icmph, *ic; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h90 /* ic */
91 struct i2c_client *ic; member in struct:nvkm_therm
/linux-master/net/atm/
H A Dioctl.c157 struct atm_ioctl *ic = list_entry(pos, struct atm_ioctl, list); local
158 if (try_module_get(ic->owner)) {
159 error = ic->ioctl(sock, cmd, arg);
160 module_put(ic->owner);
/linux-master/arch/s390/kvm/
H A Dgaccess.c280 union ipte_control old, new, *ic; local
288 ic = kvm_s390_get_ipte_control(kvm);
290 old = READ_ONCE(*ic);
298 } while (cmpxchg(&ic->val, old.val, new.val) != old.val);
306 union ipte_control old, new, *ic; local
313 ic = kvm_s390_get_ipte_control(kvm);
315 old = READ_ONCE(*ic);
318 } while (cmpxchg(&ic->val, old.val, new.val) != old.val);
327 union ipte_control old, new, *ic; local
331 ic
348 union ipte_control old, new, *ic; local
[all...]
/linux-master/drivers/gpio/
H A Dgpio-rda.c182 struct irq_chip *ic = irq_desc_get_chip(desc); local
187 chained_irq_enter(ic, desc);
196 chained_irq_exit(ic, desc);
H A Dgpio-sprd.c192 struct irq_chip *ic = irq_desc_get_chip(desc); local
196 chained_irq_enter(ic, desc);
207 chained_irq_exit(ic, desc);
/linux-master/net/netfilter/
H A Dnf_log_syslog.c704 const struct icmp6hdr *ic; local
713 ic = skb_header_pointer(skb, ptr, sizeof(_icmp6h), &_icmp6h);
714 if (!ic) {
722 ic->icmp6_type, ic->icmp6_code);
724 switch (ic->icmp6_type) {
729 ntohs(ic->icmp6_identifier),
730 ntohs(ic->icmp6_sequence));
740 ntohl(ic->icmp6_pointer));
754 if (ic
[all...]

Completed in 416 milliseconds

1234