Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_extent.c35 static s64 extRoundDown(s64 nb);
539 nb = min(nblks, extRoundDown(nb)); in extBalloc()
636 static s64 extRoundDown(s64 nb) in extRoundDown() function