Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/lib/
Dbuild_OID_registry49 my @indices = ();
70 push @indices, $total_length;
84 print C_FILE "\t[OID_", $names[$i], "] = ", $indices[$i], ",\n"
Dradix-tree.c1869 void __rcu ***results, unsigned long *indices, in radix_tree_gang_lookup_slot() argument
1881 if (indices) in radix_tree_gang_lookup_slot()
1882 indices[ret] = iter.index; in radix_tree_gang_lookup_slot()
/linux-4.19.296/fs/befs/
Dsuper.c51 befs_sb->indices = fsrun_to_cpu(sb, disk_sb->indices); in befs_load_sb()
DKconfig8 on files and directories, and database-like indices on selected
Dbefs.h56 befs_inode_addr indices; member
Dbefs_fs_types.h139 befs_disk_inode_addr indices; member
Ddebug.c197 tmp_run = fsrun_to_cpu(sb, sup->indices); in befs_dump_super_block()
/linux-4.19.296/include/linux/
Dpagevec.h29 pgoff_t *indices);
Dpagemap.h352 pgoff_t *indices);
377 struct page **entries, pgoff_t *indices);
Dradix-tree.h328 void __rcu ***results, unsigned long *indices,
Dfb.h371 __u32 *indices; /* array of indices to tile map */ member
/linux-4.19.296/fs/
Ddax.c631 pgoff_t indices[PAGEVEC_SIZE]; in dax_layout_busy_page() local
666 indices)) { in dax_layout_busy_page()
673 index = indices[i]; in dax_layout_busy_page()
1029 pgoff_t indices[PAGEVEC_SIZE]; in dax_writeback_mapping_range() local
1056 pvec.pages, indices); in dax_writeback_mapping_range()
1062 if (indices[i] > end_index) { in dax_writeback_mapping_range()
1067 ret = dax_writeback_one(dax_dev, mapping, indices[i], in dax_writeback_mapping_range()
1074 start_index = indices[pvec.nr - 1] + 1; in dax_writeback_mapping_range()