Home
last modified time | relevance | path

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

/openbmc/linux/fs/nilfs2/
H A Dinode.c825 #define NILFS_MAX_TRUNCATE_BLOCKS 16384 /* 64MB for 4KB block */ macro
845 b -= min_t(__u64, NILFS_MAX_TRUNCATE_BLOCKS, b - from); in nilfs_truncate_bmap()