Searched refs:indexp (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/nfs/filelayout/ |
D | filelayoutdev.c | 68 u8 *indexp; in nfs4_fl_alloc_deviceid_node() local 110 indexp = &stripe_indices[0]; in nfs4_fl_alloc_deviceid_node() 113 *indexp = be32_to_cpup(p++); in nfs4_fl_alloc_deviceid_node() 114 max_stripe_index = max(max_stripe_index, *indexp); in nfs4_fl_alloc_deviceid_node() 115 indexp++; in nfs4_fl_alloc_deviceid_node()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_dir2_priv.h | 60 struct xfs_dir2_leaf_entry *ents, int *indexp, 91 struct xfs_da_args *args, int *indexp,
|
D | xfs_dir2_node.c | 568 int *indexp, /* out: leaf entry index */ in xfs_dir2_leafn_lookup_for_addname() argument 711 *indexp = index; in xfs_dir2_leafn_lookup_for_addname() 723 int *indexp, /* out: leaf entry index */ in xfs_dir2_leafn_lookup_for_entry() argument 831 *indexp = index; in xfs_dir2_leafn_lookup_for_entry() 863 *indexp = index; in xfs_dir2_leafn_lookup_for_entry() 876 int *indexp, /* out: leaf entry index */ in xfs_dir2_leafn_lookup_int() argument 880 return xfs_dir2_leafn_lookup_for_addname(bp, args, indexp, in xfs_dir2_leafn_lookup_int() 882 return xfs_dir2_leafn_lookup_for_entry(bp, args, indexp, state); in xfs_dir2_leafn_lookup_int()
|
D | xfs_dir2_leaf.c | 30 int *indexp, struct xfs_buf **dbpp); 990 int *indexp, /* insertion index */ in xfs_dir3_leaf_compact_x1() argument 1005 index = *indexp; in xfs_dir3_leaf_compact_x1() 1053 *indexp = newindex; in xfs_dir3_leaf_compact_x1() 1232 int *indexp, /* out: index in leaf block */ in xfs_dir2_leaf_lookup_int() argument 1317 *indexp = index; in xfs_dir2_leaf_lookup_int()
|
/linux-4.19.296/fs/nilfs2/ |
D | btree.c | 292 __u64 key, int *indexp) in nilfs_btree_node_lookup() argument 325 *indexp = index; in nilfs_btree_node_lookup()
|