tag | line | file | source code |
---|---|---|---|
dcache_lookup | 179 | fs/ext2/namei.c | if (dcache_lookup(dir, name, len, &ino)) { |
dcache_lookup | 242 | fs/isofs/namei.c | if (dcache_lookup(dir, name, len, &ino)) ino_back = dir->i_ino; |
dcache_lookup | 527 | include/linux/fs.h | extern int dcache_lookup(struct inode *, const char *, int, unsigned long *); |
dcache_lookup | 180 | kernel/ksyms.c | X(dcache_lookup), |