Home
last modified time | relevance | path

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

/linux-4.4.14/fs/logfs/
Dreadwrite.c1867 #define TRUNCATE_STEP (8 * 1024 * 1024) macro
1874 size = ALIGN(size, TRUNCATE_STEP); in logfs_truncate()
1876 if (size > TRUNCATE_STEP) in logfs_truncate()
1877 size -= TRUNCATE_STEP; in logfs_truncate()