Lines Matching refs:bytes
179 DWORD bytes; in fs__readlink_handle() local
189 &bytes, in fs__readlink_handle()
808 DWORD bytes; in fs__read() local
845 bytes = 0; in fs__read()
850 offset_.QuadPart = offset + bytes; in fs__read()
860 bytes += incremental_bytes; in fs__read()
867 if (result || bytes > 0) { in fs__read()
868 SET_REQ_RESULT(req, bytes); in fs__read()
876 SET_REQ_RESULT(req, bytes); in fs__read()
1014 DWORD bytes; in fs__write() local
1050 bytes = 0; in fs__write()
1055 offset_.QuadPart = offset + bytes; in fs__write()
1065 bytes += incremental_bytes; in fs__write()
1072 if (result || bytes > 0) { in fs__write()
1073 SET_REQ_RESULT(req, bytes); in fs__write()
2513 DWORD bytes; in fs__create_junction() local
2648 &bytes, in fs__create_junction()