Searched refs:i_ac (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Daffs_fs_i.h36 struct affs_ext_key *i_ac; /* associative cache of extended blocks */ member in struct:affs_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Daffs_fs_i.h36 struct affs_ext_key *i_ac; /* associative cache of extended blocks */ member in struct:affs_inode_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/affs/
H A Dfile.c98 AFFS_INODE->i_ac = (struct affs_ext_key *)(ptr + AFFS_CACHE_SIZE / 2);
120 AFFS_INODE->i_ac[i] = AFFS_INODE->i_ac[j];
276 if (AFFS_INODE->i_ac[ac_idx].ext == ext) {
277 ext_key = AFFS_INODE->i_ac[ac_idx].key;
286 if (AFFS_INODE->i_ac[idx].ext == tmp) {
287 ext_key = AFFS_INODE->i_ac[idx].key;
309 AFFS_INODE->i_ac[ac_idx].ext = ext;
310 AFFS_INODE->i_ac[ac_idx].key = ext_key;
872 if (AFFS_INODE->i_ac[
[all...]
H A Dinode.c283 inode->u.affs_i.i_ac = NULL;

Completed in 96 milliseconds