Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hpfs/
Dalloc.c208 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
Dhpfs_fn.h196 int hpfs_alloc_if_possible(struct super_block *, secno);
Dea.c294 if (hpfs_alloc_if_possible(s, le32_to_cpu(fnode->ea_secno) + len)) { in hpfs_set_ea()
Danode.c104 …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()