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.c2412 struct xfs_buf *sib_buf; in xfs_da3_swap_lastblock() local
2489 sib_buf = par_buf = NULL; in xfs_da3_swap_lastblock()
2494 error = xfs_da3_node_read(tp, dp, sib_blkno, &sib_buf, w); in xfs_da3_swap_lastblock()
2497 fa = xfs_da3_header_check(sib_buf, args->owner); in xfs_da3_swap_lastblock()
2499 __xfs_buf_mark_corrupt(sib_buf, fa); in xfs_da3_swap_lastblock()
2504 sib_info = sib_buf->b_addr; in xfs_da3_swap_lastblock()
2513 xfs_trans_log_buf(tp, sib_buf, in xfs_da3_swap_lastblock()
2516 sib_buf = NULL; in xfs_da3_swap_lastblock()
2522 error = xfs_da3_node_read(tp, dp, sib_blkno, &sib_buf, w); in xfs_da3_swap_lastblock()
2525 fa = xfs_da3_header_check(sib_buf, args->owner); in xfs_da3_swap_lastblock()
[all …]