Searched refs:f_clu (Results 1 – 2 of 2) 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() argument 168 && walk->file_cluster > *f_clu) { in fat_cache_lookup() 173 if ((*f_clu = walk->file_cluster) == cluster) { in fat_cache_lookup() 202 void fat_cache_add(struct inode *inode,int f_clu,int d_clu) in fat_cache_add() argument 212 && walk->file_cluster == f_clu) { in fat_cache_add() 236 walk->file_cluster = f_clu; in fat_cache_add()
|
/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, 252 extern void fat_cache_add(struct inode *inode, int f_clu, int d_clu);
|