Searched defs:f_curr (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lustre/fld/
H A Dfld_cache.c139 struct fld_cache_entry *f_curr; local
147 list_for_each_entry_safe(f_curr, f_next, head, fce_list) {
148 c_range = &f_curr->fce_range;
167 fld_cache_entry_delete(cache, f_curr);
177 fld_cache_entry_delete(cache, f_curr);
181 fld_cache_entry_delete(cache, f_curr);
194 fld_cache_entry_delete(cache, f_curr);
261 struct fld_cache_entry *f_curr,
275 /* break f_curr RANGE into three RANGES:
276 * f_curr, f_ne
260 fld_cache_punch_hole(struct fld_cache *cache, struct fld_cache_entry *f_curr, struct fld_cache_entry *f_new) argument
299 fld_cache_overlap_handle(struct fld_cache *cache, struct fld_cache_entry *f_curr, struct fld_cache_entry *f_new) argument
384 struct fld_cache_entry *f_curr; local
[all...]

Completed in 38 milliseconds