Searched refs:log_offset (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_log.c | 1976 uint32_t *log_offset, in xlog_write_iovec() argument 1983 ASSERT(*log_offset < iclog->ic_log->l_iclog_size); in xlog_write_iovec() 1984 ASSERT(*log_offset % sizeof(int32_t) == 0); in xlog_write_iovec() 1987 memcpy(iclog->ic_datap + *log_offset, data, write_len); in xlog_write_iovec() 1988 *log_offset += write_len; in xlog_write_iovec() 2003 uint32_t *log_offset, in xlog_write_full() argument 2010 ASSERT(*log_offset + *len <= iclog->ic_size || in xlog_write_full() 2022 xlog_write_iovec(iclog, log_offset, reg->i_addr, in xlog_write_full() 2031 uint32_t *log_offset, in xlog_write_get_more_iclog_space() argument 2049 log_offset); in xlog_write_get_more_iclog_space() [all …]
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vcn.c | 124 unsigned int fw_shared_size, log_offset; in amdgpu_vcn_sw_init() local 196 log_offset = offsetof(struct amdgpu_vcn5_fw_shared, fw_log); in amdgpu_vcn_sw_init() 199 log_offset = offsetof(struct amdgpu_vcn4_fw_shared, fw_log); in amdgpu_vcn_sw_init() 202 log_offset = offsetof(struct amdgpu_fw_shared, fw_log); in amdgpu_vcn_sw_init() 235 adev->vcn.inst[i].fw_shared.log_offset = log_offset; in amdgpu_vcn_sw_init() 1188 + 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 | 288 uint32_t log_offset; member
|
/linux/fs/jbd2/ |
H A D | journal.c | 1941 unsigned long block, log_offset; /* logical */ in __jbd2_journal_erase() local 1959 log_offset = be32_to_cpu(journal->j_superblock->s_first); in __jbd2_journal_erase() 1961 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()
|