Home
last modified time | relevance | path

Searched refs:exfat_set_bitmap (Results 1 – 4 of 4) sorted by relevance

/linux/fs/exfat/
H A Dballoc.c186 int exfat_set_bitmap(struct super_block *sb, unsigned int clu, bool sync) in exfat_set_bitmap() function
H A Dfatent.c412 if (exfat_set_bitmap(sb, new_clu, sync_bmap)) { in exfat_alloc_cluster()
H A Dexfat_fs.h455 int exfat_set_bitmap(struct super_block *sb, unsigned int clu, bool sync);
H A Dsuper.c640 exfat_set_bitmap(sb, sbi->root_dir, false); in __exfat_fill_super()