Home
last modified time | relevance | path

Searched refs:exfat_ent_get (Results 1 – 3 of 3) sorted by relevance

/linux/fs/exfat/
H A Dfatent.c94 int exfat_ent_get(struct super_block *sb, unsigned int loc, in exfat_ent_get() function
313 if (exfat_ent_get(sb, clu, &next, &bh)) in exfat_find_last_cluster()
506 if (exfat_ent_get(sb, clu, &clu, &bh)) in exfat_count_num_clusters()
H A Dcache.c312 if (exfat_ent_get(sb, *dclus, &content, &bh)) in exfat_get_cluster()
334 if (exfat_ent_get(sb, clu, &content, &bh)) in exfat_get_cluster()
H A Dexfat_fs.h435 #define exfat_get_next_cluster(sb, pclu) exfat_ent_get(sb, *(pclu), pclu, NULL)
440 int exfat_ent_get(struct super_block *sb, unsigned int loc,