Searched refs:fat_get_cluster (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/fs/fat/ |
D | cache.c | 225 int fat_get_cluster(struct inode *inode, int cluster, int *fclus, int *dclus) in fat_get_cluster() function 299 ret = fat_get_cluster(inode, cluster, &fclus, &dclus); in fat_bmap_cluster()
|
D | misc.c | 115 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
D | fat.h | 315 extern int fat_get_cluster(struct inode *inode, int cluster,
|
D | file.c | 345 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free()
|
D | inode.c | 489 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|