Searched refs:fat_get_cluster (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/fat/ |
A 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()
|
A D | misc.c | 121 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
A D | fat.h | 316 extern int fat_get_cluster(struct inode *inode, int cluster,
|
A D | file.c | 346 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free()
|
A D | inode.c | 485 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|
Completed in 39 milliseconds