Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A Dfile.c104 if ((s = hpfs_add_sector_to_btree(inode->i_sb, inode->i_ino, 1, inode->i_blocks - 1)) == -1) { in hpfs_get_block()
H A Dhpfs_fn.h214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
H A Dea.c343 if (hpfs_add_sector_to_btree(s, le32_to_cpu(fnode->ea_secno), in hpfs_set_ea()
H A Danode.c61 secno hpfs_add_sector_to_btree(struct super_block *s, secno node, int fnod, unsigned fsecno) in hpfs_add_sector_to_btree() function