Home
last modified time | relevance | path

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

/fs/
Dbuffer.c2932 sector_t maxsector; in guard_bh_eod() local
2935 maxsector = i_size_read(bio->bi_bdev->bd_inode) >> 9; in guard_bh_eod()
2936 if (!maxsector) in guard_bh_eod()
2944 if (unlikely(bio->bi_sector >= maxsector)) in guard_bh_eod()
2947 maxsector -= bio->bi_sector; in guard_bh_eod()
2949 if (likely((bytes >> 9) <= maxsector)) in guard_bh_eod()
2953 bytes = maxsector << 9; in guard_bh_eod()