Searched refs:affs_ext_key (Results 1 - 2 of 2) sorted by last modified time

/linux-master/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 */
H A Dfile.c62 AFFS_I(inode)->i_ac = (struct affs_ext_key *)(ptr + AFFS_CACHE_SIZE / 2);

Completed in 119 milliseconds