Searched refs:AFFS_LC_SIZE (Results 1 – 2 of 2) sorted by relevance
64 lc_max = AFFS_LC_SIZE << AFFS_I(inode)->i_lc_shift; in affs_grow_extcache()71 tmp = (AFFS_I(inode)->i_extcnt / AFFS_LC_SIZE) >> lc_shift; in affs_grow_extcache()82 for (i = 1, j = off; j < AFFS_LC_SIZE; i++, j += off) in affs_grow_extcache()914 for (; i < AFFS_LC_SIZE; i++) in affs_truncate()
30 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2) macro