Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Daffs_fs_i.h13 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2) macro
/linux-2.4.37.9/fs/affs/
Dfile.c101 lc_max = AFFS_LC_SIZE << AFFS_INODE->i_lc_shift; in affs_grow_extcache()
108 tmp = (AFFS_INODE->i_extcnt / AFFS_LC_SIZE) >> lc_shift; in affs_grow_extcache()
119 for (i = 1, j = off; j < AFFS_LC_SIZE; i++, j += off) in affs_grow_extcache()
867 for (; i < AFFS_LC_SIZE; i++) in affs_truncate()