Searched refs:new_sec (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/hpfs/ |
| H 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/ |
| H A D | special.h | 25 struct section *new_sec; member
|
| /linux/fs/f2fs/ |
| H A D | segment.c | 2786 unsigned int *newseg, bool new_sec, bool pinning) in get_new_segment() argument 2806 if (!new_sec && ((*newseg + 1) % SEGS_PER_SEC(sbi))) { in get_new_segment() 2904 if (new_sec && pinning && in get_new_segment() 2998 static int new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() argument 3009 ret = get_new_segment(sbi, &segno, new_sec, pinning); in new_curseg() 3325 bool new_sec, bool force) in __allocate_new_segment() argument 3336 !get_valid_blocks(sbi, curseg->segno, new_sec) && in __allocate_new_segment() 3337 !get_ckpt_valid_blocks(sbi, curseg->segno, new_sec)) in __allocate_new_segment()
|
| /linux/tools/objtool/ |
| H A D | check.c | 1788 nop->sec = special_alt->new_sec; in handle_group_alt() 1847 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in handle_group_alt() 1943 new_insn = find_insn(file, special_alt->new_sec, in add_special_section_alts() 1946 ERROR_FUNC(special_alt->new_sec, special_alt->new_off, in add_special_section_alts()
|