hpfs_map_bitmap 22 fs/hpfs/alloc.c if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "chk"))) goto fail;
hpfs_map_bitmap 80 fs/hpfs/alloc.c if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls;
hpfs_map_bitmap 253 fs/hpfs/alloc.c if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "aip"))) goto end;
hpfs_map_bitmap 293 fs/hpfs/alloc.c if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "free"))) {
hpfs_map_bitmap 345 fs/hpfs/alloc.c bmp = hpfs_map_bitmap(s, b, &qbh, "chkdn1");
hpfs_map_bitmap 351 fs/hpfs/alloc.c bmp = hpfs_map_bitmap(s, i, &qbh, "chkdn2");
hpfs_map_bitmap 285 fs/hpfs/hpfs_fn.h unsigned *hpfs_map_bitmap(struct super_block *, unsigned, struct quad_buffer_head *, char *);