Searched refs:ic_header (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_log.c | 588 !iclog->ic_header.h_tail_lsn) { in xlog_state_release_iclog() 590 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn); in xlog_state_release_iclog() 1619 head = &iclog->ic_header; in xlog_alloc_log() 1771 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data() 1777 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data() 2066 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync() 2071 bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync() 2075 xlog_split_iclog(log, &iclog->ic_header, bno, count); in xlog_sync() 2078 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync() [all...] |
H A D | xfs_log_priv.h | 202 #define ic_header ic_data->hic_header macro
|
H A D | xfs_log_cil.c | 784 xfs_lsn_t lsn = be64_to_cpu(iclog->ic_header.h_lsn); in xlog_cil_set_ctx_write_state() 1297 plsn = be64_to_cpu(ctx->commit_iclog->ic_prev->ic_header.h_lsn); in xlog_cil_push_work()
|
H A D | xfs_trace.h | 4317 __entry->lsn = be64_to_cpu(iclog->ic_header.h_lsn);
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_log.c | 497 iclog->ic_header.h_tail_lsn = cpu_to_be64(tail_lsn); in __xlog_state_release_iclog() 1403 log->l_iclog_bak[i] = &iclog->ic_header; in xlog_alloc_log() 1405 head = &iclog->ic_header; in xlog_alloc_log() 1589 cycle_lsn = CYCLE_LSN_DISK(iclog->ic_header.h_lsn); in xlog_pack_data() 1595 iclog->ic_header.h_cycle_data[i] = *(__be32 *)dp; in xlog_pack_data() 1868 iclog->ic_header.h_len = cpu_to_be32(size); in xlog_sync() 1873 bno = BLOCK_LSN(be64_to_cpu(iclog->ic_header.h_lsn)); in xlog_sync() 1877 xlog_split_iclog(log, &iclog->ic_header, bno, count); in xlog_sync() 1882 iclog->ic_header.h_crc = xlog_cksum(log, &iclog->ic_header, in xlog_sync() [all...] |
H A D | xfs_log_priv.h | 213 #define ic_header ic_data->hic_header macro
|
Completed in 16 milliseconds