Home
last modified time | relevance | path

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

/openbmc/linux/fs/hpfs/
H A 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()
/openbmc/linux/tools/objtool/include/objtool/
H A Dspecial.h27 struct section *new_sec; member
/openbmc/linux/tools/objtool/
H A Dspecial.c113 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
H A 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()
/openbmc/linux/fs/f2fs/
H A Dsegment.c2640 unsigned int *newseg, bool new_sec, bool pinning) in get_new_segment() argument
2652 if (!new_sec && ((*newseg + 1) % SEGS_PER_SEC(sbi))) { in get_new_segment()
2766 static int new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument
2776 get_new_segment(sbi, &segno, new_sec, pinning); in new_curseg()
2777 if (new_sec && pinning && in new_curseg()
3063 bool new_sec, bool force) in __allocate_new_segment() argument
3070 !get_valid_blocks(sbi, curseg->segno, new_sec) && in __allocate_new_segment()
3071 !get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
H A Df2fs.h3695 unsigned int *newseg, bool new_sec, int dir);