Searched refs:fld_cache (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/fld/ |
D | fld_internal.h | 80 struct fld_cache { struct 146 struct fld_cache *fld_cache_init(const char *name, 149 void fld_cache_fini(struct fld_cache *cache); 151 void fld_cache_flush(struct fld_cache *cache); 153 int fld_cache_insert(struct fld_cache *cache, 159 int fld_cache_insert_nolock(struct fld_cache *cache, 161 void fld_cache_delete(struct fld_cache *cache, 163 void fld_cache_delete_nolock(struct fld_cache *cache, 165 int fld_cache_lookup(struct fld_cache *cache, 169 fld_cache_entry_lookup(struct fld_cache *cache, struct lu_seq_range *range); [all …]
|
D | fld_cache.c | 63 struct fld_cache *fld_cache_init(const char *name, in fld_cache_init() 66 struct fld_cache *cache; in fld_cache_init() 99 void fld_cache_fini(struct fld_cache *cache) in fld_cache_fini() 124 void fld_cache_entry_delete(struct fld_cache *cache, in fld_cache_entry_delete() 136 static void fld_fix_new_list(struct fld_cache *cache) in fld_fix_new_list() 200 static inline void fld_cache_entry_add(struct fld_cache *cache, in fld_cache_entry_add() 215 static int fld_cache_shrink(struct fld_cache *cache) in fld_cache_shrink() 246 void fld_cache_flush(struct fld_cache *cache) in fld_cache_flush() 259 static void fld_cache_punch_hole(struct fld_cache *cache, in fld_cache_punch_hole() 298 static void fld_cache_overlap_handle(struct fld_cache *cache, in fld_cache_overlap_handle() [all …]
|
D | Makefile | 2 fld-y := fld_request.o fld_cache.o lproc_fld.o
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_fld.h | 51 struct fld_cache; 79 struct fld_cache *lsf_cache; 114 struct fld_cache *lcf_cache;
|