Home
last modified time | relevance | path

Searched refs:new_sec (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/objtool/
H A Dspecial.h26 struct section *new_sec; member
H A Dspecial.c108 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
H A Dcheck.c1372 nop->sec = special_alt->new_sec; in handle_group_alt()
1435 special_alt->new_sec, special_alt->new_off); in handle_group_alt()
1503 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts()
1507 special_alt->new_sec, in add_special_section_alts()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dspecial.h27 struct section *new_sec; member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c2602 unsigned int *newseg, bool new_sec, int dir) in get_new_segment()
2616 if (!new_sec && ((*newseg + 1) % sbi->segs_per_sec)) { in get_new_segment()
2748 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument
2765 get_new_segment(sbi, &segno, new_sec, dir); in new_curseg()
3082 bool new_sec) in __allocate_new_segment()
3091 get_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
3094 if (!get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
2601 get_new_segment(struct f2fs_sb_info *sbi, unsigned int *newseg, bool new_sec, int dir) get_new_segment() argument
3081 __allocate_new_segment(struct f2fs_sb_info *sbi, int type, bool new_sec) __allocate_new_segment() argument
H A Df2fs.h3379 unsigned int *newseg, bool new_sec, int dir);
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c2639 unsigned int *newseg, bool new_sec, int dir) in get_new_segment()
2653 if (!new_sec && ((*newseg + 1) % sbi->segs_per_sec)) { in get_new_segment()
2787 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument
2804 get_new_segment(sbi, &segno, new_sec, dir); in new_curseg()
3084 bool new_sec, bool force) in __allocate_new_segment()
3091 !get_valid_blocks(sbi, curseg->segno, new_sec) && in __allocate_new_segment()
3092 !get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
2638 get_new_segment(struct f2fs_sb_info *sbi, unsigned int *newseg, bool new_sec, int dir) get_new_segment() argument
3083 __allocate_new_segment(struct f2fs_sb_info *sbi, int type, bool new_sec, bool force) __allocate_new_segment() argument
H A Df2fs.h3692 unsigned int *newseg, bool new_sec, int dir);

Completed in 42 milliseconds