Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Daffs.h31 #define AFFS_AC_SIZE (AFFS_CACHE_SIZE/sizeof(struct affs_ext_key)/2)
36 struct affs_ext_key { struct
55 struct affs_ext_key *i_ac; /* associative cache of extended blocks */ argument
H A Dfile.c62 AFFS_I(inode)->i_ac = (struct affs_ext_key *)(ptr + AFFS_CACHE_SIZE / 2); in affs_grow_extcache()