Home
last modified time | relevance | path

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

/fs/hpfs/
Dalloc.c231 sbi->sb_c_bitmap = near_bmp+i; in hpfs_alloc_sector()
236 sbi->sb_c_bitmap = near_bmp-i-1; in hpfs_alloc_sector()
241 sbi->sb_c_bitmap = near_bmp+i-n_bmps; in hpfs_alloc_sector()
245 …if (i == 1 && sbi->sb_c_bitmap != -1 && ((sec = alloc_in_bmp(s, (sbi->sb_c_bitmap) << 14, n, forwa… in hpfs_alloc_sector()
361 int b = hpfs_sb(s)->sb_c_bitmap & 0x0fffffff; in hpfs_check_free_dnodes()
377 if (hpfs_sb(s)->sb_c_bitmap != -1) { in hpfs_check_free_dnodes()
Dhpfs_fn.h85 unsigned sb_c_bitmap; /* current bitmap */ member
Dsuper.c592 sbi->sb_c_bitmap = -1; in hpfs_fill_super()