Searched refs:exfat_get_cluster (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/ |
H A D | cache.c | 236 int exfat_get_cluster(struct inode *inode, unsigned int cluster, in exfat_get_cluster() function
|
H A D | exfat_fs.h | 443 int exfat_get_cluster(struct inode *inode, unsigned int cluster,
|
H A D | inode.c | 142 int err = exfat_get_cluster(inode, clu_offset, in exfat_map_cluster() 471 /* exfat_get_cluster() assumes the requested blocknr isn't truncated. */ in exfat_aop_bmap()
|
/kernel/linux/linux-6.6/fs/exfat/ |
H A D | cache.c | 236 int exfat_get_cluster(struct inode *inode, unsigned int cluster, in exfat_get_cluster() function
|
H A D | exfat_fs.h | 471 int exfat_get_cluster(struct inode *inode, unsigned int cluster,
|
H A D | inode.c | 148 int err = exfat_get_cluster(inode, clu_offset, in exfat_map_cluster() 445 /* exfat_get_cluster() assumes the requested blocknr isn't truncated. */ in exfat_aop_bmap()
|
Completed in 5 milliseconds