Searched refs:xlog_rec_header (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_recover.c | 770 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() 844 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() 941 struct xlog_rec_header *thead; in xlog_verify_tail() 1137 struct xlog_rec_header *rhead, in xlog_check_unmount_rec() 1195 struct xlog_rec_header *rhead, in xlog_set_state() 2291 struct xlog_rec_header *rhead, in xlog_recover_ophdr_to_trans() 2336 struct xlog_rec_header *rhead, in xlog_recover_process_ophdr() 2420 struct xlog_rec_header *rhead, in xlog_recover_process_data() 2820 struct xlog_rec_header *rhead, in xlog_unpack_data() 2850 struct xlog_rec_header *rhead, in xlog_recover_process() [all …]
|
A D | xfs_log_priv.h | 501 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
A D | xfs_log.c | 1841 struct xlog_rec_header *rhead, in xlog_cksum() 1849 sizeof(struct xlog_rec_header), in xlog_cksum() 1850 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
|
A D | xfs_trace.h | 61 struct xlog_rec_header; 2218 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_log_format.h | 163 typedef struct xlog_rec_header { struct
|
Completed in 29 milliseconds