Searched refs:new_sec (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/hpfs/ |
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-6.12.1/tools/objtool/include/objtool/ |
D | special.h | 27 struct section *new_sec; member
|
/linux-6.12.1/tools/objtool/ |
D | special.c | 113 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
|
D | check.c | 1867 nop->sec = special_alt->new_sec; in handle_group_alt() 1928 special_alt->new_sec, special_alt->new_off); in handle_group_alt() 2018 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts() 2022 special_alt->new_sec, in add_special_section_alts()
|
/linux-6.12.1/fs/f2fs/ |
D | segment.c | 2679 unsigned int *newseg, bool new_sec, bool pinning) in get_new_segment() argument 2697 if (!new_sec && ((*newseg + 1) % SEGS_PER_SEC(sbi))) { in get_new_segment() 2776 if (new_sec && pinning && in get_new_segment() 2863 static int new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument 2874 ret = get_new_segment(sbi, &segno, new_sec, pinning); in new_curseg() 3190 bool new_sec, bool force) in __allocate_new_segment() argument 3201 !get_valid_blocks(sbi, curseg->segno, new_sec) && in __allocate_new_segment() 3202 !get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
|