Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nilfs2/
Dinode.c777 #define NILFS_MAX_TRUNCATE_BLOCKS 16384 /* 64MB for 4KB block */ macro
797 b -= min_t(__u64, NILFS_MAX_TRUNCATE_BLOCKS, b - from); in nilfs_truncate_bmap()