Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dalloc.c28 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) goto fail; in chk_if_allocated()
80 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) goto uls; in alloc_in_bmp()
328 if ((bmp = hpfs_map_dnode_bitmap(s, &qbh))) { in hpfs_check_free_dnodes()
381 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) { in hpfs_free_dnode()
Dmap.c11 unsigned *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh) in hpfs_map_dnode_bitmap() function
Dhpfs_fn.h276 unsigned *hpfs_map_dnode_bitmap(struct super_block *, struct quad_buffer_head *);