tag | line | file | source code |
---|---|---|---|
cache_lookup | 217 | fs/msdos/fat.c | for (cache_lookup(inode,cluster,&count,&this); count < cluster; |
cache_lookup | 101 | fs/msdos/misc.c | cache_lookup(inode,0x7fffffff,&last,¤t); |
cache_lookup | 131 | include/linux/msdos_fs.h | void cache_lookup(struct inode *inode,int cluster,int *f_clu,int *d_clu); |