Searched refs:new_sec (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/hpfs/ |
| H A D | ea.c | 316 secno new_sec; in hpfs_set_ea() local 318 if (!(new_sec = hpfs_alloc_sector(s, fno, 1, 1 - ((pos + 511) >> 9)))) in hpfs_set_ea() 324 hpfs_free_sectors(s, new_sec, (pos + 511) >> 9); in hpfs_set_ea() 327 if (!(b2 = hpfs_get_sector(s, new_sec + i, &bh2))) { in hpfs_set_ea() 329 hpfs_free_sectors(s, new_sec, (pos + 511) >> 9); in hpfs_set_ea() 338 fnode->ea_secno = cpu_to_le32(new_sec); in hpfs_set_ea()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | special.h | 25 struct section *new_sec; member
|
| /linux/tools/objtool/ |
| H A D | check.c | 1830 nop->sec = special_alt->new_sec; in handle_group_alt() 1889 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_group_alt() 1985 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts() 1988 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in add_special_section_alts()
|