Home
last modified time | relevance | path

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

/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 Danode.c106 …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()