tag | line | file | source code |
---|---|---|---|
cache_lookup | 228 | fs/msdos/fat.c | for (cache_lookup(inode,cluster,&count,&nr); count < cluster; |
cache_lookup | 144 | fs/msdos/misc.c | cache_lookup(inode,INT_MAX,&last,¤t); |
cache_lookup | 149 | include/linux/msdos_fs.h | void cache_lookup(struct inode *inode,int cluster,int *f_clu,int *d_clu); |