Home
last modified time | relevance | path

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

/linux-4.19.296/fs/affs/
Dfile.c63 lc_max = AFFS_LC_SIZE << AFFS_I(inode)->i_lc_shift; in affs_grow_extcache()
70 tmp = (AFFS_I(inode)->i_extcnt / AFFS_LC_SIZE) >> lc_shift; in affs_grow_extcache()
81 for (i = 1, j = off; j < AFFS_LC_SIZE; i++, j += off) in affs_grow_extcache()
908 for (; i < AFFS_LC_SIZE; i++) in affs_truncate()
Daffs.h30 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2) macro