Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.c35 static s64 extRoundDown(s64 nb);
544 nb = min(nblks, extRoundDown(nb)); in extBalloc()
641 static s64 extRoundDown(s64 nb) in extRoundDown() function