Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hpfs/
Dhpfs_fn.h293 __le32 *hpfs_load_bitmap_directory(struct super_block *, secno bmp);
Dmap.c112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory() function
Dsuper.c651 if (!(sbi->sb_bmp_dir = hpfs_load_bitmap_directory(s, le32_to_cpu(superblock->bitmaps)))) in hpfs_fill_super()