Searched refs:flush_ents (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c15 which picks victims to be kicked out of the cache; flush_ents()
70 static int flush_ents(cache_ent **ents, int n_ents);
863 if ((err = flush_ents(ents, num_ents)) != 0) {
918 flush_ents(cache_ent **ents, int n_ents) function
976 printf("flush_ents: writev failed: "
1234 flush_ents(ents, cur);
1250 flush_ents(ents, cur);
1326 flush_ents(ents, max);
1509 flush_ents(ents, cur);
1526 flush_ents(ent
[all...]

Completed in 58 milliseconds