Home
last modified time | relevance | path

Searched refs:log_offset (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/md/
Draid5-cache.c857 int *offset, sector_t *log_offset) in r5l_recovery_flush_one_stripe() argument
873 sync_page_io(log->rdev, *log_offset, PAGE_SIZE, in r5l_recovery_flush_one_stripe()
881 sync_page_io(log->rdev, *log_offset, PAGE_SIZE, in r5l_recovery_flush_one_stripe()
890 r5l_ring_add(log, *log_offset, BLOCK_SECTORS), in r5l_recovery_flush_one_stripe()
901 *log_offset = r5l_ring_add(log, *log_offset, in r5l_recovery_flush_one_stripe()
957 sector_t log_offset; in r5l_recovery_flush_one_meta() local
962 log_offset = r5l_ring_add(log, ctx->pos, BLOCK_SECTORS); in r5l_recovery_flush_one_meta()
971 &offset, &log_offset)) in r5l_recovery_flush_one_meta()
/linux-4.4.14/fs/xfs/
Dxfs_log.c2242 int log_offset, in xlog_write_copy_finish() argument
2259 if (iclog->ic_size - log_offset <= sizeof(xlog_op_header_t)) { in xlog_write_copy_finish()
2366 int log_offset; in xlog_write() local
2369 &contwr, &log_offset); in xlog_write()
2373 ASSERT(log_offset <= iclog->ic_size - 1); in xlog_write()
2374 ptr = iclog->ic_datap + log_offset; in xlog_write()
2406 xlog_write_adv_cnt(&ptr, &len, &log_offset, in xlog_write()
2414 xlog_write_adv_cnt(&ptr, &len, &log_offset, in xlog_write()
2418 iclog->ic_size-log_offset, in xlog_write()
2436 xlog_write_adv_cnt(&ptr, &len, &log_offset, in xlog_write()
[all …]
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.c1754 log_offset = sizeof(u32), payload_len; in be_cmd_get_regs() local
1791 req->read_log_offset = cpu_to_le32(log_offset); in be_cmd_get_regs()
1807 log_offset += buf_size; in be_cmd_get_regs()