Home
last modified time | relevance | path

Searched refs:i_ac (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/affs/
Dfile.c98 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()
Dinode.c288 inode->u.affs_i.i_ac = NULL; in affs_clear_inode()
/linux-2.4.37.9/include/linux/
Daffs_fs_i.h36 struct affs_ext_key *i_ac; /* associative cache of extended blocks */ member