Home
last modified time | relevance | path

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

/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_readwrite.c80 off_t bytesinfile; local
108 if ((bytesinfile = ext2fs_size(ip) - uio->uio_offset) <= 0)
117 if (bytesinfile < xfersize)
118 xfersize = bytesinfile;
/mirbsd/src/sys/ufs/ufs/
Dufs_readwrite.c81 off_t bytesinfile; local
111 if ((bytesinfile = ip->i_ffs_size - uio->uio_offset) <= 0)
120 if (bytesinfile < xfersize)
121 xfersize = bytesinfile;