/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | the_nilfs.h | 311 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() 314 *seg_end = *seg_start + nilfs->ns_blocks_per_segment - 1; in nilfs_get_segment_range() 337 sector_t seg_end) in nilfs_terminate_segment() 340 nilfs->ns_pseg_offset = seg_end - seg_start + 1; in nilfs_terminate_segment() 310 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum, sector_t *seg_start, sector_t *seg_end) nilfs_get_segment_range() argument 336 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start, sector_t seg_end) nilfs_terminate_segment() argument
|
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() 654 if (pseg_start < seg_end) in nilfs_do_roll_forward() 668 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 804 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local 821 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() 825 while (b <= seg_end) in nilfs_search_super_root() 844 if (unlikely(pseg_end > seg_end)) { in nilfs_search_super_root() 910 if (pseg_start < seg_end) in nilfs_search_super_root() 934 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() [all...] |
H A D | the_nilfs.c | 766 sector_t seg_start, seg_end; in nilfs_discard_segments() local 775 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments() 779 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments() 781 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
|
H A D | sufile.c | 1066 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local 1121 &seg_end); in nilfs_sufile_trim_fs() 1126 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1132 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1162 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
|
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | the_nilfs.h | 311 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() 314 *seg_end = *seg_start + nilfs->ns_blocks_per_segment - 1; in nilfs_get_segment_range() 337 sector_t seg_end) in nilfs_terminate_segment() 340 nilfs->ns_pseg_offset = seg_end - seg_start + 1; in nilfs_terminate_segment() 310 nilfs_get_segment_range(struct the_nilfs *nilfs, __u64 segnum, sector_t *seg_start, sector_t *seg_end) nilfs_get_segment_range() argument 336 nilfs_terminate_segment(struct the_nilfs *nilfs, sector_t seg_start, sector_t seg_end) nilfs_terminate_segment() argument
|
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() 654 if (pseg_start < seg_end) in nilfs_do_roll_forward() 668 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 804 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local 821 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() 825 while (b <= seg_end) in nilfs_search_super_root() 844 if (unlikely(pseg_end > seg_end)) { in nilfs_search_super_root() 910 if (pseg_start < seg_end) in nilfs_search_super_root() 934 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() [all...] |
H A D | the_nilfs.c | 765 sector_t seg_start, seg_end; in nilfs_discard_segments() local 774 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments() 778 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments() 780 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
|
H A D | sufile.c | 1066 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local 1121 &seg_end); in nilfs_sufile_trim_fs() 1126 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1132 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1162 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | mdt_loader.c | 271 uint64_t seg_start, seg_end; in qcom_mdt_bins_are_split() local 287 seg_end = phdrs[i].p_offset + phdrs[i].p_filesz; in qcom_mdt_bins_are_split() 288 if (seg_start > fw->size || seg_end > fw->size) in qcom_mdt_bins_are_split()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_audio.c | 50 static int seg_end[8] = { in linear2alaw() local 66 if (pcm_val <= seg_end[seg]) in linear2alaw()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_audio.c | 50 static int seg_end[8] = { in linear2alaw() local 66 if (pcm_val <= seg_end[seg]) in linear2alaw()
|
/kernel/linux/linux-6.6/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() 521 seg->end = seg_end; in parse_vma_segs() 547 * libraries) which should match address range of [seg_start, seg_end) in find_elf_seg()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.c | 2798 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local 2816 seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test() 2821 if (req_start >= seg_end) in pnfs_generic_pg_test() 2826 seg_left = seg_end - req_start; in pnfs_generic_pg_test()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.c | 2795 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local 2813 seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test() 2818 if (req_start >= seg_end) in pnfs_generic_pg_test() 2823 seg_left = seg_end - req_start; in pnfs_generic_pg_test()
|