Searched refs:dptrs (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/lib/raid6/ |
D | algos.c | 154 void *(*const dptrs)[(65536/PAGE_SIZE)+2], const int disks) in raid6_choose_gen() 174 (*algo)->gen_syndrome(disks, PAGE_SIZE, *dptrs); in raid6_choose_gen() 198 PAGE_SIZE, *dptrs); in raid6_choose_gen() 236 void *dptrs[(65536/PAGE_SIZE)+2]; in raid6_select_algo() local 240 dptrs[i] = ((char *)raid6_gfmul) + PAGE_SIZE*i; in raid6_select_algo() 250 dptrs[disks-2] = syndromes; in raid6_select_algo() 251 dptrs[disks-1] = syndromes + PAGE_SIZE; in raid6_select_algo() 254 gen_best = raid6_choose_gen(&dptrs, disks); in raid6_select_algo()
|
/Linux-v4.19/fs/nilfs2/ |
D | direct.c | 226 __le64 *dptrs; in nilfs_direct_delete_and_convert() local 241 dptrs = nilfs_direct_dptrs(bmap); in nilfs_direct_delete_and_convert() 244 dptrs[i] = (i != key) ? in nilfs_direct_delete_and_convert() 249 dptrs[i] = NILFS_BMAP_INVALID_PTR; in nilfs_direct_delete_and_convert()
|
D | btree.c | 166 __le64 *dptrs; in nilfs_btree_node_init() local 174 dptrs = nilfs_btree_node_dptrs(node, ncmax); in nilfs_btree_node_init() 177 dptrs[i] = cpu_to_le64(ptrs[i]); in nilfs_btree_node_init() 242 __le64 *dptrs; in nilfs_btree_node_insert() local 246 dptrs = nilfs_btree_node_dptrs(node, ncmax); in nilfs_btree_node_insert() 251 memmove(dptrs + index + 1, dptrs + index, in nilfs_btree_node_insert() 252 (nchildren - index) * sizeof(*dptrs)); in nilfs_btree_node_insert() 255 dptrs[index] = cpu_to_le64(ptr); in nilfs_btree_node_insert() 267 __le64 *dptrs; in nilfs_btree_node_delete() local 271 dptrs = nilfs_btree_node_dptrs(node, ncmax); in nilfs_btree_node_delete() [all …]
|