hpfs_alloc_if_possible  267 fs/hpfs/alloc.c 			if (!hpfs_alloc_if_possible(s, sec + n + i)) {
hpfs_alloc_if_possible  105 fs/hpfs/anode.c 		if (hpfs_alloc_if_possible(s, se = le32_to_cpu(btree->u.external[n].disk_secno) + le32_to_cpu(btree->u.external[n].length))) {
hpfs_alloc_if_possible  295 fs/hpfs/ea.c   			if (hpfs_alloc_if_possible(s, le32_to_cpu(fnode->ea_secno) + len)) {
hpfs_alloc_if_possible  202 fs/hpfs/hpfs_fn.h int hpfs_alloc_if_possible(struct super_block *, secno);