Searched refs:xfs_buf_get_map (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_buf.h | 222 struct xfs_buf *xfs_buf_get_map(struct xfs_buftarg *target, 241 return xfs_buf_get_map(target, &map, 1, flags); in xfs_buf_get()
|
D | xfs_trans_buf.c | 145 return xfs_buf_get_map(target, map, nmaps, flags); in xfs_trans_get_buf_map() 170 bp = xfs_buf_get_map(target, map, nmaps, flags); in xfs_trans_get_buf_map()
|
D | xfs_buf.c | 564 xfs_buf_get_map( in xfs_buf_get_map() function 650 bp = xfs_buf_get_map(target, map, nmaps, flags); in xfs_buf_read_map()
|