Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_extent.c22 static s64 extRoundDown(s64 nb);
526 nb = min(nblks, extRoundDown(nb)); in extBalloc()
623 static s64 extRoundDown(s64 nb) in extRoundDown() function