From mboxrd@z Thu Jan 1 00:00:00 1970 From: gmate.amit@gmail.com (Kumar amit mehta) Date: Mon, 8 Jul 2013 22:21:43 -0400 Subject: Where are these buffer_xxx macros/fucntion defined? Message-ID: <20130709022143.GA2951@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi, I see that a lot of FS code is using buffer_invalidate(), buffer_req() etc, but I could not find the definition of these anywhere in the tree. What am i missing? For example, see ext3 code using buffer_invalidate() here[1]. For building cscope and tags database, I invoke the following command from the top of the tree: $ make cscope tags [1] http://lxr.linux.no/#linux+v3.10/fs/ext3/namei.c#L926 Thanks, Amit