Searched refs:fat_get_cluster (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H 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()
|
H A D | misc.c | 115 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
H A D | fat.h | 116 /* for avoiding the race between fat_free() and fat_get_cluster() */ 315 extern int fat_get_cluster(struct inode *inode, int cluster,
|
H A D | file.c | 345 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free()
|
H A D | inode.c | 324 /* fat_get_cluster() assumes the requested blocknr isn't truncated. */ in _fat_bmap() 488 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|
/kernel/linux/linux-6.6/fs/fat/ |
H 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()
|
H A D | misc.c | 121 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_chain_add()
|
H A D | file.c | 346 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free()
|
H A D | fat.h | 116 /* for avoiding the race between fat_free() and fat_get_cluster() */ 316 extern int fat_get_cluster(struct inode *inode, int cluster,
|
H A D | inode.c | 319 /* fat_get_cluster() assumes the requested blocknr isn't truncated. */ in _fat_bmap() 485 ret = fat_get_cluster(inode, FAT_ENT_EOF, &fclus, &dclus); in fat_calc_dir_size()
|
Completed in 11 milliseconds