/linux/fs/xfs/ |
H A D | xfs_log.c | 1957 uint32_t *log_offset, in xlog_write_iovec() argument 1964 ASSERT(*log_offset < iclog->ic_log->l_iclog_size); in xlog_write_iovec() 1965 ASSERT(*log_offset % sizeof(int32_t) == 0); in xlog_write_iovec() 1968 memcpy(iclog->ic_datap + *log_offset, data, write_len); in xlog_write_iovec() 1969 *log_offset += write_len; in xlog_write_iovec() 1984 uint32_t *log_offset, in xlog_write_full() argument 1991 ASSERT(*log_offset + *len <= iclog->ic_size || in xlog_write_full() 2003 xlog_write_iovec(iclog, log_offset, reg->i_addr, in xlog_write_full() 2012 uint32_t *log_offset, in xlog_write_get_more_iclog_space() argument 2030 log_offset); in xlog_write_get_more_iclog_space() 2050 xlog_write_partial(struct xfs_log_vec * lv,struct xlog_ticket * ticket,struct xlog_in_core ** iclogp,uint32_t * log_offset,uint32_t * len,uint32_t * record_cnt,uint32_t * data_cnt) xlog_write_partial() argument 2230 int log_offset; xlog_write() local 2613 int log_offset; xlog_state_get_iclog_space() local [all...] |
/linux/drivers/md/ |
H A D | raid5-cache.c | 1804 sector_t log_offset) in r5l_recovery_load_data() argument 1813 r5l_recovery_read_page(log, ctx, sh->dev[dd_idx].page, log_offset); in r5l_recovery_load_data() 1826 sector_t log_offset) in r5l_recovery_load_parity() argument 1832 r5l_recovery_read_page(log, ctx, sh->dev[sh->pd_idx].page, log_offset); in r5l_recovery_load_parity() 1840 r5l_ring_add(log, log_offset, BLOCK_SECTORS)); in r5l_recovery_load_parity() 1971 sector_t log_offset, __le32 log_checksum) in r5l_recovery_verify_data_checksum() argument 1976 r5l_recovery_read_page(log, ctx, page, log_offset); in r5l_recovery_verify_data_checksum() 1995 sector_t log_offset = r5l_ring_add(log, ctx->pos, BLOCK_SECTORS); in r5l_recovery_verify_data_checksum_for_mb() local 2010 log, ctx, page, log_offset, in r5l_recovery_verify_data_checksum_for_mb() 2015 log, ctx, page, log_offset, in r5l_recovery_verify_data_checksum_for_mb() 2071 sector_t log_offset; r5c_recovery_analyze_meta_block() local [all...] |
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vcn.c | 132 unsigned int fw_shared_size, log_offset; in amdgpu_vcn_sw_init() local 205 log_offset = offsetof(struct amdgpu_vcn5_fw_shared, fw_log); in amdgpu_vcn_sw_init() 208 log_offset = offsetof(struct amdgpu_vcn4_fw_shared, fw_log); in amdgpu_vcn_sw_init() 211 log_offset = offsetof(struct amdgpu_fw_shared, fw_log); in amdgpu_vcn_sw_init() 240 adev->vcn.inst[i].fw_shared.log_offset = log_offset; in amdgpu_vcn_sw_init() 1220 + vcn->fw_shared.log_offset; in amdgpu_vcn_fwlog_init()
|
H A D | amdgpu_umsch_mm.h | 181 uint32_t log_offset; member
|
H A D | amdgpu_vcn.h | 293 uint32_t log_offset; member
|
/linux/fs/jbd2/ |
H A D | journal.c | 1948 unsigned long block, log_offset; /* logical */ in __jbd2_journal_erase() local 1966 log_offset = be32_to_cpu(journal->j_superblock->s_first); in __jbd2_journal_erase() 1968 for (block = log_offset; block < journal->j_total_len; block++) { in __jbd2_journal_erase()
|
/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.c | 1799 log_offset = sizeof(u32), payload_len; in be_cmd_get_fat_dump() local 1833 req->read_log_offset = cpu_to_le32(log_offset); in be_cmd_get_fat_dump() 1849 log_offset += buf_size; in be_cmd_get_fat_dump()
|