Searched refs:rounded_from (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dtruncate.c783 loff_t rounded_from; local
792 rounded_from = round_up(from, bsize);
793 if (to <= rounded_from || !(rounded_from & (PAGE_SIZE - 1)))

Completed in 125 milliseconds