Searched refs:dptrs (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/lib/raid6/ |
D | algos.c | 132 void *(*const dptrs)[(65536/PAGE_SIZE)+2], const int disks) in raid6_choose_gen() 152 (*algo)->gen_syndrome(disks, PAGE_SIZE, *dptrs); in raid6_choose_gen() 176 PAGE_SIZE, *dptrs); in raid6_choose_gen() 214 void *dptrs[(65536/PAGE_SIZE)+2]; in raid6_select_algo() local 218 dptrs[i] = ((char *)raid6_gfmul) + PAGE_SIZE*i; in raid6_select_algo() 228 dptrs[disks-2] = syndromes; in raid6_select_algo() 229 dptrs[disks-1] = syndromes + PAGE_SIZE; in raid6_select_algo() 232 gen_best = raid6_choose_gen(&dptrs, disks); in raid6_select_algo()
|
/linux-4.4.14/fs/nilfs2/ |
D | direct.c | 238 __le64 *dptrs; in nilfs_direct_delete_and_convert() local 253 dptrs = nilfs_direct_dptrs(bmap); in nilfs_direct_delete_and_convert() 256 dptrs[i] = (i != key) ? in nilfs_direct_delete_and_convert() 261 dptrs[i] = NILFS_BMAP_INVALID_PTR; in nilfs_direct_delete_and_convert()
|
D | btree.c | 179 __le64 *dptrs; in nilfs_btree_node_init() local 187 dptrs = nilfs_btree_node_dptrs(node, ncmax); in nilfs_btree_node_init() 190 dptrs[i] = cpu_to_le64(ptrs[i]); in nilfs_btree_node_init() 255 __le64 *dptrs; in nilfs_btree_node_insert() local 259 dptrs = nilfs_btree_node_dptrs(node, ncmax); in nilfs_btree_node_insert() 264 memmove(dptrs + index + 1, dptrs + index, in nilfs_btree_node_insert() 265 (nchildren - index) * sizeof(*dptrs)); in nilfs_btree_node_insert() 268 dptrs[index] = cpu_to_le64(ptr); in nilfs_btree_node_insert() 280 __le64 *dptrs; in nilfs_btree_node_delete() local 284 dptrs = nilfs_btree_node_dptrs(node, ncmax); in nilfs_btree_node_delete() [all …]
|