Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_buf_item.h60 struct xfs_buf_log_format *bli_formats; /* array of in-log header ptrs */
61 struct xfs_buf_log_format __bli_format; /* embedded in-log header */
Dxfs_buf_item.c45 struct xfs_buf_log_format *blfp) in xfs_buf_log_format_size()
47 return offsetof(struct xfs_buf_log_format, blf_data_map) + in xfs_buf_log_format_size()
64 struct xfs_buf_log_format *blfp, in xfs_buf_item_size_segment()
218 struct xfs_buf_log_format *blfp) in xfs_buf_item_format_segment()
729 bip->bli_formats = kmem_zalloc(count * sizeof(struct xfs_buf_log_format), in xfs_buf_item_get_format()
Dxfs_trace.h38 struct xfs_buf_log_format;
1957 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
1987 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
Dxfs_log_recover.c2259 struct xfs_buf_log_format *buf_f) in xlog_recover_do_dquot_buffer()
3109 struct xfs_buf_log_format *buf_f = item->ri_buf[0].i_addr; in xlog_recover_buffer_ra_pass2()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_format.h456 typedef struct xfs_buf_log_format { struct
502 xfs_blft_to_flags(struct xfs_buf_log_format *blf, enum xfs_blft type) in xfs_blft_to_flags()
510 xfs_blft_from_flags(struct xfs_buf_log_format *blf) in xfs_blft_from_flags()
Dxfs_trans_resv.c48 sizeof(struct xfs_buf_log_format), 128); in xfs_buf_log_overhead()