Searched refs:AFFS_CACHE_SIZE (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Daffs_fs_i.h9 #define AFFS_CACHE_SIZE PAGE_SIZE macro
10 //#define AFFS_CACHE_SIZE (4*4)
13 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2)
14 #define AFFS_AC_SIZE (AFFS_CACHE_SIZE/sizeof(struct affs_ext_key)/2)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Daffs_fs_i.h9 #define AFFS_CACHE_SIZE PAGE_SIZE macro
10 //#define AFFS_CACHE_SIZE (4*4)
13 #define AFFS_LC_SIZE (AFFS_CACHE_SIZE/sizeof(u32)/2)
14 #define AFFS_AC_SIZE (AFFS_CACHE_SIZE/sizeof(struct affs_ext_key)/2)
/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);

Completed in 40 milliseconds