From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:36242 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210AbdDCRpq (ORCPT ); Mon, 3 Apr 2017 13:45:46 -0400 Received: by mail-oi0-f52.google.com with SMTP id r203so134972291oib.3 for ; Mon, 03 Apr 2017 10:45:46 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <6929A3FC-5D4B-4121-BC36-5E83B563CCC7@cisco.com> References: <6929A3FC-5D4B-4121-BC36-5E83B563CCC7@cisco.com> From: Tomohiro Kusumi Date: Mon, 3 Apr 2017 20:45:05 +0300 Message-ID: Subject: Re: fio seems to calls functions which are not defined (ffio_file_open, io_file_done, ...) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sender: fio-owner@vger.kernel.org List-Id: fio@vger.kernel.org To: "Scott Forman (scforman)" Cc: "andrey.v.kuzmin@gmail.com" , "fio@vger.kernel.org" These are generated by FILE_FLAG_FNS() macro. https://github.com/axboe/fio/blob/master/file.h#L156 2017-04-03 1:11 GMT+03:00 Scott Forman (scforman) : > Hi Andrey, > > Thanks for your answer to the question below. > > I have another hopefully quick question for you. > > I see there are a number of functions that are called, but I cannot find = where they are defined. Some of the functions are: > =C2=B7 fio_file_open > =C2=B7 fio_file_done > =C2=B7 fio_file_closing > =C2=B7 fio_file_axmap > > Can you point me to where these functions are defined? > > Thanks much, > Scott > >