Searched refs:hpfs_map_bitmap (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/hpfs/
H A Dalloc.c73 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "chk"))) goto fail;
130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls;
300 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "aip"))) goto end;
329 if (!(bmp = hpfs_map_bitmap(s, sec >> 14, &qbh, "free"))) {
379 bmp = hpfs_map_bitmap(s, b, &qbh, "chkdn1");
385 bmp = hpfs_map_bitmap(s, i, &qbh, "chkdn2");
567 if (!(bmp = hpfs_map_bitmap(s, start_bmp, &qbh, "trim"))) {
H A Dhpfs_fn.h290 __le32 *hpfs_map_bitmap(struct super_block *, unsigned, struct quad_buffer_head *, char *);
H A Dmap.c17 __le32 *hpfs_map_bitmap(struct super_block *s, unsigned bmp_block, function
24 hpfs_error(s, "hpfs_map_bitmap called with bad parameter: %08x at %s", bmp_block, id);

Completed in 306 milliseconds