Searched refs:log_index (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | btt.c | 251 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() 626 int ret, log_index[2] = {-1, -1}; in log_set_indices() local 644 (j == log_index[0])) in log_set_indices() [all …]
|
| H A D | btt.h | 197 int log_index[2]; member
|
| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_mem.cpp | 140 RK_U32 log_index; member in MppMemService 206 log_index(0), in MppMemService() 570 log->index = log_index++; in add_log()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | extent_io.h | 95 short log_index; member
|
| H A D | extent-tree.c | 4611 buf->log_index = root->log_transid % 2; in btrfs_init_new_buffer() 4616 if (buf->log_index == 0) in btrfs_init_new_buffer() 4623 buf->log_index = -1; in btrfs_init_new_buffer()
|
| H A D | extent_io.c | 3824 switch (eb->log_index) { in set_btree_ioerr()
|
| /OK3568_Linux_fs/kernel/drivers/platform/chrome/wilco_ec/ |
| H A D | telemetry.c | 73 u8 log_index; member
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 2050 __entry->is_log_tree = (eb->log_index >= 0); 2088 __entry->is_log_tree = (eb->log_index >= 0);
|