Searched refs:i_ac (Results 1 – 3 of 3) sorted by relevance
98 AFFS_INODE->i_ac = (struct affs_ext_key *)(ptr + AFFS_CACHE_SIZE / 2); in affs_grow_extcache()120 AFFS_INODE->i_ac[i] = AFFS_INODE->i_ac[j]; in affs_grow_extcache()276 if (AFFS_INODE->i_ac[ac_idx].ext == ext) { in affs_get_extblock_slow()277 ext_key = AFFS_INODE->i_ac[ac_idx].key; in affs_get_extblock_slow()286 if (AFFS_INODE->i_ac[idx].ext == tmp) { in affs_get_extblock_slow()287 ext_key = AFFS_INODE->i_ac[idx].key; in affs_get_extblock_slow()309 AFFS_INODE->i_ac[ac_idx].ext = ext; in affs_get_extblock_slow()310 AFFS_INODE->i_ac[ac_idx].key = ext_key; in affs_get_extblock_slow()872 if (AFFS_INODE->i_ac[i].ext >= ext) in affs_truncate()873 AFFS_INODE->i_ac[i].ext = 0; in affs_truncate()
288 inode->u.affs_i.i_ac = NULL; in affs_clear_inode()
36 struct affs_ext_key *i_ac; /* associative cache of extended blocks */ member