Home
last modified time | relevance | path

Searched refs:temp_nbytes (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c1743 off_t temp_nbytes; in vn_ioctl() local
1747 temp_nbytes = file_size - fp->fp_glob->fg_offset; in vn_ioctl()
1748 if (temp_nbytes > INT_MAX) { in vn_ioctl()
1750 } else if (temp_nbytes < 0) { in vn_ioctl()
1753 *(int *)data = (int)temp_nbytes; in vn_ioctl()