Home
last modified time | relevance | path

Searched refs:new_sec (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/hpfs/
Dea.c316 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-v5.10/tools/objtool/
Dspecial.h26 struct section *new_sec; member
Dspecial.c107 alt->new_sec = new_reloc->sym->sec; in get_alt_entry()
Dcheck.c1013 fake_jump->sec = special_alt->new_sec; in handle_group_alt()
1089 special_alt->new_sec, special_alt->new_off); in handle_group_alt()
1153 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1157 special_alt->new_sec, in add_special_section_alts()
/Linux-v5.10/fs/f2fs/
Dsegment.c2448 unsigned int *newseg, bool new_sec, int dir) in get_new_segment() argument
2462 if (!new_sec && ((*newseg + 1) % sbi->segs_per_sec)) { in get_new_segment()
2594 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument
2611 get_new_segment(sbi, &segno, new_sec, dir); in new_curseg()
Df2fs.h3359 unsigned int *newseg, bool new_sec, int dir);