Home
last modified time | relevance | path

Searched refs:log_index (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dbtt.c251 debugfs_create_u32("log_index_0", S_IRUGO, d, &a->log_index[0]); in arena_debugfs_init()
252 debugfs_create_u32("log_index_1", S_IRUGO, d, &a->log_index[1]); in arena_debugfs_init()
287 int idx0 = a->log_index[0]; in btt_log_get_old()
288 int idx1 = a->log_index[1]; in btt_log_get_old()
342 old_ent, lane, log.ent[arena->log_index[0]].seq, in btt_log_read()
343 log.ent[arena->log_index[1]].seq); in btt_log_read()
351 memcpy(ent, &log.ent[arena->log_index[ret_ent]], LOG_ENT_SIZE); in btt_log_read()
365 u32 group_slot = arena->log_index[sub]; in __btt_log_write()
618 * zeroes. We skip over these log_groups for the detection of log_index. If
626 int ret, log_index[ in log_set_indices() local
716 dev_dbg(to_dev(arena), "log_index_0 = %d\\n", log_index[0]); log_set_indices() local
717 dev_dbg(to_dev(arena), "log_index_1 = %d\\n", log_index[1]); log_set_indices() local
[all...]
H A Dbtt.h82 * arena->log_index[(0, 1)] with the detected format.
164 * @log_index: Indices of the valid log entries in a log_group
197 int log_index[2]; member
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dbtt.c251 debugfs_create_u32("log_index_0", S_IRUGO, d, &a->log_index[0]); in arena_debugfs_init()
252 debugfs_create_u32("log_index_1", S_IRUGO, d, &a->log_index[1]); in arena_debugfs_init()
287 int idx0 = a->log_index[0]; in btt_log_get_old()
288 int idx1 = a->log_index[1]; in btt_log_get_old()
342 old_ent, lane, log.ent[arena->log_index[0]].seq, in btt_log_read()
343 log.ent[arena->log_index[1]].seq); in btt_log_read()
351 memcpy(ent, &log.ent[arena->log_index[ret_ent]], LOG_ENT_SIZE); in btt_log_read()
365 u32 group_slot = arena->log_index[sub]; in __btt_log_write()
618 * zeroes. We skip over these log_groups for the detection of log_index. If
626 int ret, log_index[ in log_set_indices() local
716 dev_dbg(to_dev(arena), "log_index_0 = %d\\n", log_index[0]); log_set_indices() local
717 dev_dbg(to_dev(arena), "log_index_1 = %d\\n", log_index[1]); log_set_indices() local
[all...]
H A Dbtt.h81 * arena->log_index[(0, 1)] with the detected format.
163 * @log_index: Indices of the valid log entries in a log_group
196 int log_index[2]; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_io.h86 s8 log_index; member
H A Dextent-tree.c4901 buf->log_index = root->log_transid % 2; in btrfs_init_new_buffer()
4906 if (buf->log_index == 0) in btrfs_init_new_buffer()
4915 buf->log_index = -1; in btrfs_init_new_buffer()
H A Dextent_io.c1576 switch (eb->log_index) { in set_btree_ioerr()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.h95 short log_index; member
H A Dextent-tree.c4623 buf->log_index = root->log_transid % 2; in btrfs_init_new_buffer()
4628 if (buf->log_index == 0) in btrfs_init_new_buffer()
4635 buf->log_index = -1; in btrfs_init_new_buffer()
H A Dextent_io.c3824 switch (eb->log_index) { in set_btree_ioerr()
/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c73 u8 log_index; member
/kernel/linux/linux-6.6/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c72 u8 log_index; member
/kernel/linux/linux-6.6/drivers/acpi/
H A Dpfr_telemetry.c45 enum log_index { enum
/kernel/linux/linux-5.10/include/trace/events/
H A Dbtrfs.h2050 __entry->is_log_tree = (eb->log_index >= 0);
2088 __entry->is_log_tree = (eb->log_index >= 0);
/kernel/linux/linux-6.6/include/trace/events/
H A Dbtrfs.h2332 __entry->is_log_tree = (eb->log_index >= 0);
2370 __entry->is_log_tree = (eb->log_index >= 0);

Completed in 38 milliseconds