Home
last modified time | relevance | path

Searched refs:seg_end (Results 1 – 8 of 8) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.h301 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 Drecovery.c612 sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ in nilfs_do_roll_forward() local
629 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward()
690 if (pseg_start < seg_end) in nilfs_do_roll_forward()
704 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward()
869 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local
886 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
890 while (b <= seg_end) in nilfs_search_super_root()
909 if (unlikely(pseg_end > seg_end)) { in nilfs_search_super_root()
975 if (pseg_start < seg_end) in nilfs_search_super_root()
999 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
[all...]
H A Dthe_nilfs.c790 sector_t seg_start, seg_end; in nilfs_discard_segments() local
799 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments()
803 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments()
805 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
H A Dsufile.c1068 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local
1123 &seg_end); in nilfs_sufile_trim_fs()
1128 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1134 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1165 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
/linux/drivers/soc/qcom/
H A Dmdt_loader.c309 uint64_t seg_start, seg_end; in qcom_mdt_bins_are_split() local
325 seg_end = phdrs[i].p_offset + phdrs[i].p_filesz; in qcom_mdt_bins_are_split()
326 if (seg_start > fw->size || seg_end > fw->size) in qcom_mdt_bins_are_split()
/linux/drivers/isdn/mISDN/
H A Ddsp_audio.c50 static int seg_end[8] = { in linear2alaw() local
66 if (pcm_val <= seg_end[seg]) in linear2alaw()
/linux/tools/lib/bpf/
H A Dusdt.c454 size_t seg_start, seg_end, seg_off; in parse_vma_segs() local
491 &seg_start, &seg_end, mode, &seg_off, line) == 5) { in parse_vma_segs()
505 path, seg_start, seg_end, mode, seg_off); in parse_vma_segs()
522 seg->end = seg_end; in parse_vma_segs()
548 * libraries) which should match address range of [seg_start, seg_end) in find_elf_seg()
/linux/fs/nfs/
H A Dpnfs.c2929 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local
2947 seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test()
2952 if (req_start >= seg_end) in pnfs_generic_pg_test()
2957 seg_left = seg_end - req_start; in pnfs_generic_pg_test()