Searched refs:rmtfds (Results 1 – 1 of 1) sorted by relevance
47 static struct rmtfd rmtfds[MAX_CALLERS]; variable67 rmtfds[i].id = i; in storage_init()68 rmtfds[i].fd = -1; in storage_init()69 rmtfds[i].shadow_buf = NULL; in storage_init()98 if ((rmtfds[i].fd != -1 || rmtfds[i].shadow_buf) && in storage_open()99 rmtfds[i].node == node && in storage_open()100 rmtfds[i].partition == part) in storage_open()101 return &rmtfds[i]; in storage_open()105 if (rmtfds[i].fd == -1 && !rmtfds[i].shadow_buf) { in storage_open()106 rmtfd = &rmtfds[i]; in storage_open()[all …]