Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hpfs/
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()
Dhpfs_fn.h214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
Dea.c343 if (hpfs_add_sector_to_btree(s, le32_to_cpu(fnode->ea_secno), in hpfs_set_ea()
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