Searched refs:indexp (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_node.h82 struct xfs_da_args *args, int *indexp,
H A Dxfs_dir2_leaf.h232 extern void xfs_dir2_leaf_compact_x1(struct xfs_dabuf *bp, int *indexp,
H A Dxfs_dir2_node.c397 int *indexp, /* out: leaf entry index */
532 *indexp = index;
544 int *indexp, /* out: leaf entry index */
645 *indexp = index;
674 *indexp = index;
687 int *indexp, /* out: leaf entry index */
691 return xfs_dir2_leafn_lookup_for_addname(bp, args, indexp,
693 return xfs_dir2_leafn_lookup_for_entry(bp, args, indexp, state);
394 xfs_dir2_leafn_lookup_for_addname( xfs_dabuf_t *bp, xfs_da_args_t *args, int *indexp, xfs_da_state_t *state) argument
541 xfs_dir2_leafn_lookup_for_entry( xfs_dabuf_t *bp, xfs_da_args_t *args, int *indexp, xfs_da_state_t *state) argument
684 xfs_dir2_leafn_lookup_int( xfs_dabuf_t *bp, xfs_da_args_t *args, int *indexp, xfs_da_state_t *state) argument
H A Dxfs_dir2_leaf.c51 int *indexp, xfs_dabuf_t **dbpp);
648 int *indexp, /* insertion index */
665 index = *indexp;
728 *indexp = newindex;
1303 * Fill in indexp with the found index, and dbpp with the data buffer.
1311 int *indexp, /* out: index in leaf block */
1392 *indexp = index;
646 xfs_dir2_leaf_compact_x1( xfs_dabuf_t *bp, int *indexp, int *lowstalep, int *highstalep, int *lowlogp, int *highlogp) argument
1308 xfs_dir2_leaf_lookup_int( xfs_da_args_t *args, xfs_dabuf_t **lbpp, int *indexp, xfs_dabuf_t **dbpp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Duic.c254 const u32 *indexp, *dcrreg; local
264 indexp = of_get_property(node, "cell-index", &len);
265 if (!indexp || (len != sizeof(u32))) {
270 uic->index = *indexp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dxfrm_policy.c409 char *indexp = NULL; local
427 if (indexp)
429 indexp = *argv;
453 if (!selp && !indexp) {
457 if (selp && indexp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/
H A Dpfc.c202 struct pinmux_cfg_reg **crp, int *indexp,
221 *indexp = n;
201 get_config_reg(struct pinmux_info *gpioc, pinmux_enum_t enum_id, struct pinmux_cfg_reg **crp, int *indexp, unsigned long **cntp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dbtree.c302 __u64 key, int *indexp)
335 *indexp = index;
301 nilfs_btree_node_lookup(const struct nilfs_btree_node *node, __u64 key, int *indexp) argument

Completed in 303 milliseconds