Searched refs:hpfs_add_sector_to_btree (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | file.c | 103 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 D | hpfs_fn.h | 214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
|
H A D | ea.c | 343 if (hpfs_add_sector_to_btree(s, le32_to_cpu(fnode->ea_secno), in hpfs_set_ea()
|
H A 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 92 if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_add_sector_to_btree #1")) return -1; in hpfs_add_sector_to_btree() 168 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1; in hpfs_add_sector_to_btree()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | hpfs_fn.h | 214 secno hpfs_add_sector_to_btree(struct super_block *, secno, int, unsigned);
|
H A 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()
|
H A D | ea.c | 343 if (hpfs_add_sector_to_btree(s, le32_to_cpu(fnode->ea_secno), in hpfs_set_ea()
|
H A 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 92 if (hpfs_stop_cycles(s, a, &c1, &c2, "hpfs_add_sector_to_btree #1")) return -1; in hpfs_add_sector_to_btree() 168 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1; in hpfs_add_sector_to_btree()
|
Completed in 6 milliseconds