Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/tools/objtool/include/objtool/
Dspecial.h27 struct section *new_sec; member
/linux-6.6.21/tools/objtool/
Dspecial.c113 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
Dcheck.c1796 nop->sec = special_alt->new_sec; in handle_group_alt()
1857 special_alt->new_sec, special_alt->new_off); in handle_group_alt()
1947 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1951 special_alt->new_sec, in add_special_section_alts()
/linux-6.6.21/fs/f2fs/
Dsegment.c2640 unsigned int *newseg, bool new_sec, int dir) in get_new_segment() argument
2654 if (!new_sec && ((*newseg + 1) % sbi->segs_per_sec)) { in get_new_segment()
2788 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument
2805 get_new_segment(sbi, &segno, new_sec, dir); in new_curseg()
3085 bool new_sec, bool force) in __allocate_new_segment() argument
3092 !get_valid_blocks(sbi, curseg->segno, new_sec) && in __allocate_new_segment()
3093 !get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
Df2fs.h3682 unsigned int *newseg, bool new_sec, int dir);