Searched refs:fld_cache (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/fld/ |
D | fld_internal.h | 81 struct fld_cache { struct 150 struct fld_cache *fld_cache_init(const char *name, 153 void fld_cache_fini(struct fld_cache *cache); 155 void fld_cache_flush(struct fld_cache *cache); 157 int fld_cache_insert(struct fld_cache *cache, 163 int fld_cache_insert_nolock(struct fld_cache *cache, 165 void fld_cache_delete(struct fld_cache *cache, 167 void fld_cache_delete_nolock(struct fld_cache *cache, 169 int fld_cache_lookup(struct fld_cache *cache, 173 fld_cache_entry_lookup(struct fld_cache *cache, struct lu_seq_range *range); [all …]
|
D | fld_cache.c | 64 struct fld_cache *fld_cache_init(const char *name, in fld_cache_init() 67 struct fld_cache *cache; in fld_cache_init() 100 void fld_cache_fini(struct fld_cache *cache) in fld_cache_fini() 125 void fld_cache_entry_delete(struct fld_cache *cache, in fld_cache_entry_delete() 137 static void fld_fix_new_list(struct fld_cache *cache) in fld_fix_new_list() 201 static inline void fld_cache_entry_add(struct fld_cache *cache, in fld_cache_entry_add() 216 static int fld_cache_shrink(struct fld_cache *cache) in fld_cache_shrink() 247 void fld_cache_flush(struct fld_cache *cache) in fld_cache_flush() 260 static void fld_cache_punch_hole(struct fld_cache *cache, in fld_cache_punch_hole() 299 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
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_fld.h | 51 struct fld_cache; 88 struct fld_cache *lsf_cache; 123 struct fld_cache *lcf_cache;
|