Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c2442 struct xfs_buf *sib_buf; in xfs_da3_swap_lastblock() local
2519 sib_buf = par_buf = NULL; in xfs_da3_swap_lastblock()
2524 error = xfs_da3_node_read(tp, dp, sib_blkno, &sib_buf, w); in xfs_da3_swap_lastblock()
2527 fa = xfs_da3_header_check(sib_buf, args->owner); in xfs_da3_swap_lastblock()
2529 __xfs_buf_mark_corrupt(sib_buf, fa); in xfs_da3_swap_lastblock()
2534 sib_info = sib_buf->b_addr; in xfs_da3_swap_lastblock()
2543 xfs_trans_log_buf(tp, sib_buf, in xfs_da3_swap_lastblock()
2546 sib_buf = NULL; in xfs_da3_swap_lastblock()
2552 error = xfs_da3_node_read(tp, dp, sib_blkno, &sib_buf, w); in xfs_da3_swap_lastblock()
2555 fa = xfs_da3_header_check(sib_buf, args->owner); in xfs_da3_swap_lastblock()
[all …]