Searched refs:seg_end (Results 1 – 7 of 7) sorted by relevance
/linux/fs/nilfs2/ |
H A D | the_nilfs.h | 301 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() argument 304 *seg_end = *seg_start + nilfs->ns_blocks_per_segment - 1; in nilfs_get_segment_range() 327 sector_t seg_end) in nilfs_terminate_segment() argument 330 nilfs->ns_pseg_offset = seg_end - seg_start + 1; in nilfs_terminate_segment()
|
H A D | recovery.c | 583 sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ in nilfs_do_roll_forward() local 600 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 661 if (pseg_start < seg_end) in nilfs_do_roll_forward() 675 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward() 848 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local 865 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root() 869 while (b <= seg_end) in nilfs_search_super_root() 888 if (unlikely(pseg_end > seg_end)) { in nilfs_search_super_root() 954 if (pseg_start < seg_end) in nilfs_search_super_root() 978 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
|
H A D | the_nilfs.c | 781 sector_t seg_start, seg_end; in nilfs_discard_segments() local 790 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments() 794 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments() 796 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
|
H A D | sufile.c | 1086 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local 1141 &seg_end); in nilfs_sufile_trim_fs() 1146 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1152 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs() 1183 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
|
/linux/drivers/soc/qcom/ |
H A D | mdt_loader.c | 269 uint64_t seg_start, seg_end; in qcom_mdt_bins_are_split() local 285 seg_end = phdrs[i].p_offset + phdrs[i].p_filesz; in qcom_mdt_bins_are_split() 286 if (seg_start > fw->size || seg_end > fw->size) in qcom_mdt_bins_are_split()
|
/linux/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()
|
/linux/fs/nfs/ |
H A D | pnfs.c | 2918 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local 2936 seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test() 2941 if (req_start >= seg_end) in pnfs_generic_pg_test() 2946 seg_left = seg_end - req_start; in pnfs_generic_pg_test()
|