Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_trans.h177 int xfs_trans_get_buf_map(struct xfs_trans *tp, struct xfs_buftarg *target,
191 return xfs_trans_get_buf_map(tp, target, &map, 1, flags, bpp); in xfs_trans_get_buf()
H A Dxfs_trans_buf.c116 xfs_trans_get_buf_map( in xfs_trans_get_buf_map() function
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c2612 error = xfs_trans_get_buf_map(tp, mp->m_ddev_targp, mapp, nmap, 0, &bp); in xfs_da_get_buf()