Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/affs/
A Dfile.c64 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()
910 for (; i < AFFS_LC_SIZE; i++) in affs_truncate()
A Daffs.h30 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2) macro

Completed in 7 milliseconds