Searched refs:cf1 (Results 1 – 2 of 2) sorted by relevance
58 file_cmp(struct client_file *cf1, struct client_file *cf2) in file_cmp() argument60 if (cf1->stream < cf2->stream) in file_cmp()62 if (cf1->stream > cf2->stream) in file_cmp()
425 struct client_file *cf, *cf1; in server_client_lost() local434 RB_FOREACH_SAFE(cf, client_files, &c->files, cf1) { in server_client_lost()