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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c1441 int n_caches = obj->my_dev->param.n_caches; local
1443 for (i = 0; i < n_caches; i++) {
1478 int n_caches = obj->my_dev->param.n_caches; local
1480 if (n_caches < 1)
1485 for (i = 0; i < n_caches; i++) {
1497 int n_caches = dev->param.n_caches; local
1505 for (i = 0; i < n_caches
[all...]
H A Dyaffs_guts.h536 int n_caches; /* If <= 0, then short op caching is disabled, member in struct:yaffs_param
H A Dyaffs_vfs.c2898 param->n_caches = (options.no_cache) ? 0 : 10;
3168 buf += sprintf(buf, "n_caches............. %d\n", param->n_caches);

Completed in 58 milliseconds