Home
last modified time | relevance | path

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

/Linux-v5.10/fs/hpfs/
Dalloc.c81 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) goto fail; in chk_if_allocated()
132 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) goto uls; in alloc_in_bmp()
366 if ((bmp = hpfs_map_dnode_bitmap(s, &qbh))) { in hpfs_check_free_dnodes()
418 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) { in hpfs_free_dnode()
546 if (!(bmp = hpfs_map_dnode_bitmap(s, &qbh))) { in hpfs_trim_fs()
Dhpfs_fn.h289 __le32 *hpfs_map_dnode_bitmap(struct super_block *, struct quad_buffer_head *);
Dmap.c12 __le32 *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh) in hpfs_map_dnode_bitmap() function