Home
last modified time | relevance | path

Searched refs:indexp (Results 1 – 7 of 7) sorted by relevance

/linux/fs/nfs/filelayout/
H A Dfilelayoutdev.c69 u8 *indexp; in nfs4_fl_alloc_deviceid_node() local
111 indexp = &stripe_indices[0]; in nfs4_fl_alloc_deviceid_node()
114 *indexp = be32_to_cpup(p++); in nfs4_fl_alloc_deviceid_node()
115 max_stripe_index = max(max_stripe_index, *indexp); in nfs4_fl_alloc_deviceid_node()
116 indexp++; in nfs4_fl_alloc_deviceid_node()
/linux/arch/powerpc/platforms/44x/
H A Duic.c231 const u32 *indexp, *dcrreg; in uic_init_one() local
241 indexp = of_get_property(node, "cell-index", &len); in uic_init_one()
242 if (!indexp || (len != sizeof(u32))) { in uic_init_one()
247 uic->index = *indexp; in uic_init_one()
/linux/net/devlink/
H A Dcore.c326 struct devlink *devlinks_xa_find_get(struct net *net, unsigned long *indexp) in devlinks_xa_find_get() argument
332 devlink = xa_find(&devlinks, indexp, ULONG_MAX, DEVLINK_REGISTERED); in devlinks_xa_find_get()
347 (*indexp)++; in devlinks_xa_find_get()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h108 struct xfs_dir2_leaf_entry *ents, int *indexp,
142 struct xfs_da_args *args, int *indexp,
/linux/sound/pci/hda/
H A Dhda_auto_parser.h48 char *label, int maxlen, int *indexp);
/linux/lib/
H A Dxarray.c2032 * @indexp: Pointer to an index. in xa_find() argument
2037 * index that is at least @indexp and no more than @max. in xa_find()
2038 * If an entry is found, @indexp is updated to be the index of the entry. in xa_find()
2046 void *xa_find(struct xarray *xa, unsigned long *indexp, in xa_find()
2049 XA_STATE(xas, xa, *indexp); in xa_find()
2062 *indexp = xas.xa_index; in xas_sibling()
2082 * @indexp: Pointer to an index. in xa_find_after() argument
2087 * index that is above @indexp and no more than @max. in xa_find_after()
2088 * If an entry is found, @indexp is updated to be the index of the entry. in xa_find_after()
2096 void *xa_find_after(struct xarray *xa, unsigned long *indexp, in xa_find_after()
[all...]
/linux/fs/nilfs2/
H A Dbtree.c292 __u64 key, int *indexp) in nilfs_btree_node_lookup() argument
325 *indexp = index; in nilfs_btree_node_lookup()