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

/linux-master/fs/xfs/
H A 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 */
H A Dxfs_buf_item_recover.c157 struct xfs_buf_log_format *buf_f = item->ri_buf[0].i_addr;
171 struct xfs_buf_log_format *buf_f = item->ri_buf[0].i_addr;
185 struct xfs_buf_log_format *bf = item->ri_buf[0].i_addr;
214 struct xfs_buf_log_format *buf_f,
449 struct xfs_buf_log_format *buf_f,
544 struct xfs_buf_log_format *buf_f)
590 struct xfs_buf_log_format *buf_f)
694 * (e.g. reallocated blocks), so we ignore the xfs_buf_log_format flags. Hence
711 struct xfs_buf_log_format *buf_f)
890 struct xfs_buf_log_format *buf_
[all...]
H A Dxfs_buf_item.c39 struct xfs_buf_log_format *blfp = iovec->i_addr;
43 if (offsetof(struct xfs_buf_log_format, blf_data_map) > iovec->i_len)
53 struct xfs_buf_log_format *blfp)
55 return offsetof(struct xfs_buf_log_format, blf_data_map) +
88 struct xfs_buf_log_format *blfp,
274 struct xfs_buf_log_format *blfp)
808 bip->bli_formats = kzalloc(count * sizeof(struct xfs_buf_log_format),
H A Dxfs_trace.h66 struct xfs_buf_log_format;
2297 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2327 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_format.h527 typedef struct xfs_buf_log_format { struct
575 xfs_blft_to_flags(struct xfs_buf_log_format *blf, enum xfs_blft type)
583 xfs_blft_from_flags(struct xfs_buf_log_format *blf)
H A Dxfs_ondisk.h124 XFS_CHECK_STRUCT_SIZE(struct xfs_buf_log_format, 88);
H A Dxfs_trans_resv.c38 sizeof(struct xfs_buf_log_format), 128);

Completed in 259 milliseconds