Searched refs:xfsize (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_sendfile.c | 218 xfsize(int i, int n, off_t off, off_t len) in xfsize() function 255 *space -= xfsize(old - 1, old, off, *space); in fixspace() 264 *space -= xfsize(0, old, off, *space); in fixspace() 443 xfsize(i, npages, off, len))) { in sendfile_swapin() 498 xfsize(j, npages, off, len))) { in sendfile_swapin() 516 xfsize(j, npages, off, len))) { in sendfile_swapin() 1053 xfs = xfsize(i, npages, off, space); in vn_sendfile() 1118 m0->m_len = xfsize(i, npages, off, space); in vn_sendfile()
|