Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hpfs/
Dmap.c21 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_map_bitmap() local
22 if (hpfs_sb(s)->sb_chk) if (bmp_block >= n_bands) { in hpfs_map_bitmap()
39 unsigned n_bands = (hpfs_sb(s)->sb_fs_size + 0x3fff) >> 14; in hpfs_prefetch_bitmap() local
40 if (unlikely(bmp_block >= n_bands)) in hpfs_prefetch_bitmap()
43 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()
/linux-4.1.27/net/mac80211/
Dscan.c534 int i, n_bands = 0; in __ieee80211_start_scan() local
541 n_bands++; in __ieee80211_start_scan()
544 local->hw_scan_ies_bufsize *= n_bands; in __ieee80211_start_scan()