Home
last modified time | relevance | path

Searched refs:xfs_buf_log_format_t (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_buf_item.h57 typedef struct xfs_buf_log_format_t { struct
66 } xfs_buf_log_format_t; argument
135 xfs_buf_log_format_t bli_format; /* in-log header */
Dxfs_log_recover.c1532 xfs_buf_log_format_t *buf_f; in xlog_recover_reorder_trans()
1540 buf_f = (xfs_buf_log_format_t *)itemq->ri_buf[0].i_addr; in xlog_recover_reorder_trans()
1596 xfs_buf_log_format_t *buf_f) in xlog_recover_do_buffer_pass1()
1763 xfs_buf_log_format_t *buf_f) in xlog_recover_do_buffer_pass2()
1806 xfs_buf_log_format_t *buf_f) in xlog_recover_do_inode_buffer()
1926 xfs_buf_log_format_t *buf_f) in xlog_recover_do_reg_buffer()
2124 xfs_buf_log_format_t *buf_f) in xlog_recover_do_dquot_buffer()
2178 xfs_buf_log_format_t *buf_f; in xlog_recover_do_buffer_trans()
2188 buf_f = (xfs_buf_log_format_t *)item->ri_buf[0].i_addr; in xlog_recover_do_buffer_trans()
Dxfs_buf_item.c273 (uint)(sizeof(xfs_buf_log_format_t) + in xfs_buf_item_format()