Searched refs:xfs_buf_log_format (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_buf_item.h | 46 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 */
|
H A D | xfs_buf_item.c | 48 bip->bli_formats = kzalloc(count * sizeof(struct xfs_buf_log_format), in xfs_buf_item_get_format() 95 struct xfs_buf_log_format *blfp = iovec->iov_base; in xfs_buf_log_check_iovec() 99 if (offsetof(struct xfs_buf_log_format, blf_data_map) > iovec->iov_len) in xfs_buf_log_check_iovec() 109 struct xfs_buf_log_format *blfp) in xfs_buf_log_format_size() 111 return offsetof(struct xfs_buf_log_format, blf_data_map) + in xfs_buf_log_format_size() 126 struct xfs_buf_log_format *blfp, in xfs_buf_item_size_segment() 173 offsetof(struct xfs_buf_log_format, blf_data_map) + in xfs_buf_inval_log_space() 174 (bitmap_size * sizeof_field(struct xfs_buf_log_format, in xfs_buf_inval_log_space() 285 struct xfs_buf_log_format *blfp) in xfs_buf_item_format_segment()
|
H A D | xfs_trace.h | 72 struct xfs_buf_log_format; 2671 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), 2701 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 545 typedef struct xfs_buf_log_format { struct 593 xfs_blft_to_flags(struct xfs_buf_log_format *blf, enum xfs_blft type) in xfs_blft_to_flags() 601 xfs_blft_from_flags(struct xfs_buf_log_format *blf) in xfs_blft_from_flags()
|
H A D | xfs_ondisk.h | 151 XFS_CHECK_STRUCT_SIZE(struct xfs_buf_log_format, 88); in xfs_check_ondisk_structs()
|
H A D | xfs_trans_resv.c | 46 sizeof(struct xfs_buf_log_format), 128); in xfs_buf_log_overhead()
|