Searched refs:hpfs_add_sector_to_btree (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/hpfs/ |
D | file.c | 104 if ((s = hpfs_add_sector_to_btree(inode->i_sb, inode->i_ino, 1, inode->i_blocks - 1)) == -1) { in hpfs_get_block()
|
D | hpfs_fn.h | 214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
|
D | ea.c | 343 if (hpfs_add_sector_to_btree(s, le32_to_cpu(fnode->ea_secno), in hpfs_set_ea()
|
D | anode.c | 61 secno hpfs_add_sector_to_btree(struct super_block *s, secno node, int fnod, unsigned fsecno) in hpfs_add_sector_to_btree() function
|