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

/macosx-10.10.1/NFS-82/rpc.statd/
H A Dfile.c81 static off_t status_info_len; /* current length of mmap region */ variable
99 if (status_info_len >= desired_map_len)
101 if (status_info_len) {
103 munmap(status_info, status_info_len);
108 status_info_len = desired_map_len;
109 status_info = mmap(NULL, status_info_len, prot, MAP_SHARED, status_fd, 0);
633 status_info_len = 0;

Completed in 101 milliseconds