Re: dget()

2001-05-19 Thread Pete Wyckoff
[EMAIL PROTECTED] said: > # cd /usr/src/linux > # find -name '*.[ch]' | ctags -L- & > > On 15 May 2001, Xavier Bestel wrote: > > # cd /usr/src/linux > > # make tags > > No, I never use that one because it skips very useful entries like the > ones from EXPORT_SYMBOL etc. Also, it only shows the cu

Re: dget()

2001-05-15 Thread Rick Hohensee
and the Linux source crossreferencing site at http://lxr.linux.no/ is awesome. Rick Hohensee www.clienux.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: dget()

2001-05-15 Thread Tigran Aivazian
On 15 May 2001, Xavier Bestel wrote: > # cd /usr/src/linux > # make tags No, I never use that one because it skips very useful entries like the ones from EXPORT_SYMBOL etc. Also, it only shows the current architecture. So, the tags target in the Makefile would only become useful when it is stripp

Re: dget()

2001-05-15 Thread Xavier Bestel
Le 15 May 2001 09:21:47 +0100, Tigran Aivazian a écrit : > On 15 May 2001, Blesson Paul wrote: > > In everyfile system, dget() function is called. But I cannot find > > where is the dget() function is written. Where is it > > To find this out, you type: > > # vi -t dget > > and the

Re: dget()

2001-05-15 Thread Alexander Viro
On 15 May 2001, Blesson Paul wrote: > Hi > In everyfile system, dget() function is called. But I cannot find > where is the dget() function is written. Where is it man grep - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAI

Re: dget()

2001-05-15 Thread Tigran Aivazian
On 15 May 2001, Blesson Paul wrote: > In everyfile system, dget() function is called. But I cannot find > where is the dget() function is written. Where is it To find this out, you type: # vi -t dget and then look at the bottom line which would show "./include/linux/dcache.h" This