Searched refs:new_sec (Results 1 – 6 of 6) sorted by relevance
/linux/fs/hpfs/ |
A 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/tools/objtool/include/objtool/ |
A D | special.h | 26 struct section *new_sec; member
|
/linux/tools/objtool/ |
A D | special.c | 112 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
|
A D | check.c | 1385 nop->sec = special_alt->new_sec; in handle_group_alt() 1448 special_alt->new_sec, special_alt->new_off); in handle_group_alt() 1542 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts() 1546 special_alt->new_sec, in add_special_section_alts()
|
/linux/fs/f2fs/ |
A D | segment.c | 2537 unsigned int *newseg, bool new_sec, int dir) in get_new_segment() argument 2551 if (!new_sec && ((*newseg + 1) % sbi->segs_per_sec)) { in get_new_segment() 2685 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument 2702 get_new_segment(sbi, &segno, new_sec, dir); in new_curseg() 3016 bool new_sec, bool force) in __allocate_new_segment() argument 3025 get_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment() 3028 if (!get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
|
A D | f2fs.h | 3481 unsigned int *newseg, bool new_sec, int dir);
|
Completed in 35 milliseconds