Searched refs:hpfs_alloc_if_possible (Results 1 – 4 of 4) sorted by relevance
208 if (!hpfs_alloc_if_possible(s, sec + i + 1)) { in hpfs_alloc_sector()236 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() function
196 int hpfs_alloc_if_possible(struct super_block *, secno);
294 if (hpfs_alloc_if_possible(s, le32_to_cpu(fnode->ea_secno) + len)) { in hpfs_set_ea()
104 …if (hpfs_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btre… in hpfs_add_sector_to_btree()