write_through    6381 source3/include/proto.h NTSTATUS sync_file(connection_struct *conn, files_struct *fsp, bool write_through);
write_through     215 source3/smbd/aio.c 	bool write_through = BITSETW(req->vwv+7,0);
write_through     293 source3/smbd/aio.c 	if (!write_through && !lp_syncalways(SNUM(fsp->conn))
write_through     433 source3/smbd/aio.c 		bool write_through = BITSETW(aio_ex->req->vwv+7,0);
write_through     445 source3/smbd/aio.c 		status = sync_file(fsp->conn,fsp, write_through);
write_through     926 source3/smbd/fileio.c NTSTATUS sync_file(connection_struct *conn, files_struct *fsp, bool write_through)
write_through     932 source3/smbd/fileio.c 	    (lp_syncalways(SNUM(conn)) || write_through)) {
write_through    3589 source3/smbd/reply.c 	bool write_through;
write_through    3632 source3/smbd/reply.c 	write_through = BITSETW(req->vwv+7,0);
write_through    3671 source3/smbd/reply.c 		(int)nwritten, (int)write_through));
write_through    3760 source3/smbd/reply.c 	status = sync_file(conn, fsp, write_through);
write_through    3780 source3/smbd/reply.c 	if (!write_through && total_written==tcount) {
write_through    4123 source3/smbd/reply.c 	bool write_through;
write_through    4183 source3/smbd/reply.c 	write_through = BITSETW(req->vwv+7,0);
write_through    4268 source3/smbd/reply.c 	status = sync_file(conn, fsp, write_through);