Home
last modified time | relevance | path

Searched refs:xfs_buf_log_format (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_buf_item.h48 struct xfs_buf_log_format *bli_formats; /* array of in-log header ptrs */
49 struct xfs_buf_log_format __bli_format; /* embedded in-log header */
Dxfs_buf_item.c32 struct xfs_buf_log_format *blfp) in xfs_buf_log_format_size()
34 return offsetof(struct xfs_buf_log_format, blf_data_map) + in xfs_buf_log_format_size()
51 struct xfs_buf_log_format *blfp, in xfs_buf_item_size_segment()
205 struct xfs_buf_log_format *blfp) in xfs_buf_item_format_segment()
704 bip->bli_formats = kmem_zalloc(count * sizeof(struct xfs_buf_log_format), in xfs_buf_item_get_format()
Dxfs_trace.h27 struct xfs_buf_log_format;
2039 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2069 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
Dxfs_log_recover.c2667 struct xfs_buf_log_format *buf_f) in xlog_recover_do_dquot_buffer()
3885 struct xfs_buf_log_format *buf_f = item->ri_buf[0].i_addr; in xlog_recover_buffer_ra_pass2()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_format.h471 typedef struct xfs_buf_log_format { struct
519 xfs_blft_to_flags(struct xfs_buf_log_format *blf, enum xfs_blft type) in xfs_blft_to_flags()
527 xfs_blft_from_flags(struct xfs_buf_log_format *blf) in xfs_blft_from_flags()
Dxfs_trans_resv.c37 sizeof(struct xfs_buf_log_format), 128); in xfs_buf_log_overhead()