Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dalloc.c232 sbi->sb_c_bitmap = near_bmp+i; in hpfs_alloc_sector()
237 sbi->sb_c_bitmap = near_bmp-i-1; in hpfs_alloc_sector()
242 sbi->sb_c_bitmap = near_bmp+i-n_bmps; in hpfs_alloc_sector()
246 …if (i == 1 && sbi->sb_c_bitmap != -1 && ((sec = alloc_in_bmp(s, (sbi->sb_c_bitmap) << 14, n, forwa… in hpfs_alloc_sector()
362 int b = hpfs_sb(s)->sb_c_bitmap & 0x0fffffff; in hpfs_check_free_dnodes()
378 if (hpfs_sb(s)->sb_c_bitmap != -1) { in hpfs_check_free_dnodes()
Dhpfs_fn.h87 unsigned sb_c_bitmap; /* current bitmap */ member
Dsuper.c642 sbi->sb_c_bitmap = -1; in hpfs_fill_super()