Home
last modified time | relevance | path

Searched refs:hpfs_alloc_if_possible (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/hpfs/
H A Dalloc.c267 if (!hpfs_alloc_if_possible(s, sec + n + i)) { in hpfs_alloc_sector()
296 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() function
H A Dhpfs_fn.h202 int hpfs_alloc_if_possible(struct super_block *, secno);
H A Dea.c295 if (hpfs_alloc_if_possible(s, le32_to_cpu(fnode->ea_secno) + len)) { in hpfs_set_ea()
H A Danode.c105 …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()