Home
last modified time | relevance | path

Searched refs:n_bands (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/hpfs/
Dmap.c22 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_map_bitmap() local
23 if (hpfs_sb(s)->sb_chk) if (bmp_block >= n_bands) { in hpfs_map_bitmap()
40 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_prefetch_bitmap() local
41 if (unlikely(bmp_block >= n_bands)) in hpfs_prefetch_bitmap()
44 if (unlikely(bmp_block + 1 >= n_bands)) in hpfs_prefetch_bitmap()
Dsuper.c148 unsigned n, count, n_bands; in count_bitmaps() local
149 n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in count_bitmaps()
154 for (n = 0; n < n_bands; n++) { in count_bitmaps()