Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nilfs2/
Drecovery.c587 sector_t seg_start, seg_end; /* Starting/ending DBN of full segment */ in nilfs_do_roll_forward() local
604 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward()
665 if (pseg_start < seg_end) in nilfs_do_roll_forward()
679 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_do_roll_forward()
819 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local
836 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
840 while (b <= seg_end) in nilfs_search_super_root()
859 if (unlikely(pseg_end > seg_end)) { in nilfs_search_super_root()
923 if (pseg_start < seg_end) in nilfs_search_super_root()
947 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
Dthe_nilfs.h321 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() argument
324 *seg_end = *seg_start + nilfs->ns_blocks_per_segment - 1; in nilfs_get_segment_range()
347 sector_t seg_end) in nilfs_terminate_segment() argument
350 nilfs->ns_pseg_offset = seg_end - seg_start + 1; in nilfs_terminate_segment()
Dthe_nilfs.c663 sector_t seg_start, seg_end; in nilfs_discard_segments() local
672 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments()
676 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments()
678 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
Dsufile.c1026 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local
1081 &seg_end); in nilfs_sufile_trim_fs()
1086 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1092 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1122 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
/linux-4.1.27/drivers/isdn/mISDN/
Ddsp_audio.c49 static int seg_end[8] = { in linear2alaw() local
65 if (pcm_val <= seg_end[seg]) in linear2alaw()
/linux-4.1.27/fs/nfs/
Dpnfs.c1774 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local
1792 seg_end = end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test()
1795 WARN_ON_ONCE(req_start >= seg_end); in pnfs_generic_pg_test()
1797 if (req_start >= seg_end) { in pnfs_generic_pg_test()
1808 seg_left = seg_end - req_start; in pnfs_generic_pg_test()