Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_btree.c2172 struct xfs_buf *par_buf; in xfs_da3_swap_lastblock() local
2238 sib_buf = par_buf = NULL; in xfs_da3_swap_lastblock()
2289 error = xfs_da3_node_read(tp, dp, par_blkno, -1, &par_buf, w); in xfs_da3_swap_lastblock()
2292 par_node = par_buf->b_addr; in xfs_da3_swap_lastblock()
2316 xfs_trans_brelse(tp, par_buf); in xfs_da3_swap_lastblock()
2317 par_buf = NULL; in xfs_da3_swap_lastblock()
2332 xfs_trans_brelse(tp, par_buf); in xfs_da3_swap_lastblock()
2333 par_buf = NULL; in xfs_da3_swap_lastblock()
2340 error = xfs_da3_node_read(tp, dp, par_blkno, -1, &par_buf, w); in xfs_da3_swap_lastblock()
2343 par_node = par_buf->b_addr; in xfs_da3_swap_lastblock()
[all …]