Searched refs:xfs_buf_get_map (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/xfs/ |
| D | xfs_buf.h | 195 struct xfs_buf *xfs_buf_get_map(struct xfs_buftarg *target, 213 return xfs_buf_get_map(target, &map, 1, 0); in xfs_buf_get()
|
| D | xfs_trans_buf.c | 127 return xfs_buf_get_map(target, map, nmaps, flags); in xfs_trans_get_buf_map() 152 bp = xfs_buf_get_map(target, map, nmaps, flags); in xfs_trans_get_buf_map()
|
| D | xfs_buf.c | 686 xfs_buf_get_map( in xfs_buf_get_map() function 821 bp = xfs_buf_get_map(target, map, nmaps, flags); in xfs_buf_read_map()
|