Searched refs:irec (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dnetwork.c22 static struct irec *add_iface(struct daemon *daemon, struct irec *list, char *name, union mysockaddr *addr)
24 struct irec *iface;
66 iface = safe_malloc(sizeof(struct irec));
73 struct irec *enumerate_interfaces(struct daemon *daemon)
75 struct irec *iface = NULL;
374 struct listener *create_bound_listeners(struct irec *interfaces, int port)
378 struct irec *iface;
455 void check_servers(struct daemon *daemon, struct irec *interfaces)
458 struct irec *ifac
[all...]
H A Ddnsmasq.h206 struct irec { struct
208 struct irec *next;
449 void check_servers(struct daemon *daemon, struct irec *interfaces);
450 struct irec *enumerate_interfaces(struct daemon *daemon);
452 struct listener *create_bound_listeners(struct irec *interfaces, int port);
H A Ddnsmasq.c221 struct irec *interfaces;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_ialloc.c78 xfs_inobt_rec_incore_t *irec) /* btree record */
82 rec.inobt.ir_startino = cpu_to_be32(irec->ir_startino);
83 rec.inobt.ir_freecount = cpu_to_be32(irec->ir_freecount);
84 rec.inobt.ir_free = cpu_to_be64(irec->ir_free);
94 xfs_inobt_rec_incore_t *irec, /* btree record */
102 irec->ir_startino = be32_to_cpu(rec->inobt.ir_startino);
103 irec->ir_freecount = be32_to_cpu(rec->inobt.ir_freecount);
104 irec->ir_free = be64_to_cpu(rec->inobt.ir_free);
76 xfs_inobt_update( struct xfs_btree_cur *cur, xfs_inobt_rec_incore_t *irec) argument
92 xfs_inobt_get_rec( struct xfs_btree_cur *cur, xfs_inobt_rec_incore_t *irec, int *stat) argument
H A Dxfs_bmap_btree.c815 struct xfs_bmbt_irec irec; local
817 xfs_bmbt_disk_get_all(&rec->bmbt, &irec);
818 *l0 = irec.br_startoff;
819 *l1 = irec.br_startblock;
820 *l2 = irec.br_blockcount;
H A Dxfs_inode.c76 xfs_bmbt_irec_t irec; local
84 xfs_bmbt_get_all(&rec, &irec);
86 ASSERT(irec.br_state == XFS_EXT_NORM);
3102 xfs_ext_irec_t *erp; /* irec pointer */
3103 int erp_idx = 0; /* irec index */
3251 * erp_idx parameter contains the irec index for the target extent list
3267 int erp_idx, /* target extent irec index */
3272 xfs_ext_irec_t *erp; /* pointer to irec entry */
3277 int nlists; /* number of irec's (lists) */
3298 * list, then allocate new irec recor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h941 int flags, struct xfs_bmbt_irec *irec),
942 TP_ARGS(ip, offset, count, flags, irec),
963 __entry->startoff = irec ? irec->br_startoff : 0;
964 __entry->startblock = irec ? irec->br_startblock : 0;
965 __entry->blockcount = irec ? irec->br_blockcount : 0;
985 int flags, struct xfs_bmbt_irec *irec), \
986 TP_ARGS(ip, offset, count, flags, irec))
[all...]

Completed in 92 milliseconds