Searched refs:xfs_btree_get_buf_block (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_btree_staging.c327 ret = xfs_btree_get_buf_block(cur, &new_ptr, &new_block, &new_bp);
H A Dxfs_btree.h645 int xfs_btree_get_buf_block(struct xfs_btree_cur *cur,
H A Dxfs_btree.c1388 xfs_btree_get_buf_block( function
2887 error = xfs_btree_get_buf_block(cur, &rptr, &right, &rbp);
3167 error = xfs_btree_get_buf_block(cur, &nptr, &cblock, &cbp);
3281 error = xfs_btree_get_buf_block(cur, &lptr, &new, &nbp);

Completed in 383 milliseconds