xfs_buf_find      674 fs/xfs/xfs_buf.c 	error = xfs_buf_find(target, &map, 1, flags, NULL, &bp);
xfs_buf_find      696 fs/xfs/xfs_buf.c 	error = xfs_buf_find(target, map, nmaps, flags, NULL, &bp);
xfs_buf_find      728 fs/xfs/xfs_buf.c 	error = xfs_buf_find(target, map, nmaps, flags, new_bp, &bp);
xfs_buf_find      383 fs/xfs/xfs_trace.h DEFINE_BUF_FLAGS_EVENT(xfs_buf_find);