Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c160 struct xfs_buf_log_format *buf_f = item->ri_buf[0].i_addr; in xlog_recover_buf_reorder()
174 struct xfs_buf_log_format *buf_f = item->ri_buf[0].i_addr; in xlog_recover_buf_ra_pass2()
188 struct xfs_buf_log_format *bf = item->ri_buf[0].i_addr; in xlog_recover_buf_commit_pass1()
217 struct xfs_buf_log_format *buf_f, in xlog_recover_validate_buf_type()
452 struct xfs_buf_log_format *buf_f, in xlog_recover_do_reg_buffer()
547 struct xfs_buf_log_format *buf_f) in xlog_recover_do_dquot_buffer()
593 struct xfs_buf_log_format *buf_f) in xlog_recover_do_inode_buffer()
702 struct xfs_buf_log_format *buf_f, in xlog_recover_do_primary_sb_buffer()
775 struct xfs_buf_log_format *buf_f) in xlog_recover_get_buf_lsn()
954 struct xfs_buf_log_format *buf_f = item->ri_buf[0].i_addr; in xlog_recover_buf_commit_pass2()
Dxfs_buf_item.h46 struct xfs_buf_log_format *bli_formats; /* array of in-log header ptrs */
47 struct xfs_buf_log_format __bli_format; /* embedded in-log header */
Dxfs_buf_item.c40 struct xfs_buf_log_format *blfp = iovec->i_addr; in xfs_buf_log_check_iovec()
44 if (offsetof(struct xfs_buf_log_format, blf_data_map) > iovec->i_len) in xfs_buf_log_check_iovec()
54 struct xfs_buf_log_format *blfp) in xfs_buf_log_format_size()
56 return offsetof(struct xfs_buf_log_format, blf_data_map) + in xfs_buf_log_format_size()
89 struct xfs_buf_log_format *blfp, in xfs_buf_item_size_segment()
275 struct xfs_buf_log_format *blfp) in xfs_buf_item_format_segment()
840 bip->bli_formats = kzalloc(count * sizeof(struct xfs_buf_log_format), in xfs_buf_item_get_format()
Dxfs_trace.h68 struct xfs_buf_log_format;
2301 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2331 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h534 typedef struct xfs_buf_log_format { struct
582 xfs_blft_to_flags(struct xfs_buf_log_format *blf, enum xfs_blft type) in xfs_blft_to_flags()
590 xfs_blft_from_flags(struct xfs_buf_log_format *blf) in xfs_blft_from_flags()
Dxfs_ondisk.h126 XFS_CHECK_STRUCT_SIZE(struct xfs_buf_log_format, 88); in xfs_check_ondisk_structs()
Dxfs_trans_resv.c40 sizeof(struct xfs_buf_log_format), 128); in xfs_buf_log_overhead()