Home
last modified time | relevance | path

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

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