Home
last modified time | relevance | path

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

/include/linux/
A Dblkdev.h1045 unsigned int boundary_sectors) in blk_boundary_sectors_left() argument
1047 if (unlikely(!is_power_of_2(boundary_sectors))) in blk_boundary_sectors_left()
1048 return boundary_sectors - sector_div(offset, boundary_sectors); in blk_boundary_sectors_left()
1049 return boundary_sectors - (offset & (boundary_sectors - 1)); in blk_boundary_sectors_left()

Completed in 8 milliseconds