Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/
Dthe_nilfs.h311 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() argument
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() argument
340 nilfs->ns_pseg_offset = seg_end - seg_start + 1; in nilfs_terminate_segment()
Drecovery.c575 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()
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()
Dthe_nilfs.c733 sector_t seg_start, seg_end; in nilfs_discard_segments() local
742 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments()
746 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments()
748 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
Dsufile.c1041 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local
1096 &seg_end); in nilfs_sufile_trim_fs()
1101 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1107 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1137 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_audio.c50 static int seg_end[8] = { in linear2alaw() local
66 if (pcm_val <= seg_end[seg]) in linear2alaw()
/linux-4.19.296/fs/nfs/
Dpnfs.c2550 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local
2568 seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test()
2573 if (req_start >= seg_end) in pnfs_generic_pg_test()
2578 seg_left = seg_end - req_start; in pnfs_generic_pg_test()