Searched refs:total_open_fd (Results 1 – 4 of 4) sorted by relevance
122 total_open_fd++; in v9fs_co_open()123 if (total_open_fd > open_fd_hw) { in v9fs_co_open()177 total_open_fd++; in v9fs_co_open2()178 if (total_open_fd > open_fd_hw) { in v9fs_co_open2()201 total_open_fd--; in v9fs_co_close()
333 total_open_fd++; in v9fs_co_opendir()334 if (total_open_fd > open_fd_hw) { in v9fs_co_opendir()357 total_open_fd--; in v9fs_co_closedir()
425 extern int total_open_fd;
41 int total_open_fd; variable