Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
A 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()
803 sector_t seg_start, seg_end; /* range of full segment (block number) */ in nilfs_search_super_root() local
820 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
824 while (b <= seg_end) in nilfs_search_super_root()
843 if (unlikely(pseg_end > seg_end)) { in nilfs_search_super_root()
909 if (pseg_start < seg_end) in nilfs_search_super_root()
933 nilfs_get_segment_range(nilfs, segnum, &seg_start, &seg_end); in nilfs_search_super_root()
A Dthe_nilfs.h309 sector_t *seg_start, sector_t *seg_end) in nilfs_get_segment_range() argument
312 *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()
A Dthe_nilfs.c655 sector_t seg_start, seg_end; in nilfs_discard_segments() local
664 nilfs_get_segment_range(nilfs, *sn, &seg_start, &seg_end); in nilfs_discard_segments()
668 nblocks = seg_end - seg_start + 1; in nilfs_discard_segments()
670 nblocks += seg_end - seg_start + 1; in nilfs_discard_segments()
A Dsufile.c1021 sector_t seg_start, seg_end, start_block, end_block; in nilfs_sufile_trim_fs() local
1076 &seg_end); in nilfs_sufile_trim_fs()
1081 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1087 nblocks += seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
1117 nblocks = seg_end - seg_start + 1; in nilfs_sufile_trim_fs()
/linux/drivers/isdn/mISDN/
A Ddsp_audio.c50 static int seg_end[8] = { in linear2alaw() local
66 if (pcm_val <= seg_end[seg]) in linear2alaw()
/linux/fs/nfs/
A Dpnfs.c2759 u64 seg_end, req_start, seg_left; in pnfs_generic_pg_test() local
2777 seg_end = pnfs_end_offset(pgio->pg_lseg->pls_range.offset, in pnfs_generic_pg_test()
2782 if (req_start >= seg_end) in pnfs_generic_pg_test()
2787 seg_left = seg_end - req_start; in pnfs_generic_pg_test()

Completed in 22 milliseconds