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.c2443 struct xfs_buf *sib_buf; in xfs_da3_swap_lastblock() local
2520 sib_buf = par_buf = NULL; in xfs_da3_swap_lastblock()
2525 error = xfs_da3_node_read(tp, dp, sib_blkno, &sib_buf, w); in xfs_da3_swap_lastblock()
2528 fa = xfs_da3_header_check(sib_buf, args->owner); in xfs_da3_swap_lastblock()
2530 __xfs_buf_mark_corrupt(sib_buf, fa); in xfs_da3_swap_lastblock()
2535 sib_info = sib_buf->b_addr; in xfs_da3_swap_lastblock()
2544 xfs_trans_log_buf(tp, sib_buf, in xfs_da3_swap_lastblock()
2547 sib_buf = NULL; in xfs_da3_swap_lastblock()
2553 error = xfs_da3_node_read(tp, dp, sib_blkno, &sib_buf, w); in xfs_da3_swap_lastblock()
2556 fa = xfs_da3_header_check(sib_buf, args->owner); in xfs_da3_swap_lastblock()
[all …]