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

/macosx-10.10.1/NFS-82/rpc.statd/
H A Dfile.c80 static off_t status_file_len; /* Current on-disc length of file */ variable
96 off_t desired_map_len = (status_file_len + MAP_INCREMENT) & ~(MAP_INCREMENT - 1);
125 if (msync((void *) status_info, status_file_len, MS_SYNC) < 0 &&
126 msync((void *) status_info, status_file_len, MS_SYNC) < 0) {
127 log(LOG_ERR, "msync(%p,0x%llx) failed: %s", status_info, status_file_len, strerror(errno));
196 off_t off, spare_off = status_file_len;
238 off = spare_off = status_file_len;
250 status_file_len = off + len;
616 status_file_len = lseek(status_fd, 0L, SEEK_END);
617 if (status_file_len !
[all...]

Completed in 260 milliseconds