Home
last modified time | relevance | path

Searched full:records (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/linux/fs/xfs/
H A Dxfs_iwalk.c41 * therefore cache the inobt records in kernel memory and only call the walk
42 * function when our memory buffer is full. @nr_recs is the number of records
46 * allocated inodes, as the inobt records may be stale by the time they are
64 /* Array of inobt records we cache. */
85 /* Skip empty inobt records? */
153 /* Allocate a prefetch buffer for inobt records. */ in xfs_iwalk_alloc()
240 * Set ourselves up for walking inobt records starting from a given point in
281 * the record into our cache, and then see if there are more records. in xfs_iwalk_ag_start()
284 * records. in xfs_iwalk_ag_start()
291 * If the LE lookup at @agino yields no records, jump ahead to the in xfs_iwalk_ag_start()
[all …]
/linux/drivers/acpi/apei/
H A Dbert.c40 * Print "all" the error records in the BERT table, but avoid huge spam to
41 * the console if the BIOS included oversize records, or too many records.
42 * Skipping some records here does not lose anything because the full
63 /* No more error records. */ in bert_print_all()
74 pr_info_once("Error records from previous boot:\n"); in bert_print_all()
93 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all()
96 pr_info("Total records found: %d\n", printed + skipped); in bert_print_all()
/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h59 * This function will be called to load @nr_wanted records into the
62 * records in the btree block. Records must be returned in sort order.
63 * The function must return the number of records loaded or the usual
83 * The caller should set this to the number of records that will be
89 * Number of free records to leave in each leaf block. If the caller
104 * number of btree blocks needed to store nr_records records.
H A Dxfs_btree.h157 /* records in block/level */
161 /* records on disk. Matter for the root in inode case. */
209 * @key1 < K < @key2. To determine if two btree records are
221 * Reallocate the space for if_broot to fit the number of records.
222 * Move the records and pointers in if_broot to fit the new size. When
223 * shrinking this will eliminate holes between the records and pointers
227 * The caller must not request to add more records than would fit in
229 * we are adding records, one will be allocated. The caller must also
230 * not request that the number of records go below zero, although it
239 #define XFS_BTGEO_IROOT_RECORDS (1U << 1) /* iroot can store records */
[all …]
/linux/fs/xfs/scrub/
H A Dalloc_repair.c48 * AG. Therefore, we can recreate the free extent records in an AG by looking
49 * for gaps in the physical extents recorded in the rmapbt. These records are
51 * reflink filesystem because rmap records are allowed to overlap.
58 * The scan of the reverse mapping information records the space used by OWN_AG
60 * walking the rmapbt records, we create a second bitmap @not_allocbt_blocks to
79 * parameter in place to avoid copying records around.
82 * reservation and used to format new btree blocks. The remaining records are
111 /* Number of non-null records in @free_records. */
118 * Next block we anticipate seeing in the rmap records. If the next
222 /* Record extents that aren't in use from gaps in the rmap records. */
[all …]
H A Drmap.c55 * The furthest-reaching of the rmapbt records that we've already
56 * processed. This enables us to detect overlapping records for space
62 * The previous rmapbt record, so that we can check for two records
136 * In reverse mapping records, the file mapping extent state
139 * convert rmapbt records to keys forgot to filter out the extent state bit,
200 /* Flag failures for records that overlap but cannot. */
221 /* Overlap is only allowed if both records are data fork mappings. */ in xchk_rmapbt_check_overlapping()
235 /* Decide if two reverse-mapping records can be merged. */
264 /* Flag failures for records that could be merged. */
292 * Skip corrupt records. It is essential that we detect records in the in xchk_rmapbt_mark_bitmap()
[all …]
H A Dxfarray.c16 * Large Arrays of Fixed-Size Records
20 * large numbers of fixed-size records in memory that can be paged out. This
63 * Initialize a big memory array. Array records cannot be larger than a
67 * support that many records.
278 * the backing xfile. Returns ENODATA if we reach the end of the records.
308 * the first byte, since records cannot be larger than a page. in xfarray_find_data()
537 * Sort a small number of array records using scratchpad memory. The records
566 * Sort the records from lo to hi (inclusive) if they are all backed by the
581 /* No single folio could back this many records. */ in xfarray_foliosort()
642 * Load evenly-spaced records within the given range into memory, sort them,
[all …]
H A Drtrmap.c68 * The furthest-reaching of the rmapbt records that we've already
69 * processed. This enables us to detect overlapping records for space
75 * The previous rmapbt record, so that we can check for two records
96 /* Flag failures for records that overlap but cannot. */
117 /* Overlap is only allowed if both records are data fork mappings. */ in xchk_rtrmapbt_check_overlapping()
131 /* Decide if two reverse-mapping records can be merged. */
158 /* Flag failures for records that could be merged. */
/linux/include/uapi/linux/
H A Ddns_resolver.h60 DNS_LOOKUP_GOOD = 1, /* Good records obtained */
61 DNS_LOOKUP_GOOD_WITH_BAD = 2, /* Good records, some decoding errors */
81 * the server records. Each server records begins with a struct of type
88 __u8 nr_servers; /* Number of server records following this */
94 * records for that server. Each address record begins with a struct of type
/linux/Documentation/ABI/testing/
H A Dsysfs-edac-memory-repair33 attributes to use will be presented in related error records.
89 The HPA to use will be provided in related error records.
98 records.
106 presented in related error records.
122 nibble mask to use will be provided in related error records.
142 related error records and trace events, for eg. CXL DRAM
143 and CXL general media error records in CXL memory devices.
159 in related error records and be available to userspace
161 error records of CXL memory devices.
/linux/tools/testing/selftests/landlock/
H A Dptrace_test.c343 struct audit_records records; in TEST_F()
345 /* Makes sure there is no superfluous logged records. */ in TEST_F()
346 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
347 EXPECT_EQ(0, records.access); in TEST_F()
348 EXPECT_EQ(0, records.domain); in TEST_F()
384 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
385 EXPECT_EQ(0, records.access); in TEST_F()
387 EXPECT_EQ(1, records.domain); in TEST_F()
430 /* Makes sure there is no superfluous logged records. */ in TEST_F()
431 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
340 struct audit_records records; TEST_F() local
[all...]
H A Daudit_test.c143 * Purges log from deallocated domains. Records arrive in LIFO order in TEST_F()
297 struct audit_records records; in FIXTURE_VARIANT_ADD()
329 /* Drains any remaining records (e.g. domain allocation). */ in FIXTURE_SETUP()
330 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in FIXTURE_SETUP()
362 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
363 EXPECT_EQ(0, records.access); in TEST_F()
454 struct audit_records records;
487 /* Drains any remaining records (e.g. domain allocation). */
488 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in FIXTURE_VARIANT_ADD()
510 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in FIXTURE_SETUP()
357 struct audit_records records; TEST_F() local
544 struct audit_records records; TEST_F() local
[all...]
/linux/include/linux/
H A Dihex.h3 * Compact binary representation of ihex records. Some devices need their
16 drivers which would benefit from using separate records which are
55 /* Zero length marks end of records */ in ihex_validate_fw()
63 * run off the end while reading records... */
76 dev_err(dev, "Firmware \"%s\" not valid IHEX records\n", in request_ihex_firmware()
/linux/tools/perf/Documentation/
H A Dperf.data-file-format.txt62 struct perf_header_string strings[nr]; /* variable length records */
149 } events[nr]; /* Variable length records */
173 } cpus[nr]; /* Variable length records */
205 } nodes[nr]; /* Variable length records */
221 } [nr]; /* Variable length records */
234 } [nr]; /* Variable length records */
383 Indicates that trace contains records of PERF_RECORD_COMPRESSED2 type
384 that have perf_events records in compressed form.
424 } [nr]; /* Variable length records */
643 Describes a header feature. These are records use
[all...]
H A Dperf-iostat.txt55 357708+0 records in
56 357707+0 records out
74 357708+0 records in
75 357707+0 records out
/linux/drivers/s390/char/
H A DKconfig114 Select this option if you want to be able to receive records collected
140 prompt "API for reading z/VM monitor service records"
143 Character device driver for reading z/VM monitor service records
147 prompt "API for writing z/VM monitor service records"
150 Character device driver for writing z/VM monitor service records
/linux/Documentation/arch/s390/
H A Dmonreader.rst2 Linux API for read access to z/VM Monitor Records
15 usable from user space and allows read access to the z/VM Monitor Records
137 followed by a set of one or more contiguous monitor records (similar to the
143 last byte of data. The start address is needed to handle "end-of-frame" records
148 of the monitor control element layout. The layout of the monitor records can
156 <first set of records> |
159 <last set of records> /
192 read with 0 size is valid but subsequent records may be missing.
/linux/tools/firmware/
H A Dihex2fw.c66 fprintf(stderr, " -w: wide records (16-bit length)\n"); in usage()
67 fprintf(stderr, " -s: sort records by address\n"); in usage()
68 fprintf(stderr, " -j: include records for CS:IP/EIP address\n"); in usage()
165 fprintf(stderr, "out of memory for records\n"); in process_ihex()
238 /* These records contain the CS/IP or EIP where execution in process_ihex()
252 static struct ihex_binrec *records; variable
256 struct ihex_binrec **p = &records; in file_record()
273 struct ihex_binrec *p = records; in output_records()
/linux/drivers/usb/serial/
H A Dezusb_convert.pl5 # convert an Intel HEX file into a set of C records usable by the firmware
19 # normal records, 01 for EOF
28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/linux/Documentation/bpf/
H A Dringbuf.rst75 - variable-length records;
98 submit records of the length that's not known to verifier beforehand. It also
103 pointer directly to ring buffer memory. In a lot of cases records are larger
113 a record as discarded, and such records are supposed to be ignored by consumer
148 independent records and work with them without blocking other producers. This
180 completely lockless and independent. All records become available to consumer
181 in the order of reservations, but only after all previous records where
183 off submitted records, that were reserved later.
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst79 128+0 records in
80 128+0 records out
83 128+0 records in
84 128+0 records out
124 0+0 records in
125 0+0 records out
132 128+0 records in
133 128+0 records out
/linux/drivers/perf/
H A Darm_brbe.c220 /* Ensure all branch records are invalidated after this point */ in brbe_invalidate()
269 * between setting BANK and accessing branch records. in select_brbe_bank()
324 * generating branch records. These branch filters can be enabled,
369 * branch records.
371 * BRBCR_ELx_E0BRE - EL0 branch records
372 * BRBCR_ELx_ExBRE - EL1/EL2 branch records
375 * filters while generating branch records.
413 * or target only records. in branch_type_to_brbcr()
500 * Discard existing records to avoid a discontinuity, e.g. records in brbe_enable()
519 * controls freezing the branch records on counter overflow rather than in brbe_enable()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dkptr_xchg_inline.c40 /* BTF FUNC records are not generated for kfuncs referenced
41 * from inline assembly. These records are necessary for
43 * to ensure that BTF FUNC records are generated.
/linux/drivers/md/dm-vdo/indexer/
H A Dvolume-index.h18 * The volume index is the primary top-level index for UDS. It contains records which map a record
37 /* The number of records in the index */
39 /* The number of collision records */
41 /* The number of records removed */
158 * uds_get_volume_index_record() to look up index records instead.
/linux/lib/pldmfw/
H A Dpldmfw_private.h101 u8 records[]; member
172 * @start: byte offset of the start of the PLDM records
174 * Converts a starting offset of the PLDM records into a pointer to the first
194 * @start: byte offset of the start of the records
195 * @count: the number of records
197 * for loop macro to iterate over all of the records of a PLDM file.

12345678910>>...21