Searched refs:fat_cache_lookup (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/fat/ |
D | cache.c | 156 void fat_cache_lookup(struct inode *inode,int cluster,int *f_clu,int *d_clu) in fat_cache_lookup() function 284 for (fat_cache_lookup(inode,cluster,&count,&nr); count < cluster; in fat_get_cluster()
|
D | misc.c | 167 fat_cache_lookup(inode, INT_MAX, &last, &curr); in fat_add_cluster()
|
/linux-2.4.37.9/include/linux/ |
D | msdos_fs.h | 250 extern void fat_cache_lookup(struct inode *inode, int cluster, int *f_clu,
|