Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dhpfs_fn.h182 int hpfs_alloc_if_possible(struct super_block *, secno);
Dalloc.c264 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible() function
Dea.c291 if (hpfs_alloc_if_possible(s, fnode->ea_secno + len)) { in hpfs_set_ea()
Danode.c103 …if (hpfs_alloc_if_possible(s, se = btree->u.external[n].disk_secno + btree->u.external[n].length))… in hpfs_add_sector_to_btree()