Searched refs:stable_fd (Results 1 – 1 of 1) sorted by relevance
1104 int stable_fd, backup_fd = -1, ret; in open_stable() local1108 stable_fd = open(NFSD_STABLERESTART, O_RDWR, 0); in open_stable()1109 if (stable_fd < 0) in open_stable()1110 stable_fd = open(NFSD_STABLERESTART, O_RDWR | O_CREAT, 0600); in open_stable()1111 if (stable_fd >= 0) { in open_stable()1112 ret = fstat(stable_fd, &st); in open_stable()1114 close(stable_fd); in open_stable()1115 stable_fd = -1; in open_stable()1120 if (stable_fd >= 0) { in open_stable()1133 close(stable_fd); in open_stable()[all …]