Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/intermezzo/
Dsuper.c125 char *cache_data_end = cache_data; in presto_options() local
134 return cache_data_end; in presto_options()
157 cache_data_end += in presto_options()
158 sprintf(cache_data_end, "%s%s", in presto_options()
159 cache_data_end != cache_data ? ",":"", in presto_options()
163 return cache_data_end; in presto_options()
199 char *cache_data_end; in presto_read_super() local
217 cache_data_end = presto_options(sb, data, cache_data, &cache_type, in presto_read_super()
221 if (cache_data_end == cache_data) { in presto_read_super()