Searched refs:seg_end (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/fs/nilfs2/ |
D | recovery.c | 575 sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ in nilfs_do_roll_forward() local 592 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 653 if (pseg_start < seg_end) in nilfs_do_roll_forward() 667 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 803 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local 820 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() 824 while (b <= seg_end) in nilfs_search_super_root() 843 if (unlikely(pseg_end > seg_end)) { in nilfs_search_super_root() 909 if (pseg_start < seg_end) in nilfs_search_super_root() 933 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
|
D | the_nilfs.h | 309 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() argument 312 *seg_end = *seg_start + nilfs->ns_blocks_per_segment - 1; in nilfs_get_segment_range() 335 sector_t seg_end) in nilfs_terminate_segment() argument 338 nilfs->ns_pseg_offset = seg_end - seg_start + 1; in nilfs_terminate_segment()
|
D | the_nilfs.c | 655 sector_t seg_start, seg_end; in nilfs_discard_segments() local 664 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments() 668 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments() 670 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
|
D | sufile.c | 1021 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local 1076 &seg_end); in nilfs_sufile_trim_fs() 1081 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1087 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1117 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
|
/linux-5.19.10/drivers/isdn/mISDN/ |
D | dsp_audio.c | 50 static int seg_end[8] = { in linear2alaw() local 66 if (pcm_val <= seg_end[seg]) in linear2alaw()
|
/linux-5.19.10/tools/lib/bpf/ |
D | usdt.c | 447 size_t seg_start, seg_end, seg_off; in parse_vma_segs() local 484 &seg_start, &seg_end, mode, &seg_off, line) == 5) { in parse_vma_segs() 498 path, seg_start, seg_end, mode, seg_off); in parse_vma_segs() 515 seg->end = seg_end; in parse_vma_segs()
|
/linux-5.19.10/fs/nfs/ |
D | pnfs.c | 2776 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local 2794 seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test() 2799 if (req_start >= seg_end) in pnfs_generic_pg_test() 2804 seg_left = seg_end - req_start; in pnfs_generic_pg_test()
|