Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dsuper.c104 if (s->s_hpfs_bmp_dir) kfree(s->s_hpfs_bmp_dir); in hpfs_put_super()
130 count += hpfs_count_one_bitmap(s, s->s_hpfs_bmp_dir[n]); in count_bitmaps()
382 s->s_hpfs_bmp_dir = NULL; in hpfs_read_super()
467 if (!(s->s_hpfs_bmp_dir = hpfs_load_bitmap_directory(s, superblock->bitmaps))) in hpfs_read_super()
567 if (s->s_hpfs_bmp_dir) kfree(s->s_hpfs_bmp_dir); in hpfs_read_super()
Dmap.c24 sec = s->s_hpfs_bmp_dir[bmp_block]; in hpfs_map_bitmap()
/linux-2.4.37.9/include/linux/
Dhpfs_fs_sb.h62 #define s_hpfs_bmp_dir u.hpfs_sb.sb_bmp_dir macro