Searched defs:cachefiles_cache (Results 1 – 1 of 1) sorted by relevance
55 struct cachefiles_cache { struct74 unsigned bsize; /* cache's block size */76 uint64_t frun; /* when to stop culling */77 uint64_t fcull; /* when to start culling */78 uint64_t fstop; /* when to stop allocating */79 sector_t brun; /* when to stop culling */80 sector_t bcull; /* when to start culling */81 sector_t bstop; /* when to stop allocating */82 unsigned long flags;88 char *secctx; /* LSM security context */[all …]
Completed in 4 milliseconds