/openbmc/linux/fs/nilfs2/ |
H A D | the_nilfs.h | 311 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() argument 313 *seg_start = (sector_t)nilfs->ns_blocks_per_segment * segnum; in nilfs_get_segment_range() 314 *seg_end = *seg_start + nilfs->ns_blocks_per_segment - 1; in nilfs_get_segment_range() 316 *seg_start = nilfs->ns_first_data_block; in nilfs_get_segment_range() 336 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start, in nilfs_terminate_segment() argument 340 nilfs->ns_pseg_offset = seg_end - seg_start + 1; in nilfs_terminate_segment()
|
H A D | recovery.c | 576 sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ in nilfs_do_roll_forward() local 593 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 668 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 669 pseg_start = seg_start; in nilfs_do_roll_forward() 835 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local 852 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() 855 b = seg_start; in nilfs_search_super_root() 900 if (pseg_start == seg_start) { in nilfs_search_super_root() 923 nilfs->ns_pseg_offset = pseg_start + nblocks - seg_start; in nilfs_search_super_root() 965 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() [all …]
|
H A D | sufile.c | 1066 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local 1120 nilfs_get_segment_range(nilfs, segnum, &seg_start, in nilfs_sufile_trim_fs() 1125 start = seg_start; in nilfs_sufile_trim_fs() 1126 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1130 if (start + nblocks == seg_start) { in nilfs_sufile_trim_fs() 1132 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1161 start = seg_start; in nilfs_sufile_trim_fs() 1162 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
|
H A D | the_nilfs.c | 771 sector_t seg_start, seg_end; in nilfs_discard_segments() local 780 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments() 783 start = seg_start; in nilfs_discard_segments() 784 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments() 785 } else if (start + nblocks == seg_start) { in nilfs_discard_segments() 786 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | mdt_loader.c | 271 uint64_t seg_start, seg_end; in qcom_mdt_bins_are_split() local 286 seg_start = phdrs[i].p_offset; in qcom_mdt_bins_are_split() 288 if (seg_start > fw->size || seg_end > fw->size) in qcom_mdt_bins_are_split()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.h | 91 u32 seg_start; member
|
H A D | bnxt_coredump.c | 70 if ((info->seg_start + off + len) <= in bnxt_hwrm_dbg_dma_data() 158 info.seg_start = offset; in bnxt_hwrm_dbg_coredump_retrieve()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | usdt.c | 453 size_t seg_start, seg_end, seg_off; in parse_vma_segs() local 490 &seg_start, &seg_end, mode, &seg_off, line) == 5) { in parse_vma_segs() 504 path, seg_start, seg_end, mode, seg_off); in parse_vma_segs() 520 seg->start = seg_start; in parse_vma_segs()
|
/openbmc/linux/drivers/net/hippi/ |
H A D | rrunner.h | 605 u32 seg_start; member
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 5174 block_t seg_start, sec_start_blkaddr, sec_cap_blkaddr; in f2fs_usable_zone_blks_in_seg() local 5181 seg_start = START_BLOCK(sbi, segno); in f2fs_usable_zone_blks_in_seg() 5191 if (seg_start >= sec_cap_blkaddr) in f2fs_usable_zone_blks_in_seg() 5193 if (seg_start + BLKS_PER_SEG(sbi) > sec_cap_blkaddr) in f2fs_usable_zone_blks_in_seg() 5194 return sec_cap_blkaddr - seg_start; in f2fs_usable_zone_blks_in_seg()
|