Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dalloc.c160 unsigned n_bmps; in hpfs_alloc_sector() local
168 n_bmps = (s->s_hpfs_fs_size + 0x4000 - 1) >> 14; in hpfs_alloc_sector()
172 } else near_bmp = n_bmps / 2; in hpfs_alloc_sector()
184 for (i = 0; i < n_bmps; i++) { in hpfs_alloc_sector()
185 if (near_bmp+i < n_bmps && ((sec = alloc_in_bmp(s, (near_bmp+i) << 14, n, forward)))) { in hpfs_alloc_sector()
195 if (near_bmp+i >= n_bmps && ((sec = alloc_in_bmp(s, (near_bmp+i-n_bmps) << 14, n, forward)))) { in hpfs_alloc_sector()
196 s->s_hpfs_c_bitmap = near_bmp+i-n_bmps; in hpfs_alloc_sector()
323 int n_bmps = (s->s_hpfs_fs_size + 0x4000 - 1) >> 14; in hpfs_check_free_dnodes() local
346 if (i >= n_bmps) return 1; in hpfs_check_free_dnodes()