Searched refs:seg_end (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/fs/nilfs2/ | 
| D | recovery.c | 575 	sector_t seg_start, seg_end;  /* Starting/ending DBN of full segment */  in nilfs_do_roll_forward()  local592 	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()
 807 	sector_t seg_start, seg_end; /* range of full segment (block number) */  in nilfs_search_super_root()  local
 824 	nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end);  in nilfs_search_super_root()
 828 	while (b <= seg_end)  in nilfs_search_super_root()
 847 		if (unlikely(pseg_end > seg_end)) {  in nilfs_search_super_root()
 913 		if (pseg_start < seg_end)  in nilfs_search_super_root()
 937 		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()  argument312 	*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 | 660 	sector_t seg_start, seg_end;  in nilfs_discard_segments()  local669 		nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end);  in nilfs_discard_segments()
 673 			nblocks = seg_end - seg_start + 1;  in nilfs_discard_segments()
 675 			nblocks += seg_end - seg_start + 1;  in nilfs_discard_segments()
 
 | 
| D | sufile.c | 1024 	sector_t seg_start, seg_end, start_block, end_block;  in nilfs_sufile_trim_fs()  local1079 						&seg_end);  in nilfs_sufile_trim_fs()
 1084 				nblocks = seg_end - seg_start + 1;  in nilfs_sufile_trim_fs()
 1090 				nblocks += seg_end - seg_start + 1;  in nilfs_sufile_trim_fs()
 1120 			nblocks = seg_end - seg_start + 1;  in nilfs_sufile_trim_fs()
 
 | 
| /Linux-v5.4/drivers/isdn/mISDN/ | 
| D | dsp_audio.c | 50 	static int seg_end[8] = {  in linear2alaw()  local66 		if (pcm_val <= seg_end[seg])  in linear2alaw()
 
 | 
| /Linux-v5.4/fs/nfs/ | 
| D | pnfs.c | 2569 	u64 seg_end, req_start, seg_left;  in pnfs_generic_pg_test()  local2587 		seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset,  in pnfs_generic_pg_test()
 2592 		if (req_start >= seg_end)  in pnfs_generic_pg_test()
 2597 		seg_left = seg_end - req_start;  in pnfs_generic_pg_test()
 
 |